/* Begin Contactform */

#contact {
  font-family: verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #8A8275;
  width:100%;
  margin-bottom: 10px;
}

#contact_msg{
  height: 24px;
  display: none;
}


.contact_title{
  color: #FFFFFF;
  height: 35px;
  line-height: 16px;
  background-color: #8A8275;
  background-image: url(images/kontakt_header.jpg);
  background-repeat: no-repeat;
}

.contact_notice div{
  line-height: 16px;
  vertical-align: top;
  font-size: 9px;
}

.contactinput{
  width: 50%;
  height:16px;
  line-height:16px;
  vertical-align:top;
  text-align: center;
  color: #8A8275;
  border: none;
  padding: 0px;
}

.contactinput input[type="text"] {
  width: 96%;
  height: 16px;
  line-height: 16px;
  text-align: left;
  vertical-align:top;
  cursor: pointer;
  background-color: #ffffff;
  color: #8A8275;
  border: 1px solid #8A8275;
  display: table;
  padding: 0 5px;
  margin-top: -1px; 
}

.contactinput input[type="submit"] {
  width: 159px;
  height: 16px;
  text-align: center;
  margin-left: 0px;
  cursor: pointer;
  background-color: #ffffff;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #FFFFFF;
  border: none;
}

.contactinput input[type="submit"]:hover {
  background-image: url(images/menu_hover.png);
}

.contactinput input[type="reset"] {
  width: 159px;
  height: 16px;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
  background-color: #666666;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #FFFFFF;
  border: none;
}

.contactinput input[type="reset"]:hover {
  background-image: url(images/menu_hover.png);
}

.contactinput textarea {
  width: 96%;
  height: 102px;
  overflow: auto;
  cursor: pointer;
  background-color: #ffffff;
  color: #8A8275;
  border: 1px solid #8A8275;
  padding: 5px;
  margin-top: -1px;
}

.spacer{
  height:4px;
  line-height: 4px;
}


/* End Contactform */

.contact_info {
  text-align: center;
  line-height: 25px;
  margin: 20px 10px;
  height: 25px;
  font-size: 12px;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #8A8275;
  color: #8A8275;
  }
  
.contact select {
  font-family: verdana, helvetica;
  font-size: 11px;
  text-align: left;
  width: 204px;
  border: 1px solid #8A8275;
  color: #8A8275;
  }


