@charset "utf-8";
/* CSS Document */

body {background-color:#747476;
/* Hintergrund im Buttons-Block */
	color:#000000;
	font-family:Comic Sans MS,sans-serif;
	margin:0px;}
	
body a {color:#6666ff;}

header {background-color:#747476;
/* Hintergrund-Bild für Headerzeile                  */
/*   background-image: url("bilder/hauptbild.jpg");  */
	color: #ffffff;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 2px;
	text-align:center;}
	
#hilfscontainer {margin:0px auto;
	 max-width:1536px;}

aside {float:left;
	text-align:center;
	width:25%;}

nav {margin:5px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	text-align:center;}

main {background-color:#8b8989;
	/*-- Dies ist die Hintergrund-Farbe der Hauptfensters--*/
     
	color: #000000;
	float:left;
	width:75%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 5px;
	margin-top: 0px;}		

article {
	border:  10px solid 	#747476;
	border-radius:20px;
	margin:0px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:center;}

figure {
	/* Hintergrund-Bild für Hauptteil                      */
    /*background-image: url("bilder/hauptbild_grau.jpg");  */
	margin:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;}
	
	
footer {background-color:#8b8989;
	/*-- Dies ist die Farbe der Fusszeile--*/
	clear:left;
	color:#000000;
	font-size:small;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

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:#000000; 
    padding:4px 4px;
	margin-bottom:5px;
	font-size:small;
/*-- Dies ist die Farbe der Buttons--*/
    background-color:#8b8989;
    display:block;
	border-radius:5px;
}

ul li a:visited {color: white;}
 
ul li a:hover, ul li .current {color: black;
    background-color: #757575;}