#nachrichtenbox { max-width:1000px; width:100%; height:auto; margin:0 auto; font-family:Arial; font-size: 12px; border:0px solid #800; overflow:hidden; }
h2 { font-size:14;}
#nachrichtenboxl { min-width:280px; width:40%; height:auto; font-family:Arial; float:left; margin-left:5px; margin-right:5px; overflow:hidden; padding:25px 5px 5px 5px; border:0px solid #ccc; }
#nachrichtenboxlmap { width:98%; height:auto; font-family:Arial; float:left; margin-top:20px; overflow:hidden; padding:25px 5px 5px 5px; border:0px solid #ccc; }
#nachrichtenboxr { min-width:280px; max-width:490px; width:55%; height:auto; font-family:Arial; margin-left:5px; margin-right:5px; float:right; overflow:hidden; border-left:1px solid #336699; padding-left:10px; }



  #contact-form select {
    font-family:Arial;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #5f5f5f;
    font-size: 14px;
    height: auto;
    padding: 5px;
    resize: none;
    margin-bottom:5px;
  }



  #contact-form input,

  #contact-form textarea {
    color: #5f5f5f;
    font-family:Arial;
    font-size: 14px;
    height: auto;
    padding: 5px;
    resize: none;
    margin-bottom:5px;
  }

  #contact-form input {
    font-family:Arial;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #contact-form textarea {
    resize: vertical;
    font-family:Arial;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


#but  {max-width:250px; width:2000px; margin:0 auto; border:0px solid #ccc; text-align:center;   }

  #contact-form .button {
   border:1px solid #336699; 
   width:90%;
   background: url(../images/nav-blaukl.png) repeat-x top;   
   padding:5px 10px 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: white;
   font-size: 12px;
   font-family: Arial;
   color:#fff;
   text-decoration: none;
   text-align: center;
   }
  #contact-form .button:hover {
   border:1px solid #336699; 
   background: url(../images/nav-blaukl.png) repeat-x top;   
   color: #b2daf6;
   }