 body {
      background: url(images/body-bg.gif) repeat;
	  width: 98%;
     font-family: Arial, sans-serif;
	 font-size: 14px;
		}


#All {
	position:relative;
	top: 2px;
	width: 98%;
	left:1%;
	right:1%;
		}

#Start
{position:absolute;
	top: 0px;
	left:20;
    z-index: 10;
}
	
	
#Main {
	background-color: #FFFFCC;
 	position: absolute;
	left: 30%;
	top: 0px;
	height: 620px;
	width:70%;
	padding: 0px;
	overflow: auto;
   	}

#Text {
	position: absolute;
	width: 90%;
	padding: 4% 4% 4% 4%;
    color:#990000;
	 font-size: 16px;
	text-align: justify;
	line-height: 120%;
   	}

blockquote {
	border: 2px dashed #990000;
	padding: 5px;
}
		
     .floatLeft { 
	white-space: normal; 
	float: left; 
        margin-left: 4px;
	    margin-right: 4px;
        margin-top:  4px; 
	}	
	.floatRight { 
	white-space: normal; 
	float: right; 
	margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px; 	
	}
#tab-1 td {
	 font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	height: 52px;
 	}
	
#tab-2 td {
	 font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
 	}	
	
	
	
 #Text h1 {
    font-size: 18px;
	text-align:center;
	color:#990000;
    font-family: Arial, sans-serif;
  }
#Text h2 {
    font-size: 16px;
	test-align:center;
    color:#990000;
    font-family: Arial, sans-serif;
  }
	
#Text h3 {
    font-size: 14px;
	test-align:center;
    color:#990000;
    font-family: Arial, sans-serif;
	padding:0px;
  }	
	
	#Text hr {
 color: #990000;
	}
		
#Navi {
    background: #FF8F00 url(images/bg-igel.gif) repeat-x;
	background-position: bottom;
	position: absolute;
	left:0px;
	top:0px;
	height: 620px;
	width: 30%;
	overflow: auto;
	}
		
#Navi-Liste {
   
    background:  #FF8F00;
    font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 16px;
	line-height:180%;
   	position: relative;
    height: 430px;
	left: 0px; 
	top: 70px;	
	}
  
  ul#Navi-Liste li {
    width: 94%;
	 color:#BBBBBB;
    list-style:none;
    margin: 0px; padding: 0px;
  }

 
  ul#Navi-Liste a:link {
    color: #FFFFCC; 
	text-decoration:none;
  }

   ul#Navi-Liste a:visited {
    color: #FFFFCC; 
	text-decoration:none;
	}
	
  ul#Navi-Liste a:hover {
    color:#BBBBBB;  
    text-decoration:underline;
 }
	
 ul#Navi-Liste a:active {
   color: #FFFFCC;  
	text-decoration:none;
 }


a:link {color:darkblue; text-decoration:none; }
a:visited { color:darkblue; text-decoration:none; }
a:hover {color:darkblue; text-decoration:underline; }
a:active { color:darkblue; text-decoration:none; }

