body {
  border: 0;
  padding: 20px;
  margin: 0;
  background-image: url();
  font: normal 100% arial, sans-serif;
}

.unsichtbar, #spalte1, #spalte3, #kopf img, #history, .fuss_link a, #fuss_copyright a, .teaser_text a.weiter {
  display: none;
}

.trenner {
  clear: both;
  float: none;
}

img {
  border: 0;
}

#unten {
}

#spalte1, #spalte2, #spalte3 {
  float: left;
}

#spalte2 {
  width: 560px;
  padding: 0;
}

/*
--------------------------
-- Kopf ------------------
--------------------------
*/

#kopf {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px dashed #000;
  background-image: url(../images/logo_bfdw_print.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#kopf h1 {
  position: absolute;
  z-index: 2;
  top: 44px;
  left: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
}


/*
--------------------------
-- Inhalt ----------------
--------------------------
*/

#inhalt {
  font-size: 80%;
}

#inhalt h1 {
  margin: 0;
  font-weight: normal;
  font-size: 180%;
}

#text_vorspann {
  font-weight: bold;
}

.text_copytext a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}


/*
--------------------------
-- Fotozeile -------------
--------------------------
*/

#fotozeile {
  height: 100%;
  overflow: hidden;
  background: #deeff9;
  margin-top: 20px;
}

#fotozeile_spalte1 {
  float: left;
  width: 240px;
}

#fotozeile_spalte2 {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 320px;
}

#fotozeile_foto_raster {
  height: 10px;
  background: #000;
  background-image: url(../images/raster.gif);
  font-size: 1%;
}

#fotozeile_bildtext_raster {
  height: 10px;
  background: #1381b0;
  background-image: url(../images/raster.gif);
  font-size: 1%;
}

#fotozeile_bildtext {
  color: #1381b0;
  padding: 5px;
}

#fotozeile_bildtext p {
  margin: 0 0 12px 0;
}



/*
--------------------------
-- Teaserliste -----------
--------------------------
*/

.teaser {
  padding: 10px 0 10px 0;
  clear: both;
  float: none;
}

.teaser_raster {
  height: 10px;
  background: #000;
  background-image: url(../images/raster.gif);
  font-size: 1%;
  margin-top: 3px;
}

.teaser_inhalt {
}

.teaser_foto {
  float: left;
}

.teaser_text {
  padding: 3px 0 0 5px;
  overflow: hidden;
}

.teaser_text p {
  margin: 0 0 12px 0;
}

.teaser_text a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}





/*
--------------------------
-- Fusszeile -------------
--------------------------
*/

#fuss_service {
  margin-top: 45px;
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

.fuss_link {
  padding-bottom: 2px;
}

.fuss_link a {
  background-image: url(../images/pfeil_weiter.gif);
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 0;
  padding-right: 15px;
  color: #1381b0;
  text-decoration: none;
}

.fuss_link a:hover {
  text-decoration: underline;
}

#fuss_copyright {
  font-size: 60%;
  margin-top: 40px;
  margin-bottom: 30px;
}

#fuss_copyright a {
  color: #000;
  text-decoration: none;
}

#fuss_copyright a:hover {
  text-decoration: underline;
}

