
 html,body{
   margin:0px;
   width:100%;
   height:100%;
   background-color:#e0e0e0;
   background-image:url(bg/mainbg.png);
 }
 a {
   color:#F9EFD9;
   text-decoration:none;
 }
  a:hover {
   color:#F9EFD9;
   text-decoration:underline;
 }
 .tbl_main{
   width:709px;
   border:7px solid white;
   background-image:url(bg/head_bgcolor.png);
 }
 .td_main {
   background-image:url(bg/head_bgcolor.png);
   padding:10px;
   color:#F7CF84;
   font-family:tahoma;
   font-size:12px;
   font-weight:normal;
   text-align: justify;
   height: 300px;
 }
 .a_submenu{
   color:#000000;
   font-family:tahoma;
   font-size:11px;
   text-decoration:none;
   font-weight:normal;
   font-style:normal;
 }

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.by{
  padding-top: 10px;
  padding-bottom:10px;
  font-family:arial;
  color: black;
  font-size:10px;
  text-decoration:none;
}
.by:hover{
  padding-top: 10px;
  padding-bottom:10px;
  font-family:arial;
  color: white;
  font-size:10px;
  text-decoration:none;
}

.contact_input{width:140px;border:1px solid #F7CF84;background-color:#F7CF84;color:black;}
.contact_input_plz{width:46px;border:1px solid #F7CF84;background-color:#F7CF84;color:black;}
.contact_input_ort{width:85px;border:1px solid #F7CF84;background-color:#F7CF84;color:black;}
.contact_txt{width:286px;height:70px;border:1px solid #F7CF84;background-color:#F7CF84;color:black;}
.contact_send{width:140px;}

