           <style type="text/css">
<!--
/*Komplettes Hintergrundlayout fuer die V2 Website*/


/* Textgestalltung */

body 		{color: black;
		 font-family: Arial;
}



p:first-letter	{color: red;
		 font-size: 150%;
                  text-align: center;
}

#zentriert	{background-color: E2E2E2;
		 text-align: center;
		 color: #FFFFFF;
}


h1 {
 color: #000000;
 font-family: Arial;
 font-style: italic;
 text-align: center;
 font-size: large;
}

h2 {
 font-family: Arial;
 font-size: large;
 font-style: italic;
 text-align: center;
 color: #A19E9E;
}

/*Oberteil*/
#Ueberschrift	{position: absolute;
			 left: 0px; top: 00px;
                  	 height: 100px; width: 800px;
                  	 background-color: #E2E2E2;
                          /* padding-left: 5px; */
                  	 padding-top: 10px;
}


/* Mittelteil für Tabelle in Fotogalerieuebersicht*/
#Tabelle       {position: absolute;
			 left: 0px; top: 100px;
                  	 height: 600px; width: 800px;
                  	 background-color: #e67979;
                          margin: 0;
                         /* padding-left: 5px; */
                  	 padding-top: 10px;
}
/* Mittelteil für Startseite*/
 #FestivalBild	{position: absolute;
		 left: 0px; top: 100px;
                  height: 600px; width:800px;
                  background-image: url(../Bilder/Page_Umbau/Nachdenken.JPG);
                  background-repeat: no-repeat;
                 /* background-attachment: fixed;  */
                 margin: 0; padding: 0;
                  background-position: top left;
}

#TortenBild	{position: absolute;
		 left: 720px; top: 50px;
                  height: 267px; width:200px;
                  background-repeat: no-repeat;
                 /* background-attachment: fixed;  */
                 margin: 0; padding: 0;
                  background-position: top left;
}

#UeberschriftTortenBild { position: absolute;
			 left: 0px; top: 00px;
                  	 height: 40px; width: 200px;
                  	 background-color: e67979;
}


/* Linkleiste unten*/
#Linkleiste 	{position: absolute;
			 left: 0px; top: 700px;
                  	 height: 60px; width: 800px;
                          background-color: #11af37;
}

#linkleistelink1	{position: absolute;
		 left: 0px; top: 15px;
		 height: 20px; width: 160px;
		 background-color: #11af37;
                  /* padding-left: 5px; */
                  /* padding-top: 10px; */
}

#linkleistelink2	{position: absolute;
		 left: 160px; top: 15px;
		 height: 20px; width: 160px;
		 background-color: #11af37;
                  /* padding-left: 5px; */
                  /* padding-top: 10px; */
}

#linkleistelink3	{position: absolute;
		 left: 320px; top: 15px;
		 height: 20px; width: 160px;
		 background-color: #11af37
                  /* padding-left: 5px; */
                  /* padding-top: 10px; */
}

#linkleistelink4	{position: absolute;
		 left: 480px; top: 15px;
		 height: 20px; width: 160px;
		 background-color: #11af37;
                  /* padding-left: 5px; */
                  /* padding-top: 10px; */
}

#linkleistelink5	{position: absolute;
		 left: 640px; top: 15px;
		 height: 20px; width: 160px;
		 background-color: #11af37;
                   /* padding-left: 5px; */
                  /* padding-top: 10px; */;
}


/* Haupt- Textfeld für große Inhalte mit Scroll-Leiste*/
#mittescroll	{position: absolute;
		 left: 171px; top: 170px;
	         height: 500; width: 600px;
	         background-color: #FFFFFF;
                  margin: 0; padding: 0;
                  padding-left: 40px;
                  padding-top: 40px;
                  overflow: scroll;
}

/* Haupt- Textfeld ohne Scroll:Leiste*/
#mitte		{position: absolute;
		 left: 171px; top: 170px;
	         height: 500; width: 629px;
	         background-color: #FFFFFF;
                  margin: 0; padding: 0;
                  padding-left: 40px;
                  padding-top: 40px;
}

/* Layout Kontaktformular -- Beschriftung Feldnamen und Kontaktfelder -- */

#beschriftungk1   {position: absolute;
		 left: 80px; top: 133px;
	         height: 40px; width: 80px;
	         background-color: #FFFFFF;
}

#beschriftungk2   {position: absolute;
		 left: 80px; top: 173px;
	         height: 40px; width: 80px;
	         background-color: #FFFFFF;
}

#beschriftungk3   {position: absolute;
		 left: 80px; top: 215px;
	         height: 40px; width: 80px;
	         background-color: #FFFFFF;
}

#beschriftungk4   {position: absolute;
		 left: 80px; top: 258px;
	         height: 40px; width: 80px;
	         background-color: #FFFFFF;
}


#kontaktfeld	{position: absolute;
		 left: 160px; top: 130px;
	         height: 300px; width: 300px;
	         background-color: #FFFFFF;
}



/*Hintergrund, um Gesamtlayout im Browserfenster mittig erscheinen zu lassen */
#inhaltgesamt	{width: 800px;
		 height: 700px;
	         position: absolute;
	          /*top: 50%;   */
	          /*left: 50%;  */

	         /* margin-left: -400px; */
	         /* margin-top: -325px; */
	         /* display: block;  */
                  background-color: #22FFFF;
                  background-position: center;
}


/*Link-Gestalltung */

a:link		{color: black; text-decoration:none;}
a:active		{color: black; text-decoration: underline;}
a:visited	{color: black; text-decoration: none;}
a:hover		{color: black; text-decoration: underline;}





-->
</style>
