body, html{
         margin:0px;
         background: url(http://www.bauradar.de/images/bg.jpg);
}
html, body, div, td{
         font-family:Arial,Helvetica,sans-serif;
         font-size:12px;
         color:#000000;
}
a{
         color:#006699;
         text-decoration:underline;
}
a:hover{
         color:#333333;
         text-decoration:none;
}
img{
         border:none;
}
input, textarea, select{
         border:1px solid #cccccc;
         font-size:12px;
         width:250px;
}
input:hover, textarea:hover, select:hover{
         border:1px solid #00BF00;
}
.button{
         border: 1px dashed #006699;
         font-size:20px;
         font-weight:bold;
         background-color:#ffffff;
         padding:10px;
         padding-left: 20px;
         padding-right: 20px;
         text-decoration:none;
         float:left;
         width:auto;
}
.button:hover{
         border: 1px solid #a4bd3e;
         color: #a4bd3e;
}
.info{
         border: 1px dashed #006699;
         background-color:#ffffff;
         padding:10px;
         padding-left: 20px;
         padding-right: 20px;
         float:left;
         width:670px;
}
h1{
         font-size: 18px;
         margin:0px;
         margin-bottom:5px;
}