@charset "UTF-8";
/* CSS Document */

html, body 							{ font-size: 11px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:1.3em; text-align:left; }

.wrapper							{ width:960px; margin:auto;  }



h1									{ font-size:1.6em; }
h2									{ font-size:1.4em; }
h3									{ font-size:1.2em; }
h4									{ font-size:1.1em; color:#f7921e; }

a									{ text-decoration:none; }

/* OBEN RECHTS UNTEN LINKS */ 

	/*ANFANG-BACKGROUND*/

		#background_top				{ height: 312px; background:url(../BILDER/background_top.gif) no-repeat top; }
		
		
	/*ENDE-BACKGROUND*/


	/*ANFANG-CONTENT*/

		#content					{ height:360px; padding-top:110px; padding-bottom:90px; }

		#content .content_wrapper	{ padding-left:20px; padding-right:20px; height:350px; }

		#content .about				{ width:450px; float:left; }
		#content .about h2			{ margin-top:30px; color:#f7921e; }

		#content .image				{ margin-top:13px; width:450px;float:right; }

		#content .contact			{ width:450px; float:left; }
		#content .contact a			{ color:#000000; }	
		#content .contact a:hover	{ color:#f7921e; }
		#content .contact p b 		{ color:#f7921e; }
		#content .contact h2 		{ color:#f7921e; float:right; margin-top:94px; }


	/*ENDE-CONTENT*/


	/*ANFANG-NAVI*/

		#navi .right				{ float:right; display:block; padding:0; }
		#navi .right li				{ float:left; padding-right:30px; list-style:none; }
		#navi .right li a			{ display:block; font-size:1.1em; color:#FFFFFF; }
		#navi .right li a:hover		{ color:#f7921e; }
		#navi .right li a b			{ color:#f7921e; }
	
		#background_bottom			{ background:url(../BILDER/background_bottom.gif) repeat-x center; min-height:1000px;  }


	/*ENDE-NAVI*/
