@charset "utf-8";

html, body {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

* html #content {  /* IE Hack for 100% height */
    height: 100%;
  }
  
td {
  background-color: #FFFFFF;
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
  vertical-align: top;
}

td.site_spacer_left {
  background-position: top;
  width: 50%;
}
td.site_spacer_right {
  background-position: top;
  width: 50%;
}
img {
  border: 0;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-family: verdana;
  font-size: 14pt;
  color: #8E2025;
  font-weight: bold;
}
h2  {
  color: #8E2025;
  font-size: 11pt;
  font-weight: bold;
}
#hauptdiv {
  width: 1200px;
  height: 1165px;
}

#headerline1 {
  width: 1200px;
  height: 69px;
  background-image: url(../images/head_line.jpg);
}


#hauptteil {
  display: block;
}

#hauptteil_links {
  position:absolute;
  left: 8px;
  top: 77px;
  width: 362px;
}
#hauptteil_rechts {
  position:absolute;
  left: 370px;
  top: 77px;
  width: 838px;
}

#menu_links {
  float: left;
  width: 131px;
  height: 352px;
  background-image: url(../images/menu_left.jpg);
}
#menu {
  position: absolute;
  top: -118px;
  left: 32px;
}
#menu a{
  padding: 0px;
  margin: 0px;
  display: block;
}
#menu img{
  margin-top: 0px !important;
  margin-top: -3px;
}

#menu_unten {
  position: absolute;
  top: 231px;
}

#hauptteil {
  width: 737px;
  height: 980px;
  background-image: url(../images/text_field.jpg);
}

div.hidden {
  display:none;
}
div.bucher_title {
  margin-top: -2px;
}
div.bucher_subtitle {
  margin-top: -10px;
}
div.bucher_inhalt {
  margin-top: 26px;
}
div.mehr_lesen {
  margin-top: 20px;
  margin-bottom: 15px;
}
div.bucher_bild {
  margin-top: 15px;
}

.bilder td {
  background-color: transparent;
}

.kontakt_label {
  width: 160px;
  font-weight: bold;
  text-align: left;
}

table {
  margin: 0;
  padding: 0;
  margin: auto;
}

table td {
  margin: 0;
  padding: 0;
  background: transparent;
}

div#kontakt_form {
  width: 400px;
  background-color: #FFFFFF;
  border: 2px solid #8E2025;
  padding: 10px;
  margin-left: 25px;
  text-align: center;
}

input, textarea {
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
  border: 1px solid #000000;
  width: 225px;
  padding: 2px;
}

textarea {
  height: 75px;
}

#input_send, #input_reset {
  width: 100px;
  margin-top: 20px;
  margin-right: 15px;
}

td.termine_tag {
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  width: 53px;
  height: 27px;
  border: 1px solid #8E2025;
  font-family: verdana;
  font-size: 16pt;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  text-transform: lowercase;
} 
td.termine_text {
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  height: 27px;
  border: 1px solid #8E2025;
  background-color: #8E2025;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
} 

.vortext {
  color: #8E2025;
  width: 490px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.buecherVortext { 
  color: #8E2025;
}

span.auszeichnung {
  font-weight: bold;
}

#hauptTeilText {
  width:630px;
}

#form_form {
  width: 400px;
  background-color: #FFFFFF;
  border: 2px solid #8E2025;
  padding: 10px;
  margin-left: 25px;
  text-align: center;
}

  #form_form  fieldset {
    border: 0px;
  }
  
  #form_form  fieldset div{
    margin-bottom: 10px;
  }
  
  #form_form  label {
    display: block;
    float: left;
    width: 50px;
    font-weight: bold;
    text-align: left;
  }
  
  #form_form input, #form_form textarea {
    font-family: verdana;
    font-size: 10pt;
    color: #000000;
    border: 1px solid #000000;
    width: 225px;
    padding: 2px;
  }
  #form_form #Form_Form_action_process {
    width: 100px;
    margin-top: 20px;
    margin-right: 75px;
  }
