#footer{
	width: 1000px;
	height: 36px;
	vertical-align: top;
  	
  	background-image: url(images/footer.jpg);
  	background-repeat: no-repeat;
}
#header{
	width: 1000px;
	vertical-align: top;
  	height: 198px;
  	background-image: url(images/header.jpg);
  	background-repeat: no-repeat;
    text-align: right;
}
#header a, #header2 a{
    display: inline-block;
    margin-top: 130px;
    margin-right: 30px;
}
#Rahmen4{
	width: 1000px;
	
	vertical-align: top;
  	background-image: url(images/line.jpg);
  	background-repeat: repeat-y;
}

#Haupt {
	padding-left: 80px;
	padding-right: 80px;
}

/* Impressum, Anfahrt, Kosten */
#frame{
	width: 1000px;
	vertical-align: top;
  	height: 866px;
  	background-image: url(images/back.jpg);
  	background-repeat: no-repeat;
}
/* Formulare, Rechtsgebiete,  */
#frame2{
	width: 1000px;
	vertical-align: top;
  	height: 528px;
  	background-image: url(images/back2.jpg);
  	background-repeat: no-repeat;
}
/* Startseite */
#Rahmen2{
	width: 1000px;
	height: 700px;
vertical-align: top;
  	
  background-image: url(images/back2.gif);
  	background-repeat: no-repeat;
}

#frame3{
	width: 1000px;
	vertical-align: top;
  	height: 528px;}
#footer2{
	width: 1000px;
	height: 36px;
	vertical-align: top;
  	
  
}
#header2{
	width: 1000px;
	vertical-align: top;
  	height: 198px;
    text-align: right;
  	
}

#Haupt2 {
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	
}





#rgeb {
	list-style-image:url(images/waage2.gif);
}
body {
    font-family: Bernhard Modern BT, Helvetica, Arial, sans-serif;
    font-size: 18px;
    
	color: black; 
	background-color: #FFF8CE; 
	vertical-align: top;
    
  }
  
 a, a:link, a:active, a:visited {
	color: black;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
	color: black;
}  

  
  
  #seite{
	margin:0 auto;
 	width:1000px;
 	height: 700px;
  	margin-top:0px;  
  	padding: 0;
  	vertical-align: top;
  	
}


#author {
	font-size: 11px;
}
 
#taetigkeitsfeld {
	border: 2px solid;
    border-color:#9A2A2A;
    text-align: left;
    vertical-align: top;
    
    font-size: 18px;
    height: 300px;
    width: 400px;
    padding: 15px;
    margin: 15px;
}  


td {
	vertical-align: top;
}

/* BEGINN MENÜLEISTE */



   ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    font-family: Bernhard Modern BT, Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-left: 70px;
    padding-top: 5px;
    
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-right: 0em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.3em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:transparent;
	 padding-bottom:0.0em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 190px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.0em 0.0em;
    
    text-decoration: none; 
	font-weight: normal;
   
    color:black; 
	
	
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 190px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 190px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
   
    color:black; 
	background-color:transparent;
   	color: black; 
   	text-decoration: underline;
	
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
  
    color:black; 
	background-color:transparent;
  }
  
  ul#Navigation a:active, ul#Navigation span, li a#aktuell {
   
    color:black; 
	background-color:transparent;
	text-decoration: underline;
  }
  
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: transparent;
  }

/* ENDE MENÜLEISTE */
