ul.nav  {
	font-family: Arial; color: black; font-size: 1em;
	padding: 0px;
	padding-top: 0px;
	width: 181px;
	background-color: silver;
	position: relativ;
	margin: 0px;
	left: 01px;
}

li.nav {
	background-color: gray;
	font-size: 1em;
	border-bottom: 3px solid silver;
	list-style-type: none;
	padding-left: 7px;
}

li.navAktuell {
	background-color: #FF3131;
	font-size: 1em;
	border-bottom: 3px solid silver;
	list-style-type: none;
	padding-left: 7px;
}

.space {
	background-color:silver !important; 
	height:15px;
}

li.unav {
	background-color: gray;
	font-size: 1em;
	border-bottom: 2px solid silver;
	list-style-type: none;
	padding-left: 7px;
}
li.unavAktuell {
	background-color: #FF3131;
	font-size: 1em;
	border-bottom: 3px solid silver;
	list-style-type: none;
	padding-left: 7px;
}

li.unav a, li.unavAktuell a,  li.unavAktuell a:link, li.unavAktuell a:hover  {
	color: #fff;
	display: block;
	padding: 03px;
	padding-left: 05px;
	text-decoration: none;
}
li.unav a:link {
	color: #fff;
	background-color: gray;
}
li.unav a:hover {
	color: #fff;
	background-color: #FF3131;
}






li.nav a, li.navAktuell a,  li.navAktuell a:link, li.navAktuell a:hover  {
	color: #000;
	display: block;
	padding: 06px;
	padding-left: 05px;
	text-decoration: none;
}

li.nav a:link {
	color: #000;
	background-color: gray;
}
li.nav a:hover {
	color: #000;
	background-color: #FF3131;
}

.titel	{ font-family: Arial; color: #FF3131; font-size: 1.3em; font-weight: bold; margin-top: 5px; margin-bottom: 20px; border-bottom:1px solid silver;}
.titel2	{ font-family: Arial; color: #FF3131; font-size: 1.1em; font-weight: bold; margin-top: 5px; }

A	{ color: #FF3131; text-decoration: none;}
hr	{ height: 1px; color: black;}

#main ul	{ margin-left: 1.4em; }
#main li	{ margin-bottom: 1.0em; margin-left: 0px;}

table.tab_unten tr {
	padding-top: 3px;
}
table.tab_unten td {
	border-bottom: 1px solid black;
}


#fbLink {
	margin-top: 25px;
	margin-left: 10px; 
	font-size: 14px;
}

#fbLink a {
	color: #666666;
}

