﻿    a:link { color:#404040; text-decoration:none;}
    a:visited { color:#404040; text-decoration:none;}
    a:focus { color:#7F743F; text-decoration:none;}
    a:hover { color:#7F6A00; text-decoration:none;}
    a:active { color:#7F743F; text-decoration:none;}
html, body { 
   height: 100%;
   margin: 0;
   padding: 0
   }
#kopfzeile {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #F9F5DC;
	height: 120px;
	width: 1024px;
	}  
   
#navigation {
	position: absolute;
	top: 125px;
	left: 0px;
	padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #404040;
	line-height: 250%;
	height: 600px;
	width: 170px;
	}
	
#inhalt {
	position: absolute;
	top: 125px;
	left: 185px;
	padding: 5px;
	height: 648px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
	line-height: 150%;
	background: #fff;
	width: 645px;
	}
	
#marginalie {
	position: absolute;
	top: 125px;
	left: 846px;
	padding: 5px;
	height: 600px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 250%;
	color: #404040;
	width: 170px;
	}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #404040
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #5B7F00
}
 
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	color: #B63300
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: black
}

h5
{
	font-size:x-small;
}
