@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;	
}

body {
	width: 100%;
	font-family: Arial;
	background-image: url(../gfx/bg.jpg);
	background-repeat:repeat-x;
	overflow:-moz-scrollbars-vertical;
}

h1 {
	font-size:130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 2px solid;
}

h2 {
	font-size:115%;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #003b6f;
	
}

align-center {
#		align="center";
		text-align: center;
		}

#alles {
	margin: 0 auto;
	width: 1024px;
	color: white;
	background: white;
}

#header {
 	margin: 1px 1px 1px;
 }
 
#headernav {
	background: #003b6f;
	padding: 7px 10px 7px 0px;
	margin: 0px 1px 1px;
	text-align: right;
	font-size:68.75%;
	font-weight: bold;
}


.headernav a {
	font-size:110%;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

#innercontent {
	 margin: 1px 1px 1px;	
}

#navigation {
	 float: left;
	 width: 200px;
	 overflow: hidden;
	 
}

#navigation a {
	text-decoration: none;	
	display: block;
	border-bottom: 1px solid;
	border-color:white;
	font-size:110%;
	font-weight: bold;
	background: #003b6f;
	color:white;
	padding: 6px 8px 6px 8px;
	font-size: 68.75%
}


#navigation .ebene1 a {
	color:white;
}

#navigation .ebene1act a {
	background: #c22202;
	color: white;
}

#navigation .ebene2 a {
	background: #bfcedb;
	color: black;
	padding: 6px 8px 6px 18px;
}

ul#navigationbar li {
	list-style: none;
}

#content {
	font-size:75%;
	width:747px;
	padding: 25px 45px 55px 30px;
	float:left;
	color: black;
	text-align: justify;
}

#content a {
	color: #003b6f;
}

#content p, #content ul, #content ol, #content table {
	margin-bottom:10px;
}


#content ul {
	margin-left:20px;
}

#content ol {
	margin-left:25px;
}
	
#footer {
	 background: #003b6f;
	 padding: 8px 0 8px 0;
	 clear: both;
	 text-align: center;
	 margin: 1px 1px 1px;
	 font-size:56.25%;
}

#counter  {
	 background: #003b6f;
	 padding: 8px 0 8px 0;
	 clear: both;
	 text-align: left;
	 margin: 1px 1px 1px;
	 font-size:100%;
}
.contentelement {
	margin: 0 0 20px 0;
	clear:both;
}

fieldset {
	border: none;
}

fieldset label {
	display: block;
}
