h1 {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 2em }  
 
h2 {
	font-family: Arial, sans-serif;
	color: black;
	font-weight:normal;
	font-size: 0.8em } 
	
h3 {
	font-family: Arial, sans-serif;
	color: black;
	margin-bottom: -0.55em;
	font-size: 1.2em } 
 
a:link { color: blue }
a:visited { color: #9b0000 }	
a:hover { color: green }
a:active { color: red }
	
#navitop {
	position: fixed;
    width: 89.9%;
    height: 5%;
    top: 0;
    right: auto;
    bottom: auto;
	left: 80px;
	background-color: #b0f1f9;
	word-spacing: 2em;   
	padding-top: 0.5%;
	text-indent: 2%; 
	overflow: auto; }
	
#content {
	position: fixed;
    width: 89.9%;
    height: 89%;
    top: 6%;
    right: 0;
    bottom: 0;
	left: 80px;
	white-space: pre-line;
	padding-left: 2%;	
	overflow: auto;}

#footer {
	position: fixed;
    width: 95%;
    height: 5%;
    top: 95%;
    right: 0;
    bottom: 0;
	left: 0;
	background-color: #b0f1f9;
	line-height: 60%;
	text-indent: 0.6em; 
	overflow: auto;}
	
#black {
	position: fixed;
    width: 80px;
    height: 1%;
    top: 0;
    right: 0;
    bottom: auto;
	left: 0; }
		
body {
	background-image: url("balken_blau.jpg");
	background-repeat:repeat-y;
  	background-position:0 0;
	font-family: Arial, sans-serif;
	color: black;
	line-height: 125%;
	font-size: 1.4em;}  
	