@charset "utf-8";
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #052677;
	background-color: #F7F5F2;	
	margin:0;
}

#logo {
	background-image: url(logo.jpg);
	height: auto;
	width: auto;
}
#banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #0033CC;
	background-color: #A18E66;
	text-align: center;
}

.navihorizontal {
	background-color: #CFC6B1;
	text-align: center;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #062B96;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.navihorizontal a:hover, .navihorizontal a:active{
	text-decoration:none;
	color:#0033CC;
	clear: none;
	float: left;
	height: auto;
	width: 80px;
	display:block;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #A18E66;
	border-right-color: #A18E66;
	background-color:#A18E66;
	}
	
.navihorizontal a{
	text-decoration:none;
	color:#0033CC;
	clear: none;
	float: left;
	height: auto;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #A18E66;
	border-left-color: #A18E66;
	background-color:none;
	position: relative;
	}

.navivertikal{
	background-color:#ECE9E1;
	border-color:#A18E66;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	font-size:11px;
}

.navivertikal a{
	text-decoration:none;
	color:#0033CC;
}

.navivertikal ul{
	list-style-type:square;
	list-style-position:inside;
	margin-left:2px;
}

.navivertikal ul li {
	list-style-type:none;
	background-color: #DED9CB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A18E66;
	font-weight:bold;
}

.navivertikal ul li ul li{
	list-style-type:square;
	background-color:#ECE9E1;
	border-bottom:none;
	font-weight:normal;	
}

.anzeigen{
	border-width: 1px;
	border-style: solid;
	border-color: #0033CC;
	padding:3px;
	background-color:#ECE9E1;
}

.fusszeile
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0033CC;
	text-align:center;
}

.fusszeile a{
	text-decoration:none;
	color:#0033CC;
}

