@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;
	margin-bottom: 20px;
	margin-top: 20px;}
	
header a {
	color: #057395;
}
	
#hilfscontainer {margin:0px auto;
	 max-width:1024px;}

aside {float:left;
	text-align:center;
	width:25%;}

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

main {background-color:lightyellow;
	color: #000000;
	float:left;
	width:75%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

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

footer {
	clear:left;
	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:#ffffff; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#057395;
    display:block;
	border-radius:10px;
}

ul li a:visited {color:lightyellow;}
 
ul li a:hover, ul li .current {color:black;
    background-color:gold;}
	
#intro{
	float:center;
	width:inherit;
	height:400px;
	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;
}

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


table {
  border-collapse: separate;
  border-spacing: 0.2em;
  border: 1;
  width: 75%;
  text-align: center;
  font-size: 20px;
}
  
th,td {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;  
}  

th {
	width: 25%; 
	border: none;
	text-align:right;
}

td {
  font-style:italic;
  text-align: center;
  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5);
}   

td:empty{
  box-shadow: none;
}

fieldset {
	width: 400px;
}

#area {
	width:400px;
	height:100px;
}