@charset "utf-8";

body {
	padding: 0;
	width:100%;
	height:100%;
	background-color: #590077;
}

img{
  border:0;
}

h1 {
	color:#590077;
}

#oben {
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;	
	width:900px;
	height:60px;
	background-color: #D8E3F5;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;	
    -khtml-border-radius-topleft:15px;
    -khtml-border-radius-topright:15px;
}

#navicontainer {
	padding:0;
	background-color: #D8E3F5;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;	
	text-align:center;
	top:60px;
	width:900px;
	height:22px;
	margin: 0 auto;
}
#navlist {
	margin:0;
	background-color: #D8E3F5;
	top:82px;
	width:900px;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font:12px Arial, Helvetica, sans-serif;
}
#navlist li {
	padding:0;
	list-style: none;
	margin: 0 auto;
	display: inline;
}
#navlist li a {
	background-color: #D8E3F5;
	padding: 3px 0.5em;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
#navlist li a:link {
	color: #448;
}
#navlist li a:visited {
	color: #448;
}
#navlist li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
#navlist li a#current {
	color:#590077;
	background: white;
	border-bottom: 1px solid #D8E3F5;
}

#footer {
	top:780px;
	width:900px;
	height:70px;
	background-color: #D8E3F5;
	margin: 0 auto;
	padding-top:5px;
	text-align: center;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
}
#footer a {
	text-decoration: none;
	color:#590077;
	font-size:11px;
}
#footer a:link {
	color:#590077;	
}
#footer a:visited {
	color:#590077;		
}
#footer a:hover {
background-color:#FFF;	
}

#version {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFFFFF;
	text-align:center;
}.ueberschrift {
	font-weight: bold;
	color: #000;
}
#mitte #mitte_text p {
	text-align: center;

}
.schrift_klein {
	font-size: smaller;
}
.links-ausgerichtet {
	text-align: left;
}

