/* Elemente */
body{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-shadow-color: #FF9900;
	scrollbar-highlight-color: #FFCC00;
	scrollbar-face-color: #FFCC00;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-base-color: #FFFFFF;
}

th{ font-weight: bold; font-size: 11px; text-align: left; height: 20px; vertical-align: middle; }

/* Kopf und Hauptnavigation */
#Head1{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal; font-size: 11px;
}

#Head1 a:link, #Head1 a:visited, #Head1 a:active{ color: #FFFFFF; text-decoration: underline; }
#Head1 a:hover{ color: #FFCC00; }

#Head1 .nav1{
	cursor: default;
	color: #000000;
	font-weight: bold; font-size: 12px;
	text-align: center;
}

#Head1 .nav1 a{ width: 100%; }
#Head1 .nav1 a:link, #Head1 .nav1 a:visited, #Head1 .nav1 a:active{ color: #FFFFFF; text-decoration: none; margin: 2px; }
#Head1 .nav1 a:hover, #Head1 .nav1 a:focus{ color: #FFCC00; text-decoration: underline; }

#Head1 input{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal; font-size: 7pt;
	height: 15px;
	border: 1px solid #FFCC00;
	margin: 0px;
}
#Head1 form{ margin: 0px; padding: 0px; }

#Head2 .nav2{
	cursor: default;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold; font-size: 11px;
	text-align: center;
}

#head2 .nav2 a{ width: 100%; }
#Head2 .nav2 a:link, #Head2 .nav2 a:visited, #Head2 .nav2 a:active{ color: #000000; text-decoration: none; }
#Head2 .nav2 a:hover, #Head2 .nav2 a:focus{ color: #666666; text-decoration: underline; }

#Head3{ color: #000000; font-family: Tahoma, Verdana, Arial; font-weight: normal; font-size: 11px; }
#Head3 a:link, #Head3 a:visited, #Head3 a:active{ color: #999999; text-decoration: underline; }
#Head3 a:hover, #Head3 a:focus{ color: #FF9900; }


/* Navigation Links */
#Navigation{ cursor: default; color: #FFFFFF; font-family: Tahoma, Verdana, Arial; font-weight: normal; font-size: 11px; }
#Navigation a:link, #Navigation a:visited, #Navigation a:active{ color: #000000; text-decoration: none; }
#Navigation a:hover, #Navigation a:focus{ color: #666666; text-decoration: underline; }

#Navigation .Ebene2 a, #Navigation .Ebene3 a, #Navigation .Ebene4 a{ width: 100%; }
#Navigation .Ebene2{ font-weight: bold; font-size: 8pt; padding: 4px; }
#Navigation .Ebene3{ font-weight: normal; font-size: 8pt; padding: 3px; }
#Navigation .Ebene4{ font-weight: normal; font-size: 7.5pt; padding: 2px; }


/* Content */
#Content{ cursor: default; /*color: #000000; */font-family: Tahoma, Verdana, Arial; font-size: 9pt; }
#Content .normal td{ font-size: 9pt; }
#Content .small, #Content .small_s, #Content .small_g{ font-size: 11px; } /* small_s --> schwarz | small_g --> grau */

/*#Content .normal{ color: #000000; }*/ /* Farbe wird im Head festgelegt --> Sprachabhängig */
#Content .normal a{ font-weight: bold; font-size: 9pt; }
#Content .normal a:link, #Content .normal a:visited, #Content .normal a:active{ color: #FF9900; text-decoration: underline; }
#Content .normal a:hover, #Content .normal a:focus{ color: #666666; text-decoration: underline; }

/*#Content .small_s{ color: #000000; }*/ /* Farbe wird im Head festgelegt --> Sprachabhängig */
#Content .small_s a{ font-weight: normal; font-size: 11px; }
#Content .small_s a:link, #Content .small_s a:visited, #Content .small_s a:active{ color: #000000; text-decoration: underline; }
#Content .small_s a:hover, #Content .small_s a:focus{ color: #666666; text-decoration: none; }

#Content .small_g{ color: #999999; }
#Content .small_g a{ font-weight: normal; font-size: 11px; }
#Content .small_g a:link, #Content .small_g a:visited, #Content .small_g a:active{ color: #666666; text-decoration: underline; }
#Content .small_g a:hover, #Content .small_g a:focus{ color: #000000; text-decoration: none; }

#Content .box_grau th{ background-color: #CCCCCC; background-image: url(../images/back_th_g.gif); color: #000000; }
#Content .box_rot th{ background-color: #FF6600; background-image: url(../images/back_th_r.gif); color: #FFFFFF;}

#Content .box{ border-color: #CCCCCC; }
#Content .box_grau{
	padding: 2px;
	margin-bottom: 2px;
	border-color: #CCCCCC;
	font-weight: normal; font-size: 11px;
}
#Content .box_rot{
	padding: 2px;
	margin-bottom: 5px;
	border-color: #FF6600;
	font-weight: normal; font-size: 11px;
}
#Content .box_grau td, #Content .box_rot td{
	background-color: #EFEFEF;
	/*color: #000000;*/
	font-weight: normal; font-size: 11px;
}

#Content .box_grau a, #Content .box_rot a{ font-weight: normal; font-size: 11px; }
#Content .box_grau a:link, #Content .box_grau a:visited, #Content .box_grau a:active{ color: #000000; text-decoration: underline; }
#Content .box_grau a:hover, #Content .box_grau a:focus{ color: #666666; text-decoration: none; }
#Content .box_rot a:link, #Content .box_rot a:visited, #Content .box_rot a:active{ color: #FF0000; text-decoration: underline; }
#Content .box_rot a:hover, #Content .box_rot a:focus{ color: #666666; text-decoration: none; }

h1{
	color: #FFCC00;
	font-weight: bold; font-size: 13pt;
	letter-spacing: 2px;
	margin: 2px;
}
h2{
	/*color: #000000;*/
	font-wight: bold; font-size: 11pt;
	letter-spacing: 1px;
	margin: 1px;
}
h3{
	/*color: #000000;*/
	font-weight: bold; font-size: 10pt;
	letter-spacing: 1px;
	margin: 0px;
}

#Content input, #Content textarea, #Content select {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold; font-size: 8pt;
	background-color: #FFFFFF; color: #666666;
	border-top: 1px solid #FFFFFF; border-bottom: 1px solid #666666;
	border-right: 1px solid #FFFFFF; border-left: 1px solid #666666;
}


/* Dummy */
#Dummy{ cursor: default; color: #000000; font-family: Tahoma, Verdana, Arial; font-weight: normal; font-size: 7pt; }
#Dummy a:link, #Dummy a:visited, #Dummy a:active{ color: #666666; text-decoration: none; }
#Dummy a:hover{ color: #000000; text-decoration: underline; }

#Dummy th{ background-color: #FFCC00; background-image: url(../images/back_th_o.gif); color: #000000; }
#Dummy .box{
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 10px;
	border-color: #FFCC00;
	width: 200px;
}


/* ID-Übergreifend */
.boxOpened{ display: block; }
.boxClosed{ display: none; margin-bottom: 0px; }

.box, .box_grau, .box_rot{ border-width: 1px; border-style: solid; }

.randoben{ border-top: 1px solid #999999; margin-top: 5px; }
.randunten{ border-bottom: 1px solid #CCCCCC; margin-bottom: 5px; }
.randrechts{ border-right: 1px solid #999999; margin-right: 5px; }
.randrechts2{ border-right: 1px solid #999999; }
p.half{ margin-top: 4px; margin-bottom: 4px; }
.img{
	background-color: #CCCCCC;
	border: 1px solid #FFCC00;
}
.img_text{
	background-color: #EFEFEF;
	color: #666666;
	border: 1px solid #999999;
	font-weight: bold; font-size: 11px;
	padding: 2px;
}
.toolbar, .toolbar table{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: normal; font-size: 8pt;
	padding: 3px;
}

.toolbar a{ width: 100%; }
.toolbar a:link, .toolbar a:visited, .toolbar a:active{
	color: #FFCC00;
	border: 1px solid #999999;
	text-decoration: underline;
}
.toolbar a:hover{ background-color: #FFFFFF; color: #FF9900; border: 1px solid #CCCCCC; text-decoration: none; }
.info{ cursor: help; }
.info_text{
	background-color: #EFEFEF;
	color: #666666;
	border: 1px solid #999999;
	font-weight: normal; font-size: 7pt;
	padding: 1px 1px 1px 1px;
	text-align: center;
	vertical-align: middle;
	cursor: help;
}
.hr{
	background-image: url(../images/back_hr.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 6px;
}

li{
	list-style: url(../images/sep_orange.gif);
	list-style-position: outside;
	margin-bottom: 8px;
	padding-bottom: 1px;
	border-bottom: 1px solid #E7E7E7;
}

#dhtmltooltip{
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal; font-size: 12px;
	position: absolute;
	left: -300px;
	/*width: 285px;*/
	max-width: 285px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFF99;
	color: #000000;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#content .ap_card{
	background-color: #EFEFEF;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 7.5pt;
	padding: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 49.2%;
}
