/* CSS Document */
		body {
		margin: 0;
		padding: 0;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 0.8em;
		background: #fee7b3;
		}
		#container {
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background: url(bilder/naviback.gif) left repeat-y rgb(255, 245, 223);
		}

		#banner {
			padding: 0px;
			margin-bottom: 0px;
			background: url(bilder/oben.gif) repeat-x;
			height: 75px;
		}
		#content{
			background: url(bilder/backrechts.gif) left repeat-y rgb(255, 245, 223);
			margin-left: 200px;
			margin-top: 0;
			padding-top: 0;
		}

		#sidebar{
			background: url(bilder/naviback.gif) repeat-y  rgb(255, 245, 223);
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			margin: 0;
			margin-right: 0px;
		
		}


		#footer {
			clear: both;
			padding: 0px;
			margin-top: 0px;
			
			background: #feae02;
			border-top: 1px solid white;
			border-bottom: #ffdf9a 3px solid;
			height:20px;
			text-align: center;
			color: white;
			font-size: 0.8em;
		}
#navcontainer
{
background: #fff5df;
width: 176px;
}

ul#navlist
{
text-align: left;
list-style-type: none;
padding: 0;
margin: 0;
width: 176px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
line-height: 28px;
}

ul#navlist li a
{
display: block;
width: 176px;
color: white;
text-decoration: none;
font-weight: bold;
background: url(bilder/buttonback.gif) #feae02;
text-indent: 35px;
height: 28px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li.active a
{
background: url(bilder/buttonbackactive.gif) #fcc03b;
}

ul#navlist li a:hover, ul#navlist li.active a:hover
{
color: #800000;
background: url(bilder/buttonbackover.gif);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FEE7B3;
	color: #022E92;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #022E92;
	border-right-color: #022E92;
	border-bottom-color: #022E92;
	border-left-color: #022E92;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #022E92;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #022E92;
	border-right-color: #022E92;
	border-bottom-color: #022E92;
	border-left-color: #022E92;
}
.rand {
	border: 1px solid #022E92;
}
a {
	color: #022E92;
}
