/* CSS Document */
/*Farben-----------------------------------------------------------------------------------------------------------------*/	 
/*-----------------------------------------------------------------------------------------------------------------*/	 

		body { padding: 0px; margin: 0px;
		       font: normal 9pt verdana,sans-serif;
			   color: #000000; background-color: #E6E6E6;
		     }
/*Kopf-----------------------------------------------------------------------------------------------------------------*/	 
		#kopf   { position: relative; top: 0px; left: 0px; 
		          height: 137px;
		         }	
		#kopf h1 { color: #0074BA; font-weight: bold; font-size: 16px; 
		           position: relative; top: 88px; left: 199px; margin: 0px;
		         }
/*Minis oben-----------------------------------------------------------------------------------------------------------------*/	 
		#systemlinks        { position: absolute; right: 14px; top: 64px; }
		#systemlinks a      { color: #000000; text-decoration: none; 
		                      padding: 0px 0px;
		                     }		 
		#systemlinks a:hover { text-decoration: underline; }			   
		#systemlinks a.last  { border-right: none; }			   
/*Menue Box im HG-----------------------------------------------------------------------------------------------------------------*/	 
		
		#menu          		{ position: absolute; left: 0px; top: 137px;
							width: 230px;
							height: 486px;
							z-index: 6;
							}
/*Menue selbst------------------------------------MENUE-------------------------------------------------*/
.menu	{position: relative; left: 10px; top: 6px; width: 160px; font-size: 12px}
.menu	li{padding: 2px 0px 2px 0px;}
.menu	ul{list-style: square; color: #000000}
		a{color: #000000; text-decoration: none;}
		a:hover{color: #0074BA; text-decoration: underline;}
.menu	li:hover{list-style: square; color: #0074BA}
.activ 	{color: #0074BA}

#kontakt 	{margin-top: 200px; margin-left: 25px;color:#B3A16D;Font-family: Arial, Verdana, sans-serif; font-size: 10px; width: 200px }
#kontakt a{color: #000000}

			   
/*Content-----------------------------------------------------------------------------------------------------------------*/	 
		#inhalt        { position: relative; top: 0px; bottom: 0px;
		                 margin-left: 199px;
						 margin-right: -10px; /* das war zu breit !!! */
						 width: 600px;
					   }
		
		#inhalt div    { float: left; margin: 0px 10px 18px 0px; padding: 0px 0px 0px 2px; }
		#inhalt a      { color: #000000; }
		#inhalt a:hover { color: #0074BA; text-decoration: underline}
		#inhalt	ul		{margin-bottom: 0px}
		
		.breit         { width: 560px; border-left: 1px dotted #0074BA;}
		.breit     img    {float: right;}
	   	.breit_float   { width: 460px; border-left: 1px dotted #0074BA;}/*links*/
	    .breit_float img   { float: left; margin: 0px 6px 6px 6px;}
		   
		.schmal 	   { width: 200px; border-left: 1px dotted #0074BA; padding: 0px; margin: 0px;}
		.schmal2 	   { width: 250px; border-left: 1px dotted #0074BA; float: left;}
		.schmal a	   { display:block;float:left;clear:left}
		h5				{font-size: 12px; padding: 0px 0px 6px 20px; margin: 0px;color: #000000; }
		h2             {font-size: 12px; margin: 0px 0px 6px 0px; color: #000000; 
						border-bottom: 1px dotted #0074BA;
						border-left: 1px dotted #0074BA;}
		h3             {font-size: 9px; padding: 0px; margin: 0px; font-weight: bold; }/*nur bei AGB*/
		h4             {font-size: 11px; padding: 0px; margin: 0px; font-weight: bold; }				 	
		p              { margin: 0px; padding: 0px; }
		.agb			{font-size: 9px}/*nur bei AGB*/
		.bold			{font-weight: bold;}/*nur bei Link*/
	
/*rechterbalken-----------------------------------------------------------------------------------------------------------------*/	 
		#rechterbalken 		{ position: absolute; right: 10px; top: 152px; 
							width: 200px;
							
							margin: 0px; 
							padding: 4px;
							border-left: 2px solid #000000;
							}
		#rechterbalken img 	{ margin: 4px 0px 4px 0px; }
		#rechterbalken h3	{ margin: 0px; font-size: 11px; color: #000000; padding: 0px; border-bottom: 1px dotted #000000;  border-left: 1px dotted #000000;}
		#rechterbalken a {color:#000000; text-decoration: none}
		#rechterbalken a:hover{color:#000000; text-decoration:underline}
		#rechterbalken a:visited{color:#000000; text-decoration:underline}
		
/*Fuss runde Ecken-----------------------------------------------------------------------------------------------------------------*/	 		
		#fuss          { clear: left; text-align: center; margin-top: 10px;  
		              }
/*Positionierung oben zentriert-----------------------------------------------------------------------------------------------------------------*/	 
		#alles         { position: absolute; top: 50%; left: 50%;
		                 width: 840px;
						 height: 600px;
		                 margin-left: -420px;
						 margin-top: -300px; 
						 background:   url(img/hg.jpg);
						
		               }


