 body {
      background: url(images/body-bg.gif) repeat;
	  width: 98%;
     font-family:Verdana, Arial, sans-serif;
	 font-size: 12px;
		}

#All {
	position:relative;
	top: 2px;
	width: 98%;
	left:1%;
	right:1%;
	height: 20px;

	}


#Header{
    background: url(images/Header_repeat.jpg) repeat;
	position:absolute;
	top: 0px;
	height: 100px;
	width: 100%;
	padding: 0px;
	}



#Main {
	background-color: #FFFFFF;
 	position: absolute;
	left: 35%;
	top: 100px;
	height: 460px;
	width: 65%;
	padding: 0px;
	overflow: auto;
   	}

#Text {
	position: absolute;
		padding: 10px 15px 5px 15px;
	text-align: justify;
   	}
#Text td {
     font-family:Verdana, Arial, sans-serif;
	 font-size: 12px;
	 text-align: justify;
 	}

 #Text h1 {
    font-size: 18px;
     color: #ADC1DC;
   font-family:Verdana, Arial, sans-serif;
  }
#Text h2 {
    font-size: 16px;
     color: #333333;
   font-family:Verdana, Arial, sans-serif;
  }
	
	#Text hr {
 color: #ADC1DC;
	}
		
#Navi {
   	position: absolute;
	left:0px;
	top:100px;
	height: 460px;
	width: 35%;
	background:#ADC1DC url(images/Massbalken_Frenken.gif) repeat-y right;
	overflow: auto;
	}
		
#Navi-Liste {
    font-family:Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:160%;
   	position: absolute;
    width: 90%;
	height: 410px;
	left: 1px; 
	top: 5px;	
	}
  
  ul#Navi-Liste li {
    width: 90%;
    list-style:none;
    margin: 0px; padding: 0px;
  }

  ul#Navi-Liste a {
    
    font-weight: bold;
  }

  ul#Navi-Liste a:link {
    color: #666666; 
	text-decoration:none;
  }

   ul#Navi-Liste a:visited {
    color: #666666; 
	text-decoration:none;
	}
	
  ul#Navi-Liste a:hover {
    color: #ffffff;  
    text-decoration:underline;
 }
	
 ul#Navi-Liste a:active {
   color: #ffffff;  
	text-decoration:none;
 }


a:link {color:#0000CC; text-decoration:none; }
a:hover {color:#ADC1DC; text-decoration:underline; }
a:visited { color:#0000CC; text-decoration:none; }


