* { margin: 0; padding: 0; } 

	/* Anlage Links */
			a 			{color: #fff; font-weight: bold; text-decoration:underline;}
			a:link		{color: #fff; font-weight: bold; text-decoration:underline;}
			a:visited	{color: #fff; font-weight: bold; text-decoration:underline;}
			a:focus 	{color: #b50404; font-weight: bold; text-decoration:underline;}
			a:hover		{color: #b50404; font-weight: bold; text-decoration:underline;}
			a:active	{color: #b50404; font-weight: bold; text-decoration:underline;}

	html[xmlns="http://www.w3.org/1999/xhtml"]{height:101%;}
	
	img { border: none;}
	
	body {
			text-align:center;		
			background-position:center top;	
			background-color: transparent;
			background-image: url(../images/hg2.gif);
			color:#fff;
			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: transparent;
			text-align:left;
			overflow: hidden;
			}
			
	#container_kopf /* Dieser Container beinhaltet alle Elemente die im Kopf sind*/
			{
			margin: 0px;
			height: 276px;
			background-image: url(../images/header.gif);
			background-repeat: no-repeat;
			color:#000000;
			}
			
	#container_inhalt{ /* Dieser Container beinhaltet alle Seiteninhalte unter dem Kopf. Navigation, Content und Werbung rechts*/
			background-image: url(../images/hg-sch.gif);
			background-repeat: repeat-y;
			margin:0pt auto;
			max-width:1000px;
			min-width:1000px;
			min-height: 340px;
			max-height:none;
			text-align:left;
			overflow: auto;
			}
			
	#navi{	/* Navigation*/
			float:left;
			width:200px;
			padding: 10px 0px 0px 20px;
			
			}
	
	#navi_inhalt{
			padding: 15px 15px 0px 40px;
			line-height: 1.8em;
			background-color: transparent;
			font-size:14px;
			font-weight: bold;
			color:#b50404;
			}
						
	#haupt	{				
			width:760px;
			float:left;
			color:#fff;
			}
			
	#inhalt	{				
			width:550px;
			float:left;
			color:#fff;
			background-color: #000;
			padding: 30px 10px 0px 10px;
			}
	#inhalt h1 {font: 14px Arial, Helvetica, sans-serif; line-height: 1em; font-weight: bolder; color: #fff; background-color: transparent;}
	
	
	#haupt_inhalt p {line-height:1.5em;}
	
	#footer{ 
			background-color: transparent;
			background-image: url(../images/footer.gif);
			background-repeat: no-repeat;
			color:#fff;
			text-align:center;
			margin:0pt auto;
			width: 1000px;
			height:40px;
			margin:0pt auto;
			}
	
	/* Überschriften */
	h1 {	font: 14px Arial, Helvetica, sans-serif; line-height: 1.8em; font-weight: bolder; color: #fff; background-color: transparent;}
	h2 {	font: 16px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #fff; background-color: transparent;}
	h3 {	font: 14px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #fff; 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/....gif);*/
			list-style-position: outside;
			}
	
	/* Grundanlage tabellen modifikation */
	th, tr {
			text-align: left;
			font-size: 14px; 
			/*font-weight: bold; */
			padding-left: 5px; 
			}
			
	
	/* td sehr wichtig für tabellenzellen sonst formatierst du dich zu tode */
	td	{	font-size: 12px; 
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 5px; }
	
	/* Sonderformatierungen */
	.text12bkap 	{text-transform: uppercase; font-size: 12px; font-weight: bolder;}
	.text12b 		{font-size: 12px; font-weight: bold;}
	.textsonder 	{font-size: 14px; font-weight: bold; background-color: #ffffff; color:#FF0000;}
	.spankers-delight 		{font-size: 12px; font-weight: bold; font-style: italic;}
	.text14b 		{font-size: 14px; font-weight: bold;}
	.text14bred 		{font-size: 14px; font-weight: bold; color:#FF0000;}
	.text9 			{font-size: 9px; }
	.text12i 		{font-size: 12px; font-style: italic;}
	.grauhg			{background-color: #dee4f4;}
