@charset "utf-8";
/* Grundlayout Die Projektoren*/

/* Eigenschaften fuer das Hauptdokument */
body {
     text-align: center;
	 height: 100%;
         }

/*Felder fuer die einzelnen Inhaltselemente*/
div {

         }

/*Hauptfeld fuer das Gesamtlayout*/
#gesamtfeld {
                 width: 100%;
		 height: 100%;
		 margin: 0px;
		 background-image: url(back.jpg); 
		 background-repeat: repeat-x;
	}
	
/*Feld fuer die Kopfleiste*/
#hauptfeld2 {
                 position: relative
                 margin-top: 0px;
                 margin-left: auto;
                 margin-right: auto;
		 text-align: left;
		 width: 1140px;
		 height: 700px;
	}
	
/*Feld fuer die Kopfleiste*/
#hauptfeld {
                 float: left;
                 margin-top: 0px;
                 margin-left: auto;
                 margin-right: auto;
		 text-align: left;
		 width: 1140px;
		 height: 700px;
		 background-image: url(back-main.png);
		 background-repeat: no-repeat;
	}

/*Feld fuer das Menue oben*/
#menu-oben {
		 clear: both;
		 margin-top: 175px;	
                 margin-left: 170px;
                 margin-right: 208px;
		 text-align: right;
		 width: 763px;
		 height: 20px;
		 overflow: hidden;
	}

/*Feld fuer den Inhalt*/
#inhalt {
		 clear: both;
         margin-left: 158px;
         margin-right: 188px;
		 margin-top: 10px;
		 width: 794px;
		 height: 314px;
		 overflow: hidden;
		 
	}

/*Feld fuer den Inhaltstext links*/
#inhalt-bild {
		 float: left;
		 width: 448px;
		 height: 314px;
		 overflow: hidden;
	}

/*Feld fuer den Inhaltstext rechts*/
#inhalt-text {
		 float: right;
		 width: 300px;
		 height: 299px;
		 margin-right: 20px;
		 margin-top: 15px;
		 overflow: hidden;
	}
	
/*Feld fuer den Inhaltstext rechts mehrseitig*/
#inhalt-text-mehr {
		 float: right;
		 width: 300px;
		 height: 274px;
		 margin-right: 20px;
		 margin-top: 15px;
		 overflow: hidden;
	}
	
/*Feld fuer den Inhaltstext rechts*/
#inhalt-seite {
		 float: right;
		 width: 300px;
		 height: 25px;
		 margin-right: 20px;
		 overflow: hidden;
		 text-align: right;
	}

/*Feld fuer den Inhaltstext zentral*/
#inhalt-zentrum {
		 clear: both;
		 width: 750px;
		 height: 299px;
         margin-left: 20px;
		 margin-top: 15px;
		 overflow: hidden;
	}
	
/*Feld fuer das Menue unten*/
#menu-unten {
		 clear: both;
         margin-left: 170px;
		 margin-top: 10px;
		 text-align: right;
		 width: 770px;
		 height: 250px;
		 overflow: hidden;
	}