* { margin: 0; padding: 0; } 

	/* Anlage Links */
			a 			{color: #000000; background-color: transparent; font-weight: bold; text-decoration:none;}
			a:link		{color: #000000; background-color: transparent; font-weight: bold; text-decoration:none;}
			a:visited	{color: #3d3a3a; background-color: transparent; font-weight: bold; text-decoration:none;}
			a:focus 	{color: #cc0000; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:hover		{color: #cc0000; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:active	{color: #cc0000; background-color: transparent; font-weight: bold; text-decoration:underline;}

	html[xmlns="http://www.w3.org/1999/xhtml"]{height:101%;}
	
	body {
			text-align:center;		
			background-position:center top;	
			background-color: #9f9f9f;
			color:#000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
		}
	#container{ /* Dieser Container beinhaltet alle Seiteninhalte*/
			margin:0pt auto;
			max-width:1000px;
			min-width:1000px;
			background-color: #e0dedf;
			text-align:left;
			overflow: hidden;
			}
			
	#container_kopf /* Dieser Container beinhaltet alle Elemente die im Kopf sind, Datum Werbung 1 + 2, Kopfnavi*/
			{
			margin: 0px;
			height: 200px;
			background-image: url(../images/hg.jpg);
			color:#000000;
			}
			
	#kopf_li /* Dieser Container beinhaltet die Werbung im Kopf mitte, Die Überschrift und das Datum*/
			{
			float:left;
			margin: 0px;
			height: 200px;
			color:#000000;
			}
			
	#werbung_kopf_1 /* Werbung Kopf mitte*/
			{
			width: 435px;
			height: 60px;
			margin: 0px 0px 0px 275px;
			}
					
	#headline /* Überschrift*/
			{
			width:400px;
			margin: 70px 10px 0px 250px;
			padding: 0px 0px 0px 30px;
			}
			
	#date	/* Datumsanzeige links im Kopf unter dem Logo*/
			{
			width:200px;
			height:20px;
			margin: 0px 0px 0px 15px;
			padding: 3px 0px 0px 15px;
			font-size: 12px; font-weight: bolder; color:#F40000;
			}
	
	#kopf_re /* Container der Werbung Kopf rechts und Kopfnavigation beinhaltet*/
			{
			float:right;
			margin: 0px 0px 0px 0px;
			height: 200px;
			width:200px
			}
			
	#werbung_kopf_2 /* Werbung Kopf rechts*/
			{
			width:170px;
			height:110px;
			color:#000000;
			/*background-color:#FF0000;*/
			margin: 20px 0px 0px 0px;
			
			}
	
	#kopf_navi /* Navigation im Kopf rechts*/
			{
			width:180px;
			color:#000000;
			background-color: none;
			padding: 0px 5px 0px 10px;
			margin: 27px 20px 0px 5px;
			}
			
	#container_inhalt{ /* Dieser Container beinhaltet alle Seiteninhalte unter dem Kopf. Navigation, Content und Werbung rechts*/
			background-image: url(../images/hg_all.jpg);
			background-repeat: repeat-y;
			margin:0pt auto;
			max-width:1000px;
			min-width:1000px;
			min-height: 500px;
			max-height:none;
			background-color: #red;
			text-align:left;
			overflow: auto;
			}
			
	#navi{	/* Navigation*/
			float:left;
			width:200px;
			padding: 10px 0px 0px 0px;
			}
	
	#navi_inhalt{
			padding: 10px 25px 0px 27px;
			line-hight: 1em;
			}
			
	#haupt	{				
			width:600px;
			float:left;
			}
	
	#haupt_inhalt
			{
			float:left;
			width:530px;
			min-height:400px;
			padding: 15px 20px 0px 20px;
			margin: 10px 10px 0px 20px;
			background-color: #e0dedf;
			overflow: auto;
			}
	
	#haupt_werbung
			{
			float:right;
			width:170px;
			height:400px;
			padding: 0px 0px 0px 0px;
			margin: 15px 30px 0px 0px;
			/*background-color: red;*/
			overflow: hidden;
			}
			
	#footer{ 
			background-color: transparent;
			background-image: url(../images/footer.jpg);
			background-repeat: no-repeat;
			color:#000000;
			text-align:center;
			margin:0pt auto;
			width: 1000px;
			height:20px;
			margin:0pt auto;
			}
	
	/* Überschriften */
	h1 {	font: 14px Arial, Helvetica, sans-serif; line-height: 1.8em; font-weight: bolder; color: #000000; background-color: transparent;}
	h2 {	font: 16px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #000000; background-color: transparent;}
	h3 {	font: 14px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #000000; background-color: transparent;}
	
	/* Absatz */
	p { margin: 0 0 1em 0; }
			
	/* listen element */
	ul{
			margin-bottom:0px;
			margin-top:0px;
			margin-left: 25px;
			}
	li {
			list-style-image: url(../images/pfeil.gif);
			list-style-position: outside;
			}
			
	/* Sonderformatierungen */
	.text12bkap {text-transform: uppercase; font-size: 12px; font-weight: bolder;}
	.text12b 	{font-size: 12px; font-weight: bolder;}
	.text14b 	{font-size: 14px; font-weight: bolder;}
	.text14bred {font-size: 14px; font-weight: bolder; color: red;}
	.text9 		{font-size: 9px; }
	.text12i 	{font-size: 12px; font-style: italic;}
