@charset "utf-8";
/* CSS Document */

body {background-color:#ffffff;
	color:#000000;
	font-family:Georgia, Geneva, sans-serif;
	margin:0px;}
	
body a {color:#0066ff;}

header {
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;	}
	
header a {
	color: #F2F5A9;
}
	
#hilfscontainer{width: 100%;}

aside {text-align:center;
	width:100%;}

nav {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {
	color: #000000;
	width:100%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 10px;}		

article {border: 1px solid grey;
	border-radius:10px;
	margin:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-color: lightyellow;}

	
footer {
	color:#057395;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

footer a {
	color:#057395;
}

img {max-width:100%; height:auto; }



ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {
    text-decoration:none;
    color:white; 
    padding:10.5px 11px;
	margin-bottom:10px;
    display:block;
	border-radius:10px;
}

.imgzentriert {
 display: block;
 margin: 10px auto;
 width: 200px;
}
.imgzentriert_trennlinie {
 display: block;
 margin: 10px auto;
 width: 300px;
}
.imgzentriert_bad {
 display: block;
 margin: 10px auto;
 width: 100%;
 text-align: center;
}



ul li a:visited {color: white;}
 
ul li a:hover, ul li .current {color: black;
    background-color: yellow;}

#intro{
	float:center;
	width:inherit;
	height:460px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:2px;
	background-color: white;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-align:center;
}

fieldset {
	width:90%;
}

#area {
	width:95%;
	height:100px;
}