/* CSS Document */

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	line-height: 1.3em;
}

a, table a {
	color: #004080;
	text-decoration: none;
	font-weight:bold;
}

a:hover, table a:hover {
	color: #FF9933;
	text-decoration: none;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	font-weight: bold;
	color: #004080;
	line-height: 1.4em;
}

#statinfo_top {
	position:absolute;
	font-size: 80%;
	left: 18px;
	top: 6px;
	width: 676px;
}

.nav_item_mitglieder {
	background-color: #B1C5D8;
	width: 100%;
	float:left;
	height: 23px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.05em;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 1px;
	clear:both;
}

.nav_item_mitglieder:hover {
	background-color: #BCCEDE;
	color: #FFFFFF;
}

.nav_item {
	background-color: #FF9933;
	width: 100%;
	float:left;
	height: 23px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.05em;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 1px;
	clear:both;
}

.nav_item:hover {
	background-color: #FFAD5B;
	color: #FFFFFF;
}

.nav_item_sub:hover  {
	background-color: #FFAD5B;
	color: #FFFFFF;
	font-weight:bolder;
}


.nav_item_sub {
	background-color: #FFC082;
	width: 100%;
	float:left;
	height: 22px;
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration: none;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 2px;
	border-bottom: 1px solid #FF9933;
}

.nav_item img, .nav_item_sub img, .nav_item_mitglieder img {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bold;
}

#top_nav a:hover {
	color: #FF9933;
}

hr { 
	height: 1px;
 	border-bottom: 1px dotted #004080;
}
