ul#blue { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

ul#blue li { 
	position:relative; 
	float:left; 
	border-top:4px solid #efefef; 
	margin-right: 15px; 
	padding-right: 20px; 
	padding-top: 5px;
}

ul#blue .current { 
	border-top:4px solid #3d496a;
}

ul#blue .active { 
	border-top:4px solid #3d496a;
}

ul#blue li:hover { 
	border-top:4px solid #3d496a;
}

ul#blue li a { 
	padding:2px 2px; 
	text-decoration:none; 
	font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#68759c;
}

ul#blue li a:hover { 
	color:#8895b8; border:none; 
}

ul#blue li span{ 
	display:none; 
	position:absolute; 
	top:20px; 
	left:2px; 
	width:160px; 
	font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; 
	line-height: 15px; 
}

ul#blue li a:hover span {
	margin-top: 7px; 
	display:block; 
	color: #8895b8;
}

#blinks {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
}

#brechts {
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
}

#boben {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #8895b8;
}

#bunten {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #8895b8;
}

#bobenlinks {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #8895b8;
}

#bobenrechts {
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #8895b8;
}

#buntenrechts {
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #8895b8;
}

#buntenlinks {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #8895b8;
}

#blinksrechts {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
}

#blinksrechtsoben {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #8895b8;
}

#blinksrechtsunten {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #8895b8;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #8895b8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #8895b8;
}

.klein-ausgeblendet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #FFFFFF;
}

.Fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8895b8;
	font-size: 10px;
}

.Seitentitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #efefef;
	background-position: left;
	text-align: left;

}
.normaler-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;

}

.tabellen-titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #3d496a;
}

.horizontal-mitte {
	text-align: center;
}


a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}
a:active {color: #000000; text-decoration: none}
