body{
 background-color: #ffffff;
 background-image: url(http://www.werhatdenlaengsten.de/public/images/bg.png);
 background-repeat: repeat-x;
}
body, div, p{
 font-family: Verdana, Arial, Sans, Helvetica;
 font-size: 10pt;
 line-height: 18pt;
 color: #000000;
 margin: 0px 0px 0px 0px;
}
a{
 text-decoration: none;
 font-weight: bold;
 color: #b81515;
}

ul{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 list-style: none;
}
li{
 margin: 10px 0px 0px 0px;
}
input{
 background-color: #f0f0f0;
 border: 1px solid #cc0000;
 width: 220px;
 margin: 5px;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
}
#header{
 position: absolute;
 top: 0px;
 left: 50%;
 width: 960px;
 height: 200px;
 margin-left: -480px;
}
#content{
 position: absolute;
 top: 200px;
 width: 960px;
 left: 50%;
 margin-left: -480px;
}
#left{
 float: left;
 width: 300px;
 text-align: center;
 background: url(http://www.werhatdenlaengsten.de/public/images/head_l.png) no-repeat;
 padding-top: 70px;
 padding-bottom: 20px;
}
.left_cont{
 border: 1px solid #b81515;
 margin-top: 10px;
 padding:5px 0px 15px 0px;
}
#middle{
 float: left;
 margin-left: 20px;
 width: 300px;
 background: url(http://www.werhatdenlaengsten.de/public/images/head_m.png) no-repeat;
 padding-top: 70px;
 padding-bottom: 20px;
}
#middle li{
 border: 1px solid #cee14b;
}
#middle li span{
 font-size:13pt;
}
#middle li:hover{
 background-color: #cee14b;
}
#middle li:hover a{
 color: #000000;
}
#middle a:hover{
 background-color: #cee14b;
 color: #000000;
}
#middle a{
 width: 293px;
 color: #555753;
 padding-left: 5px;
 display: block;
}
#right{
 float: left;
 margin-left: 20px;
 width: 300px;
 background: url(http://www.werhatdenlaengsten.de/public/images/head_r.png) no-repeat;
 padding-top: 70px;
 padding-bottom: 20px;
}
#right li{
 border: 1px solid #bed6ef;
}
#right li span{
 font-size:13pt;
}
#right li:hover{
 background-color: #bed6ef;
}
#right li:hover a{
 color: #000000;
}
#right a:hover{
 background-color: #bed6ef;
 color: #000000;
}
#right a{
 width: 293px;
 color: #555753;
 padding-left: 5px;
 display: block;
}

#footer{
 clear: all;
 text-align: center;
 padding: 30px;
}

