@charset "utf-8";
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffefde;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color: #990000;
  font-size:12px;
}
a:active, a:hover
{
 text-decoration:underline;
}

#title {
height:150px;
width:800px;
border-bottom:1px solid #000000;
background-image:url(images/header.gif);
background-repeat:no-repeat;
vertical-align:middle;
text-align:center;
}
#rechts {
background-image:url(images/1pxr.gif);
background-repeat:repeat-x;
}
#left {
width:14%;
float:left;
line-height:18px;
}
.menutitle
{
font-weight:bold;
border-top:1px dashed #000000;
margin-top:20px;
}

#content {
width:600px;
float:left;
margin:20px;
}


