* {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	font-family: Arial, sans-serif;
}

BODY {
	MARGIN: 0;
	/*BACKGROUND-COLOR: #E9E9E9;  Hellgrau */  
	BACKGROUND-COLOR: #E0E7FC;  /* Hintergrund zart Hellblau */
	padding: 0;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	text-decoration: none;
	color: black;
}
	
header {
	/*background-color: yellow; */
	background-color: #99CCFF;  /* Hintergrund-Hellblau */
	width: 100%;
	float: left;
	border-bottom: 1px solid black;
}
	
#bereichlogo {
	color: white;
	background-color: #99CCFF; /* Hintergrund-Hellblau */
	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.4em;              /* Umgebung der Buttons */
	text-decoration: none;
	color: white;
	background-color: #000066;   /* Farbe aller Buttons im Ruhezustand = Dkl-blau */
}	

.menue-button {
	display: none;
}		
	
#steuerung {
	float: right;
}
	
#steuerung a:hover {
	color: black;
	background: orange;
}	

/* 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: #000066;   /* Farbe aller Buttons im Ruhezustand = Dkl-blau */
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0px;           /* Keine Auswirkung */
		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: orange;
	}
}

/* die Magie, um die Steuerung einzublenden (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 ; 
}	
	
/* Allgemeiner Textblock */
section {
   margin-left: 3px;
	margin-right: 5px;
	text-align: center;
	width: 100%;
}

.floating-box1 {
	display: inline-block;
	width: 320px;
	border: 1px solid black;
	margin: 10px;
	font-size: 20px;
	/*font-weight: bold;*/
	background-color: white;
	vertical-align: top;
}

.floating-box2 {
    display: inline-block;
    width: 320px;
    border: 1px solid black;
    margin: 10px;
	 padding: 6px;
	 font-size: 14px;
	 background-color: white;
	 vertical-align: top;  
}
.floating-box3 {
    display: inline-block;
    width: 300px;
    border: 1px solid black;
    margin: 10px;
	 padding: 6px;
	 font-size: 14px;
	 background-color: white;
	 vertical-align: top;  
}

.box1 {
	width: 288px;
	margin-top: 4px;
	padding: 5px;
	font-size: 15px;
	background-color: #99CCFF;
	border: 1px solid black;
}

.ueberschrift {
    display: inline-block;
    width: 314px;
	 font-size: 16px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 font-weight: bold;
	 color: white;
	 background-color: #000066;   /* Farbe aller Buttons im Ruhezustand = Dkl-blau */  
}

.zwischenueberschrift {
	 font-size: 16px;
	 font-weight: bold;  
}

.ueberschrift-innen {
    width: 314px;
	 font-size: 16px;
	 font-weight: bold;
	 color: #000066;
	 border: 1px solid black; 
}
.box-logos {
	background-color: #99CCFF;
	border: 1px solid black;
	text-align:left;
}
.box-text {
	display: inline-block;
	width: 320px;
	margin-top: 4px;
	padding: 5px;
	font-size: 15px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
}
