/*------------------------------------------------------------------*/
/* Generelles */
/*------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.0em;
  line-height: 1.5em;
}

h1 {
  color: #777777;
  font-size: 1.3em;
  margin-bottom: 15px;
}

h2 {
  color: #777777;
  font-size: 1.2em;
  margin-bottom: 5px;
}

a {
  color: #707070;
}

a:hover {
  text-decoration: none;
}

.pdf {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 50px;
  background: transparent url('../bilder/9_pdf-icon.jpg') left top no-repeat;
  font-size: 1.2em;
}

/*------------------------------------------------------------------*/
/* Bereiche */
/*------------------------------------------------------------------*/
body {
  background: #fff url('../bilder/body_back.gif') left top repeat-x;
  font-family: arial;
}

#cx_wrap {
  width: 930px;
  padding-left: 30px;
  padding-top: 20px;
  font-size: 0.9em;
}

/*------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------*/
#cx_header {
 height: 111px;
}

#header_links {
  float: left;
  display: inline;
  margin-left: 150px;
}

#header_rechts {
  float: right;
  display: inline;
}

.cx-navi-icon li {
  float: left;
  display: inline;
}

.cx-navi-icon li a {
  color: #006296;
  text-decoration: none;
  font-size: 0.8em;
  margin-left: 22px;
}

/*------------------------------------------------------------------*/
/* Topnavi */
/*------------------------------------------------------------------*/
.cx-navi-top {
  float: left;
  display: inline;
  width: 150px;
  height: 164px;
  padding-top: 144px;
}

.cx-navi-top li {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 7px;
}

.cx-navi-top li a {
  color: #004477;
  text-decoration: none;
  padding-right: 22px;
}

.cx-navi-top li a:hover, .cx-navi-top li.cx-selected a {
  color: #666666;
  background: transparent url('../bilder/pfeil.gif') right center no-repeat;
}

/*------------------------------------------------------------------*/
/* Subnavi */
/*------------------------------------------------------------------*/
#subnavi {
  margin-top: 20px;
  width: 150px;
}

#subnavi ul li {
  text-align: right;
  font-size: 0.8em;
  list-style: none;
  margin-bottom: 12px;
}

#subnavi ul li a {
  padding-right: 22px;
  color: #004477;
  text-decoration: none;
}

#subnavi ul li a:hover, #subnavi ul li.cx-selected a {
  color: #666666;
  background: #fff url('../bilder/pfeil.gif') right center no-repeat;
}

/*------------------------------------------------------------------*/
/* cx-Content */
/*------------------------------------------------------------------*/
#cx_content {
  float: right;
  display: inline;
  width: 510px;
  padding-right: 110px;
  margin-top: 22px;
  padding-left: 150px;
  color: #004477;
  padding-bottom:20px;
  border-bottom: 7px solid #E5E5E5;
}

#cx_content ul {
  margin-bottom: 1.0em;
  margin-left: 15px;
}

#cx_content ul li {
  margin-bottom: 0.5em;
}

/*------------------------------------------------------------------*/
/* Aufmacher */
/*------------------------------------------------------------------*/
 #aufmacher {
  background: #004477;
  width: 630px;
  height: 308px;
  padding-left: 150px;
  float:right;
  display: inline;
}

.cx-kontakt #aufmacher_ohne_bu {
  background: #004477;
  width: 780px;
  height: 308px;
  float:left;
  display: inline;
}

#aufmacher_ohne_bu {
  width: 780px;
  height: 308px;
  float:left;
  display: inline;
}

#aufmacher_bild {
  float: left;
  display: inline;
  width: 600px;
  height: 308px;
  overflow: hidden;
}

#aufmacher_trenner {
  float: right;
  display: inline;
  width: 30px;
  height: 288px;
  background: transparent url('../bilder/aufmacher_trenner_eingeklappt.gif') left top no-repeat;
  cursor: pointer;
}
 
 #aufmacher_bild_bu {
  display: none;
}
 
.aufmacher_ausgeklappt #aufmacher_bild {
  width: 420px;
 }
 
.aufmacher_ausgeklappt #aufmacher_trenner {
   background: transparent url('../bilder/aufmacher_trenner_ausgeklappt.gif') left top no-repeat;
 }
 
 .aufmacher_ausgeklappt #aufmacher_bild_bu {
  display: show;
  float: right;
  display: inline;
  width: 140px;
  height: 288px;
  padding: 20px 20px 0 20px;;
  color: #fff;
  font-size: 0.8em;
  background: transparent url('../bilder/bild_bu_back.gif') left top no-repeat;
 }
 
/*#aufmacher_bild_bu {
  position: absolute;
  left: 760px;
  z-index: 99;
  width:140px;
  height: 288px;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  background: #0079BC url('../bilder/aufmacher_bu.gif') left top no-repeat;
  color: #fff;
  font-size: 0.8em;
 }*/
 
/*------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------*/
#cx_footer {
  float: right;
  display: inline; 
  color: #707070;
  margin-bottom: 20px;
  font-size: 0.8em;
}

/*------------------------------------------------------------------*/
/* Template: Kontakt */
/*------------------------------------------------------------------*/
.kontakt {

}

.kontakt tr td {
  vertical-align: top;
}

.kontaktformular tr td {
  vertical-align: top;
  height: 35px;
  line-height: 30px;
}

.spalte-1 {
  width: 150px;
}

.spalte-2 input {
  width: 200px;
  padding: 3px;
  background: #f5f4f2;
  border: 1px solid #c5c4c2;
}

.spalte-2 textarea {
  width: 206px;
  background: #f5f4f2;
  border: 1px solid #c5c4c2;
}

.spalte-1-buttons {
  padding-top: 12px;
  text-align: right;
}

.kontakt_button {
  text-align: right;
}

.kontaktformular {
  width: 300px;
}

.kontakt_anschrift {
}

.cx-kontakt #aufmacher_ohne_bu {
  background: #004477 url('../bilder/buehler_seitingen.jpg') left top no-repeat;
  width: 630px;
  height: 308px;
  padding-left: 150px;
  float:right;
  display: inline;
}

.cx-kontakt #cx_content {
}

/*------------------------------------------------------------------*/
/* Googlemaps */
/*------------------------------------------------------------------*/
#cx_google_map {
  height: 300px;
}


