* {
	margin: 0;
	padding: 0;
	border-left-color: #000066;
} 

	/* Anlage Links */
			a 			{color: #3171B3; background-color: transparent; font-weight: bold; text-decoration:none;}
			a:link		{color: #3171B3; background-color: transparent; font-weight: bold; text-decoration:none;}
			/*a:visited	{color: #BBDDFF; background-color: transparent; font-weight: bold; text-decoration:none;}*/
			a:focus 	{color: #000099; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:hover		{color: #274090; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:active	{
	color: #3366FF;
	background-color: transparent;
	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: #3171B3; /*#bbddff; */ /*hellblau*/
			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: #369000;*//*#e0dedf;*/
			text-align:left;
			overflow: hidden;
			}
			
	#container_kopf /* Dieser Container beinhaltet alle Elemente die im Kopf sind*/
			{
	margin: 0px;
	height: 330px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(pics/Kopf4.jpg);
	color:#000000;


			margin:0pt auto
			width: 1000px;
			/*height:40px;*/
			}
			
	#container_inhalt{ /* Dieser Container beinhaltet alle Seiteninhalte unter dem Kopf. Navigation, Content und Werbung rechts*/
			background-image: url(pics/Mitte2.jpg);
			background-repeat: repeat-y;
			margin:0pt auto;
			max-width:1000px;
			min-width:1000px;
			min-height: 420px;
			max-height:none;
			text-align:left;
			overflow: auto;
			}
			
	#navi{	/* Navigation*/
			float:left;
			width:200px;
			padding: 10px 10px 10px 20px;
			top: 200px;
			}
	
	#navi_inhalt{
			padding: 10px 15px 0px 30px;
			line-hight: 1em;
			}
			
	#navi_inhalt h1 {
			line-height: 2em;
			font-weight: bolder;
			color: #000066; /*#ff7017;*/
			background-color: transparent;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
}
			
	#haupt	{				
			width:760px;
			float:left;
			}
	
	#haupt_inhalt_links
			{
			float:left;
			width:680px;
			min-height:300px;
			padding: 10px 10px 10px 10px;
			margin: 10px 10px 0px 20px;
			background-color: #ffffff;
			overflow: auto;
			border-bottom-style: groove;
			border-left-color: #0080C0;
			border-bottom-color: #0080C0;
			border-left-style: groove;
			}
	
	#haupt_inhalt_links h1 {
			font: 18px Arial, Helvetica, sans-serif;
			line-height: 1em;
			font-weight: bolder;
			color: #3171B3; /*#00421b;*/ 
			background-color: transparent;	
			}
	
	#haupt_inhalt_rechts
			{
			float:right;
			width:310px;
			min-height:300px;
			padding: 15px 10px 0px 10px;
			margin: 10px 40px 0px 20px;
			background-color: #ffffff;
			overflow: auto;
			}
	#haupt_inhalt_rechts h1 {
			font: 14px Arial, Helvetica, sans-serif; 
			line-height: 1em; 
			font-weight: bolder; 
			color: #3171B3; /*#00421b;*/ 
			background-color: transparent;}
			
	#haupt_inhalt p {line-height:1.5em;}
	
	#footer{ 
			background-color: transparent;
			background-image: url(pics/Fuss2.jpg);
			background-repeat: no-repeat;
			/*color:#00421b;*/
			text-align:center;
			margin:0pt auto;
			width: 1000px;
			height:66px;
			}
	
	/* �berschriften */
	h1 {	font: 14px Arial, Helvetica, sans-serif; line-height: 1.8em; font-weight: bolder; color: #3171B3; 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(pics/list.gif);
			list-style-position: outside;
			}
			
	/* Sonderformatierungen */
	.text12bkap 	{text-transform: uppercase; font-size: 12px; font-weight: bolder;}
	.text12b 		{font-size: 12px; font-weight: bolder;}
	.text12borange 	{font-size: 12px; font-weight: bolder; color: #3171B3;}
	.text12bgruen 	{font-size: 12px; font-weight: bolder; color: #3171B3;;}
	.text14b 		{font-size: 14px; font-weight: bolder;}
	.text14borange 	{font-size: 14px; font-weight: bolder; color: #3171B3;}
	.text9 			{font-size: 9px; }
	.text12i 		{font-size: 12px; font-style: italic;}
