body
{
 font-family:Arial;
 font-size:0.8em;
 background-color:#bdbec6;
 text-align:center;
 margin:10px;
}
h1 {font-size:2em;color:#000000;margin-bottom:0px;}
h2 {font-size:1.8em;color:#000000;}
h3 {font-size:1.4em;color:#000000;}
h4 {font-size:1.2em;color:#000000;}

code {font-size:1em;color:#0000ff;}
pre
{
 font-size:1em;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#800000;
  font-size:1em;
}
a:active, a:hover
{
  color:#800000;
  text-decoration:none;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#737994; font-weight:bold;
 background-color:#eeeeee;
}

#title {
height:120px;
padding:05px;
background-color:#7b7d8e;
border-bottom:1px solid #000;
}
#left {
background-color:#bdbec6;
width:128px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:200px;
margin:10px;
}
#inhalt {
border:1px solid #efeff7;
background-color:#efeff7;
width:780px;
float:right;
padding:20px 10px;
}