/* Auftraggeber: Ploettner Verlag */
/* Umsetzung: Knips & Konsorten, Remo Hoffmann */
/* ..:: Allgemeine Definition ::.. */
body {
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  line-height: 130%;
  text-transform: none;
  background-color: #F7F7F7;
}

a {
  color: #000000;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

.internal-link img {
  display: none;
}

/* ..:: Layout ::.. */
.oben {
  background: none;  
}

.header {
  width: 695px;
  height: 82px;
  margin: 0 auto;
  background: none;
  line-height: 20px;
  }


.header a {
  text-decoration: none;
}

.header ul {
	padding: 58px 0 0 380px;
}

.header li {
  background-color: #F7F7F7;
  list-style-type: none;
  font-weight: bold;
  height: 19px; /*2px border-top + 3px padding-top*/
  border-top: 2px solid #332A29;
  text-align: center;
  padding-top: 3px;
  font-size: 12px;
  font-family: Arial;
}


/*IE6*/
* html .header li {
  border-top: 1px;
}


.header ul li.aktiv {
  background: no-repeat url(../bilder/navi-oben-aktiv_bg.gif) #F7F7F7;
  background-position: top center;
}

.header ul li {
 float:left;
 border-left: 1px solid #332A29;
 border-right: 1px solid #332A29;
}
.header ul li a {
  margin: 0 10px 0 10px;
}
  
.unten {
  width: 695px;
  min-height: 520px;
  height: auto !important;  /* fÃ¼r moderne Browser */
  height: 520px;  /*fÃ¼r den IE */
  margin: 0 auto;
  background-color: #FFFFFF;
}

.links {
  width: 130px;
  float: left;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial;
}

.links a {
  text-decoration: none;
}

.links ul li {
  width: 116px; /*12px padding-left*/
  min-height: 24px; /*4px padding-top*/
  height: auto !important;  /* für moderne Browser */
  height: 24px;  /*für den IE */
  border-left: 1px solid #c5c4c4;
  border-right: 1px solid #c5c4c4;
  border-bottom: 1px solid #c5c4c4;  
  background-color: #F7F7F7;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 4px;
  font-weight: bold;
}

.links ul li.aktiv {
  background: no-repeat url(../bilder/navi-aktiv_bg.gif) #F7F7F7;
  background-position: top center;
}

.links ul li.aktiv ul {
  margin-left: -12px;
  margin-top: 5px;
}

.links ul.ebene2 li.aktiv{
  background: no-repeat url(../bilder/navi-aktiv_bg.gif) #e5eef3;
  background-position: top center;
}

.links ul.ebene2 li{
  width: 104px; /*24px padding-left*/
  background-color: #e5eef3;
  border: none;
  border-top: 1px solid #c5c4c4;
  padding-left: 24px;
}

.mitte {
  width: 373px; /*47px padding-left + 39px padding-rechts*/
  padding: 35px 39px 0 47px;
  float: left;
}

.rechts {
  width: 106px;
  background: none;
  float: left;
}

/* BEGIN NEWSLETTER */
fieldset {margin: 20px 0 20px 0; border: none;}
.indicate-required {width: 306px; text-align: right; margin-bottom: 5px;}
span.label {width: 120px;float: left; padding-top: 4px;}
input {float: left; width: 180px;}
select {width: 100px;}
.mc-field-group {height: 30px; clear:both;}
#mce-error-response {float: left;}
#mc-embedded-subscribe {margin-left: 120px; width: 80px;}
/* END NEWSLETTER */

div.clearer-left {
  clear: left;
  height: 1px;
  font-size: 1px;
  line-height: 100%;
  /*background: red;*/
}

/*IE6*/
* html .ie-clearer {
  display:none;
}

div.footer-unten p, .copyright {
	margin-top:10px;
	text-align:center;
	margin-bottom: 5px;
}

