 body {
background-color: #FFFFFF;
    color: #C0C0C0;
	font-family: Helvetica,Arial,sans-serif;
        font-size: 100%;
	}
	
#Kopf {
      	background-color: #40007F;
	position: absolute;
	left:0px;
	top:0px;
        z-index: -20;
	}
		
#Logo {
	position: absolute;
	width: 250px;
	height: 153px;
	left:0px;
	top:0px;
	}

#Navigation_Background {
background-color: #FFFFFF;
	position: absolute;
	left:0px;
	top:153px;
	width:250px;
	height: 430px;
	background:#FFFFFF;
	margin: 0px; padding: 0px;
	z-index: 10;
	}
		
#Navigation {
	position: absolute;
	left:0px;
	top:143px;
	width:250px;
	height: 430px;
	font-size: 16px;
	font-weight:bold;
	margin: 0px; padding: 0px;
	z-index: 80;
	}
					
		
  ul#Navigation {
    width: 200px;
	height: 400px;
    font-size: 20px;
	font-weight:bold;
	left: 15px; 
	top: 40px;	
	 
	}
  
  ul#Navigation li {
    list-style: none;
    margin: 0px; padding: 4px;
  }

  ul#Navigation a {
    
    font-weight: bold;
  }

  ul#Navigation a:link {
    color: #410080; 
	text-decoration:none;
  }

   ul#Navigation a:visited {
    color: #410080; 
	text-decoration:none;
	}
	
  ul#Navigation a:hover {
    color:#410080;  
	background-color: #c3c4c7;
	text-decoration:none;
 }
	
 ul#Navigation a:active {
   color: #ffffff;  
	background-color: #c3c4c7;
	text-decoration:none;
 }
a.selected {
	color: #ffffff;  
	background-color: #c3c4c7;
	text-decoration:none;
} 
 

#Seite {
	background-color: #40007F;
 	position:absolute;
	left: 250px;
	top: 150px;
 padding: 27px 10px 50px 25px;
	}
	

   #Seite h1 {
    font-size: 20px;
     color: #C0C0C0;
    font-family: Helvetica,Arial,sans-serif;
  }
  
  #Seite h2 {
	width: 460px;
	font-size: 16px;
    color: #C0C0C0;
font-family: Helvetica,Arial,sans-serif;
  }
  
  #Seite p {
    font-size: 14px;
    margin: 10px 0;
	padding: 10px 10px 10px 0px;
	color: #C0C0C0;
	text-align: justify;	
  }
 	
  
#Seite table {
    font-size: 14px;
   	color: #C0C0C0;
              }
  
#Seite tr {
    align: center;
    font-size: 14px;
   	color: #C0C0C0;
            }
  
 #Seite ul {
 	font-size: 14px;
    color: #C0C0C0;
  }



#Seite  a:link {
    color: #C0C0C0;
   text-decoration:underline;
  }

#Seite  a:hover {
  	color: #ffffff;  
	text-decoration:hand;
  }

#Seite a:visited {
      color: #C0C0C0;
   text-decoration:underline;
	}
	
#Seite  a:active {
      color: #C0C0C0;
   text-decoration:underline;
  }

#Seite  a.hover {
	color: #ffffff;  
	text-decoration:hand;
  }
 

