body { background-color:#000000; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
   {font-size:1em; color:#FFFFFF;}
{font-family: Verdena, Arial, Helvetica}
h1 { font-size:1em; color:#FFFFFF; text-align:center; font-weight:lighter;} 
h2 { font-size:0.9em; color:#FFFFFF; text-align:center; }
h3 { font-size:0.9em; color:#FFFFFF;text-align:center; }
h4 { font-size:0.8em; color:#FFFFFF;text-align:left; }
p {font-size:0.9em; text-align:left; font-weight:lighter;}
a:link { font-size:0.9em;color:#FF0000; text-decoration:underline; }
a:visited { font-size:0.9em;color:#00FF00; text-decoration:underline; }
a:active { font-size:0.9em;color:#FFFFFF; text-decoration:none; }
td { font-size:1.1em;color:#FFDD00;}
li,ul { color:#FFFFFF;}


.bild {
max-width: 100%;
height: auto;
}


* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
header {
    background-color: black;
    width: 100%;
    float: left;
	position: fixed;
	left: 0;
    top: 0;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
}
#bereichlogo {
    color: white;
    background-color: black;    
    display: block;
    padding: 0.5em;
    text-decoration: none;
    float: left;    
}
#bereichlogo {
    width: auto;
}

#steuerung li {
    list-style: none;
    float: left;
}
#steuerung a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0.5em;
    text-decoration: none;
    color: white;
    background-color: black;
}    

#steuerung a:hover{
    display: block;
    height: 100%;
    width: 100%;
    padding: 0.5em;
    text-decoration: underline;
    color: white;
    background-color: black;
}    

.menue-button {
    display: none;
	
}    
/*#steuerung {
    float: right;*/
}
#steuerung a:hover {
    color: black;
    background: gray;
}	
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*	Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:600px) {
	.menue-button {
		display: block;
	}
	.menue-button {
		background-color: black;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.5em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	#bereichlogo {
		width: 100%;
	}
	
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}	
	#steuerung li {
		width: 100%;
		border-bottom: 2px solid silver;
	}	
	
	.menue-button:hover {
		color: black;
		background: gray;
	}
	
	p {font-size:0.7em;
	}
}
/* die Steuerung einblenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
    display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
    display: none ; 
}    
/* Allgemein Anweisungen */
section {
    padding: 0em;
	padding-top: 2em;
    float: left;
    width: 100%;
}
h1, p {
    margin: 0.5em 0 0 0;
}	