@charset "utf-8";

* { outline:none; }

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	background-image: url(images/_body.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
    }
#wrapper2 {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 960px;
	padding-top: 4px;
	background-color: #999;
	border: 1px solid #FF7D01;
}



#container  {
	width: 949px;
	padding-right: 1px;
	border: 1px solid #FF7D01;
	background-image: url(images/_content.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
    } 
#drucklogo {
	height: 46px;
	width: 960px;
	display: none;
}
#header  {
	background: #ffffff;
	width: 950px;
	height: 184px;
    } 
#banner {
	float: left;
	height: 184px;
	width: 245px;
}
#topnavi {
	width: 705px;
	height: 25px;
	float: right;
	background-color: #FF7D01;
}



#mainContent  {
	float: right;
	background-image: url(images/_bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 690px;
    } 
#mainContent h1		{
	font-size:110%;
	color: #FF7D01;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#mainContent h2 {
	font-size:90%;
	color: #FF7D01;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: normal;
}






#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 20px;

}



#mainContent a {
	color: #FF7D01;
	text-decoration: none;
	font-weight: bold;
}


#mainContent a:hover {
	color: #FEAA56;
}
#mainContent table {
	margin-left: 20px;
}
.tdimg {
	border: thin solid #FF7D01;
}
.ueberschrift {
	color: #FF7D01;
}




#mainContent td {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#mainContent td li {
	margin-left: -25px;
}

#mainContent li {
	font-size: 80%;
	margin-left: 20px;
}







#menu   {
	float: left;
	width: 256px;
	height: 370px;
}
#menu ul {
	display: block;
}
#menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7D01;
	line-height: 30px;
	margin-left: -40px;
	margin-right: 11px;
}

#menu  li a {
	color: #666;
	text-decoration: none;
	font-size: 75%;
	display: block;
	padding-left: 16px;
}
#menu li .ebene2 {
	padding-left: 5px;
}

#menu   li a:hover {
	color: #FF7D01;
	background-color: #CCCCCC;
	display: block;
}
.ebene2 {
	margin-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF7D01;
}


#footer  {
	height: 32px;
	width: 975px;
	background-image: url(images/_footer.jpg);
	background-repeat: no-repeat;
    } 
#footer a {
	text-decoration: none;
	color: #FE7C00;
	font-size: 65%;
	margin-left: 20px;
	line-height: 30px;
}



    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
.imgrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-indent: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF7D01;
	border-right-color: #FF7D01;
	border-bottom-color: #FF7D01;
	border-left-color: #FF7D01;

}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7D01;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;

}

    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.aussenrahmen {
	float: left;
	border: 1px solid #170B75;
	margin-right: 5px;
	margin-bottom: 5px;
}

