body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#d3d3d3;
 background-image: url(../grafik/background.gif);
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
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:#faf219;
 background-color:#FF0000;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#faf219; font-weight:bold;
 background-color:#0000ff;
}

#title {
height:150px;
padding:0px;
background-color:#7b7d8e;
border-bottom:1px solid #000;
}
#left {
background-color:#FEE325;
width:128px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#C91B16;
width:106px;
margin:10px;
}
#content {
border:0px solid #9eb3ff;
background-color:#9eb3ff;
width:610px;
float:right;
padding:10px 10px;
min-height:200px;
}
