
#header {
 position: absolute;
 background-color: #1010bb;
 top: 0px;
 left: 0px;
 width: 800px;
 height: 150px;
 margin-left: 15%;
 margin-right: 15%;
 }

#navigation {
 position: absolute;
 background-color: #1112bb;
 top: 150px;
 left: 0px;
 Width: 150px;
 min-height: 600px;
 margin-left: 15%;
 marging-right: 15%;
 padding: 10px;
 color: #FFFFFF;
 }


#inhalt {
 position: absolute;
 background-color: #FFFFFF;
 top: 150px;
 left: 150px;
 width: 630px;
 min-height: 600px;
 margin-left: 15%;
 margin-right: 15%;
 padding: 10px;
 }

body {
 background-color: #FFFF00;
 margin-left: 15%;
 margin-right: 15%;
 font-family: Arial; sans-serif;
 font-size: medium;
 font-style: normal;
 }

h1 {
 font-size: extra large;
 font-style: bold;
 }

h2 {
 font-size: large;
 font-style: bold;
 padding-bottom: -1em;
 }  
  

#navigation p {	
 font-size: large;
 font-style: bold; 
 }	  
    

#navigation a:link {
 color: #FFFFFF; 
 text-decoration: underline; 
 }

#navigation a:visited {
 color: #FFFF00; 
 text-decoration: none; 
 }

#navigation a:hover {
 color: #1112bb;
 background-color: #d3d4ef;
 text-decoration: none;  
 }


#navigation a:active {
 color: #8e8ed8; 
 }


#inhalt a:link {
 color: #000000; 
 text-decoration: underline; 
 }


#inhalt a:visited {
 color: #808080; 
 text-decoration: none; 
 }

#inhalt a:hover {
 color: #1010bb;
 background-color: #FFFF00;
 text-decoration: none;  
 }


#inhalt a:active {
 color: #1010bb; 
 }



.recht {
 font-size: x-small;
 }





