/* 50 JAHRE */
/* **************************** */

#kopf {
  background-color: #191919;
  background-image: url(/images/50jahre_kopf_hintergrund.jpg);
}
#kopf_50jahre_titel {
  float: left;
  padding: 43px 0 0 30px;
  height: 47px;
  overflow: hidden;
}

#portal {
  margin-top: 0;
}


/* History */

#history strong {
  color: #e75012;
}


/* Boxen */

/* Box Subportal */

#portal #history {
  margin-left: 30px;
}
#subportal #history {
  margin-left: 30px;
}
#box_subportal {
  background-color: #333333;
  color: #fff;
}


/* Boxen Portal */

#box_50jahre {
  color: #fff;
  background-color: #000;
  background-image: url(/images/50jahre_titel_hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  height: 330px;
  width: 100%;
  font-size: 80%;
  margin-left: 30px;
}
#box_50jahre_text {
  width: 240px;
  float: right;
  margin: 200px 40px 0 0;
  overflow: hidden;
}


/* Box: Link im Fliesstext */

.box .box_text a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.box .box_text a:hover {
  text-decoration: underline;
}

/* Schirmherr unten */

#schirmherr_50jahre {
  font-size: 70%;
  padding: 0 0 10px 30px;
  float: none;
  clear: both;
}

/* Partner-Zeile */

#partner_50jahre {
  float: none;
  clear: both;
  overflow: hidden;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin: 0 0 0 30px;
  height: 100%;
}
#partner_50jahre_sp1 {
  float: left;
  font-size: 13px;
  padding: 18px 0 0 10px;
}
#partner_50jahre_sp2 {
  float: right;
}
#partner_50jahre_sp2 a {
  float: left;
}
 



/* 50 Plakate */
#plakate_50jahre {
  float: none;
  clear: both;
  width: 660px;
  height: 330px;
}
#plakate_sp1, #plakate_sp3 {
  float: left;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
#plakate_sp1 {
  border-left: 3px solid #000;
}
#plakate_sp3 {
  border-right: 3px solid #000;
}
#plakate_sp2 {
  float: left;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  overflow: hidden;
  width: 594px;
  height: 324px;
  background-color: #e6e6e6;
}
#plakate_nav_links, #plakate_nav_rechts {
  width: 15px;
  height: 324px;
  float: left;
  background-color: #e6e6e6;
}
#plakate_nav_links a, #plakate_nav_rechts a {
  display: block;
  height: 324px;
  width: 15px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
#plakate_nav_links a {
  background-image: url(/images/50jahre_plakate_pfeil_links.gif);
}
#plakate_nav_rechts a {
  background-image: url(/images/50jahre_plakate_pfeil_rechts.gif);
}
#plakate_nav_links a.on, #plakate_nav_rechts a.on {
  background-color: #e75012;
}
.plakate_grau {
  width: 15px;
  height: 324px;
  background-color: #e6e6e6;
  float: left;
}
#plakate_inhalt {
  width: 20000px;
  padding-top: 15px;
}
.plakat {
  float: left;
  margin: 0 15px 0 0;
}
.plakat_bild {
}
.plakat_bild img {
  border: 1px solid #000;
}
.plakat_info {
  font-weight: bold;
  text-align: center;
  font-size: 80%;
  padding-top: 5px;
}



/* Video Codeschnipsel Ausgabe */

#videocode {
  background-color: #f2f2f2;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px;
  line-height: 150%;
}
#videocode_inputs {
  margin-bottom: 10px;
}
#videocode label {
  margin-right: 10px;
}
#videocode label:hover {
  cursor: pointer;
}
#videocode input {
  font: normal 100% arial, sans-serif;
}
#videocode input#videobreite {
  width: 60px;
  margin-right: 5px;
}
#videocode input#senden {
  background-color: #000;
  font-weight: bold;
  color: #fff;
  border: 0;
  padding: 1px;
  width: 120px;
}
#videocode textarea {
  font: normal 100% arial, sans-serif;
  width: 390px;
  height: 60px;
  padding: 3px;
}
