
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
    h1 {padding:0px 0 0px 0;letter-spacing:-1px;font-size:3em;}
    h2 {padding:0px 0;letter-spacing:-1px;font-size:2em;}
    h3 {font-size:1em;font-weight:bold;font-style:italic;}
    h4 {font-size:1em;font-weight:bold;}
    h5 {font-size:1em;font-style:italic;}
  
	
html, body {
  min-heigth: 100%;
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
	z-index:1;
}

	a:link { font-weight:bold; color:silver; text-decoration:none; }
    a:visited { font-weight:bold; color:silver; text-decoration:none; }
    a:focus { font-weight:bold; color:red; text-decoration:underline; }
    a:hover { font-weight:bold; color:green; text-decoration:none; }
    a:active { font-weight:bold; color:lime; text-decoration:underline; }
	
#navigation {
    a.menu { display:center; text-decoration:none; }
    a.menu:link    { color:black; background-color:silver; width:16ex;border-style:ridge; border-width:3px; text-align:center; margin-bottom:5px; padding:2px; }
    a.menu:visited { color:black; background-color:silver; width:16ex;border-style:ridge; border-width:3px; text-align:center; margin-bottom:5px; padding:2px; }
    a.menu:focus   { color:red; background-color:silver; width:16ex;border-style:ridge; border-width:3px; text-align:center; margin-bottom:5px; padding:2px; }
    a.menu:hover   { color:green; background-color:white; width:16ex;border-style:ridge; border-width:3px; text-align:center; margin-bottom:5px; padding:2px; }
    a.menu:active  { color:lime; background-color:white; width:16ex;border-style:ridge; border-width:3px; text-align:center; margin-bottom:5px; padding:2px; }
    position: fixed;
    left: 0px;
    bottom: 5px;
	height:10%;
    width: 100%;
    background-color:#A6A9A9; 
	text-align: center;
	padding-top:3%;
	z-index:3;
	
}

#content_container {
	margin: 10px 190px 10px 190px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	padding: 0px;
	background-color: #ffffff;
	heigt: 80%
	z-index:2;
	overflow: auto;
}

#linksbox{
	padding:10px 10px;
	text-align: center;
	position: absolute; 
	left: 2%; 
	width: 12%; 
	top: 136px; 
	background-color: #ffffff;  
}

#content{
	position: absolute; 
	left: 20%; 
	width: 50%; 
	padding:10px 10px;
	top: 136px; 
	background-color: #ffffff;
	overflow: auto;
}

#rechtsbox{
	padding:10px 10px;
	text-align: center;
	position: absolute; 
	left: 76%; 
	width: 22%; 
	top: 136px; 
	background-color: #ffffff;
	overflow: auto;
}

#footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	height:5%; 
	background-color:#ffffef; 
	clear:both;
	display:block;
	overflow:auto;
}