/* Home */
/* **************************** */

#inhalte_home {
  width: 978px;
}

#inhalte_home #spalte_1 {
  border-left: 30px solid #fff;
  width: 660px;
}

#inhalte_home #spalte_2 {
  padding-top: 0;
  width: 243px;
}

/* iProfiler */

#iprofiler {
  overflow: hidden;
}
#iprofiler_headline {
  height: 35px;
}
#flashinhalt {
  width: 660px;
  height: 330px;
  overflow: hidden;
}
#static {
  width: 660px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 210px 60px 10px 20px;
}
.static_subhead a {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
.static_head {
  margin-top: 10px;
}
.static_head a {
  background-color: #fff;
  background-image: url(/images/pfeil_iprofiler.gif);
  background-repeat: no-repeat;
  background-position: right 11px;
  color: #e75012;
  padding: 10px 50px 10px 10px;
  text-decoration: none;
  font-size: 21px;
}
.static_head a:hover {
  color: #000;
}


/* iProfiler neu als HTML mit JS */
#box_meldungen {
  margin: 35px 0 0 0;
  font-size: 80%;
  width: 660px;
  height: 330px;
  overflow: hidden;
  background-color: #000;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#meldungen {
  width: 660px;
  height: 330px;
  overflow: hidden;
  display: none;
}
.meldung {
  width: 660px;
  height: 330px;
  overflow: hidden;
  position: absolute;
}
.meldung_bild {
  background-repeat: no-repeat;
}
.meldung_bild img {
  visibility: hidden;
}
.meldung_inhalt {
  position: relative;
  margin-top: -240px;
  padding-bottom: 30px;
  overflow: hidden;
  width: 100%;
  margin-left: 20px;
}
.meldung_navi {
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}
.meldung_navi a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  height: 19px;
  padding: 2px 7px 0 7px;
}
.meldung_navi a:hover {
  background-color: #000;
  color: #fff;
}
.meldung_navi a.aktiv {
  background-color: #000;
  color: #fff;
}
.meldung_navi a.run {
  background-repeat: no-repeat;
  background-position: center center;
  height: 21px;
  width: 21px;
  padding: 0;
  margin-left: 20px;
}
.meldung_navi a.run:hover {
  background-color: #E75012;
}
.meldung_navi a.play {
  background-image: url(/images/iprofiler_play.gif);
}
.meldung_navi a.pause {
  background-image: url(/images/iprofiler_pause.gif);
}
.meldung_navi a.play:hover {
  background-image: url(/images/iprofiler_play_over.gif);
}
.meldung_navi a.pause:hover {
  background-image: url(/images/iprofiler_pause_over.gif);
}
.meldung_subhead {
  font-size: 15px;
  float: none;
  clear: both;
  overflow: hidden;
  height: 100%;
}
.meldung_subhead strong {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 7px 10px 4px 10px;
  float: left;
}
.meldung_headline {
  float: none;
  clear: both;
  overflow: hidden;
}
.meldung_headline a {
  color: #000;
  text-decoration: none;
  background-image: url(/images/pfeil_iprofiler.gif);
  background-repeat: no-repeat;
  background-position: right 13px;
  padding: 10px 50px 10px 10px;
  font-weight: normal;
  background-color: #fff;
  float: left;
}
.meldung_headline a:hover {
  color: #E75012;
}
.meldung_headline h1 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
}
/* Overlay und Video */
.close {
  text-align: center;
  width: 20px;
  height: 20px;
  position: relative;
  top: 20px;
  left: 640px;
}
.close a {
  display: block;
  width: 20px;
  height: 18px;
  background-color: #fff;
  color: #000;
  padding-top: 2px;
  text-decoration: none;
}
.close a:hover {
  
}
#player {
  width: 640px;
  height: 480px;
  background-color: #000;
  overflow: hidden;
}



/* Kurzmeldungen */

#box_kurzmeldungen {
  background-color: #f2f2f2;
  overflow: hidden;
  margin-top: 30px;
  padding: 15px;
  padding-top: 0;
}
#kurzmeldungen_spalte_1 {
  float: left;
  width: 285px;
  overflow: hidden;
  height: 100%;
}
#kurzmeldungen_spalte_2 {
  width: 315px;
  float: right;
  overflow: hidden;
  height: 100%;
}
.kurzmeldung {
  color: #000;
  font-size: 80%;
  line-height: 150%;
  padding-top: 15px;
}
.kurzmeldung p {
  margin: 0;
}
.kurzmeldung a {
  color: #000;
  text-decoration: none;
}
.kurzmeldung a:hover {
  text-decoration: underline;
}
.kurzmeldung_pfeil {
  border-bottom: 1px dotted #000;
  width: 100%;
  overflow: hidden;
}
.kurzmeldung_pfeil a {
  background-color: #000;
  float: right;
}
.kurzmeldung_pfeil a:hover {
  background-color: #e75012;
}


/* Logo Bündnis Entwicklung hilft */

#logos_partner {
  margin-top: 30px;
}
.partnerlogo {
  float: left;
  margin-right: 40px;
  height: 100%;
  overflow: hidden;
}
#actalliance {
  padding-top: 10px;
}
#dkh {
  padding-top: 10px;
  float: right;
  margin-right: 0;
}


/* Spenden-Box */

#box_spenden {
  font-size: 80%;
  line-height: 150%;
  color: #fff;
}
#box_spenden_headline {
  height: 25px;
  padding-top: 10px;
  color: #e75012;
}
#box_spenden_bild {
}
#box_spenden_form {
  background-color: #e75012;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}
#box_spenden_form form {
  
}
#box_spenden_form label {
  float: left;
}
#box_spenden_form label:hover {
  cursor: pointer;
}
#box_spenden_form input {
  font: normal 100% arial, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}
#box_spenden_form input#betrag {
  float: left;
  padding: 3px;
  background-color: #fff;
  margin: 0 5px 0 5px;
  width: 90px;
}
#box_spenden_form input#spenden {
  float: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 2px 3px 3px 3px;
}

#box_spenden_beispiel {
  background-color: #e75012;
  border-top: 1px dotted #fff;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}


#box_spenden_konto2 {
  height: 100%;
  overflow: hidden;
  padding-top: 0px;
  color:#fff;
  font-size:80%;
  line-height:150%;
  font-weight: bold;
}
#box_spenden_konto2 #box_spenden_headline {
  height: 25px;
  padding-top: 0px;
  color: #e75012;
  padding: 4px 0px 0px 0px;
}
#box_spenden_konto2 #box_spenden_kontonummer {
  padding: 10px 10px;
  background-color: #e75012;
  /*border: 3px solid #e75012;*/
  border-top: 1px dotted #fff;
}
#box_spenden_beispiel {
padding-bottom: 20px;
}


/* Box Fördermitgliedschaft */

#box_fmg {
  font-size: 80%;
  line-height: 150%;
  color: #000;
  margin: 2em 0 0 0;
}
#box_fmg_headline {
  height: 25px;
  padding-top: 10px;
}
#box_fmg_bild {
}
#box_fmg_text {
  background-color: #ff9e1c;
}
#box_fmg_text p {
  margin: 0;
  padding: 0.5em 10px;
}
#box_fmg_text p.urheber {
  background-image: url(/images/linie_gepunktet.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-top: 0;
  margin-top: -0.5em;
  text-align: right;
}
#box_fmg_link {
  background-color: #ff9e1c;
  background-image: url(/images/linie_gepunktet.gif);
  background-repeat: repeat-x;
  padding: 0.5em 10px;
  overflow: hidden;
  height: 100%;
}
#box_fmg_link a {
  display: block;
  background-image: url(/images/pfeil_fmg.gif);
  background-repeat: no-repeat;
  background-position: right 3px;
  color: #000;
  text-decoration: none;
  padding: 0 25px 0 0;
  font-weight: bold;
  float: right;
}
#box_fmg_link a:hover {
  text-decoration: underline;
}
