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

body {
  height: 100%;
  background-color: #08234E;
  margin: 0px;
  padding: 0px;
}

#zeitleiste {
  position: absolute;
  top: 336px;
  left: 0;
  height: 51px;
  width: 100%;
  background-image:url(/images/allgemein/zeitleiste.gif);
  background-repeat: repeat-x;
}

#flash {
  margin-top: 27px;
  background-color: #08234E;
}



p {
  font:normal 80% arial,verdana,'lucida grande',sans-serif;
  background-color: #08234E;
  color: #FFFFFF;
  margin-top: 100px;
}

a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active,
a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

img {
  border: 0;
}


/*
#weiterButton {
  text-align: left;
  width: 502px;
}
*/

#weiterButton {
  width:502px;
  height:13px;
  overflow:hidden;
}

#weiterButton a {
  width:127px;
/*  height:0px !important;*/
  height /**/:68px; /* fuer IE5/Win */
  padding-top:0px;
  display:block;
  overflow:hidden;
  float:left;
}

#weiterButton a {
  background:url(/deutsch/images/intro/intro_ueberspringen.gif) 0px 0px no-repeat;
}

#weiterButton a:focus,
#weiterButton a:hover,
#weiterButton a:active,
#weiterButton a.on {
  background-position:0px -13px;
}


.unsichtbar {
  position:absolute;
  top:-3000px;
  left:-3000px;
}

/*
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;
}
*/

