/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Grundformatierungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  background-color:#EDF6F4;
  background-image:url(/images/einstieg_rubrikwahl/body_streifen.gif);
  background-repeat:repeat-x;
  font:normal 100% arial,verdana,'lucida grande',sans-serif;
  text-align:center;
  margin: 0px;
  padding: 0px;
}

p {
  font:normal 80% arial,verdana,'lucida grande',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font:bold 100% arial,verdana,'lucida grande',sans-serif;
}

hr {
  display:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Allgemeine Container */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#inhalt {
  width:396px;
  height: 100%;
  text-align:left;
  margin:0px auto 0px auto;
}

#kopf {
  margin: 0px;
  padding: 0px;
}

#zwischenzeile p {
  height: 19px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
//  font-weight: bold;
}

#rundlinge {
  position: relative;
  top: 25px;
  left: -17px;
  width: 27px;
  height: 84px;
  background: white;
}

#rundlinge img {
  vertical-align: bottom;
}

#abdeckungHaus {
  display: none;
  position: absolute;
  top: 129px;
  margin-left: 248px;
  width: 92px;
  height: 120px;
}

#abdeckungGeoskop {
  display: none;
  position: absolute;
  top: 307px;
  margin-left: 133px;
  width: 217px;
  height: 137px;
}


/* Texte */

p {
  padding-left: 12px;
}

#geoskopText {
  display: none;
  position: absolute;
  top: 111px;
  margin-left: 20px;
  color: #FFFFFF;
  width: 200px;
}

#naturschauText {
  display: none;
  position: absolute;
  top: 139px;
  margin-left: 20px;
  color: #FFFFFF;
  width: 200px;
}

#forschungswerkText {
  display: none;
  position: absolute;
  top: 167px;
  margin-left: 20px;
  color: #FFFFFF;
  width: 200px;
}


#gebaeude {
  height: 100%;
  width: 396px;
  background:url(/images/einstieg_rubrikwahl/gebaeude.gif) top left no-repeat;
  background-color:#001E4E;
  background-color:#08234E;
}

