

html {height:100%;}
body {
 height:100%;
 margin:0%;
 padding:0%;
}
#title {

text-align:center;
font-family:Verdana,Arial;
font-size:17px;
padding:10px 0px;
border-top:1px solid #669999;
clear:left;
margin-bottom:20px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#2D2883;
  font-size:12px;
}
a:active, a:hover
{
 text-decoration:underline;
  color:#004494; 
 background-color:#eeeeee;
}
a.menu:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-family:Arial;
  font-weight:bold;
  color:navy;
  font-size:12px;
}
a.menu:active, a:hover
{
 text-decoration:underline;
 font-family:Arial;
  color:#737994; 
 background-color:#eeeeee;
}

div#a {
text-align:center;
padding:5px;
 height:100px;

}

#menucontainer {
border:1px solid #606060;
background-color:#dddddd;
width:175px;
height:90%;
float:left;
padding:5px;
margin:-20px 5px 5px 0px;
line-height:30px;
}

#inhalt {
font-family:arial;
font-size:12px;
width:77%;
float:right;
}
