* {
	margin: 0px;
	padding: 0px;
	color: #C5CCD2 ; /* #C5CCD2 */
} 

	   
/* HINTERGRUNGBILD Position */
#hintergrundbild{ position: absolute;
       top: 0;
       left: 0;
	   height: auto; /* legt die Höhe automatisch fest */
       border: 0;
       z-index: 1;}

/* Saltflächen */
#logo{ position: absolute;
         top: 0px;
         left: 0;
         z-index: 2;
         overflow: auto;
         width: 100%;
         height: 100%;
         text-align: left;} 


/* Saltflächen */
#schaltflaechen{
	position: absolute;
	top: 24px;
	left: -1px;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: center;
} 

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
           height: 100%;
           overflow: hidden;}
		   
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
         top: 150px;
         left: 0;
         z-index: 2;
         overflow: auto;
         width: 100%;
         height: 100%;
         text-align: center;}
		 
/* Layoutelemente */
#mainDiv{ width: 700px;  /* legt die gesamte Breit vom Inhalt auf 800 fest */
         height: 50px;
         text-align: left;
         margin: 18px auto;
		 text-align: center;}		 
/* Überschrift */

#ueberschrift{ width: 700px;  /* legt die gesamte Breit vom Inhalt auf 800 fest */
         height: 70px;
         text-align: left;
         margin: 18px auto;
		 text-align: center;}
		 
