dl.imagebox{
  margin: 0 0 10px 0;
}
dl.imagebox dt img{
  display: block;
}
dl.imagebox dd{
  font-size: 10px;
  margin: 0;
}
.image-left{
  float: left;
  margin: 5px 5px 5px 0;
}
.image-right{
  float: right;
  margin: 5px 0 5px 5px;
}
/*Seiten-Template einspaltig
***********************************/
.oneColumn{

}
/*Seiten-Template zweispaltig
***********************************/
.twoColumns .col1{
  float: left;
  width: 440px;
}
.twoColumns .col2{
  float: left;
  width: 250px;
  margin: 0 0 0 20px;
}
/* Forms allgemein
************************************/
input.text,
textarea {
  border:solid 1px #9D9D9D;
  font-size: 11px;
}
input.text:focus,
textarea:focus {
  border:solid 1px #77042B;
}
input.text:hover,
textarea:hover{
   border: 1px solid #77042B;
}
input.button {
  background: #9D9D9D;
  color: #000;
  border: none;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
input.button:hover{
  background: #77042B;
  color: #fff;
}
/* Kontakt-Form
************************************/
.contactForm{
  margin: 20px 0;
}
.contactForm legend{
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.contactForm fieldset{
  border: none;
  padding: 0;
}
form .row {
  clear:both;
  margin:0 0 5px 0;
}
.contactForm label{
  display: block;
}
.contactForm input.text,
.contactForm textarea{
  width: 75%;
}
.sendmail_emptyfield1 input,
.sendmail_emptyfield1 textarea {
  border:solid #f00 1px;
}
.sendmail_emptyfield1 label {
  color:#f00;
}
.contactForm input.button{
  margin: 10px 0 0 0;
}
.contactForm .email{
  display: none;
}
/* Google-Maps
************************************/
#googlemap .googleform{
  margin: 20px 0 10px 0;
}
#googlemap .googleform input.button{
  margin: 0 0 0 20px;
}
#googlemap #map{
  width: 100%;
  height: 300px;
}
