/* CSS Document */

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}

body {
  background: url(bg.gif) repeat;
  min-height: 100%;
  height: 100%;
}

h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  margin: 1.5em 1em 3em 1.5em;
  color: #A7A9AC;
}

h2 a:link, h2 a:visited {
  font-family: Georgia, serif !important;
  font-weight: bold !important;
  font-size: 1em;
  color: #A7A9AC;
  border: 0 !important;
  text-decoration: none;  
}

h2 a:hover, h2 a:active {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  color: #fff !important;
  border: 0 !important;
}

/* # # # HAUPTWRAP # # # */
#hauptwrap {
  width: 800px;
  height: 100%;
  margin: 0;
  float: left;
}

#menu {
  width: 150px;
  min-height: 100%;
  float: left;
  margin: 0;
  position: fixed;
}

#menu ul {
  color: #fff;
  font-family: Georgia, serif;
  font-weight: bold;
  margin: 2em 0 0 0.5em;
  padding: 0;
}

#menu ul li {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu a:link, #menu a:visited {
  color: #A7A9AC;
  font-family: Verdana, "sans-serif";
  font-weight: normal;
  border: 0;
  text-decoration: none;
}

#menu a:hover, #menu a:active {
  border-right: 2px solid #fff;
  width: 92%;
  display: block;
  background: #282829;
}

#menu a:active {
  background: #404041;
}

.punkt { /* Links in Listenelementen getrennt */
  display: none;
  color: #000;
  font-size: 0;
}

#absperrband {
  width: 15px;
  min-height: 100%;
  background: url(absperrband.jpg) repeat-y #58595B left -1px; /* 1px nach oben wegen weisser kante */
  float: left;
  margin: 0 0 0 150px;
  position: fixed;
}

*html #absperrband {
	background: url(absperrband_ie.jpg) no-repeat left -1px;;
}

*html #absperrband, *html #balken1, *html #balken2, *html #header, *html #textwrap { /* IE Hack */ 
  height: 100%;
  margin: 0;
}

#balken1 {
  width: 60px;
  min-height: 100%;
  background: url(balken.jpg) no-repeat;
  float: left;
  margin: 0 0 0 165px;
  position: fixed;
}

#balken2 {
  width: 150px;
  min-height: 100%;
  background: url(balken2.jpg) no-repeat #000;
  float: left;
  position: fixed;
  margin: 0 0 0 225px;
}

*html #balken2 {
	background: url(balken2_ie.jpg) no-repeat;
}

#header {
  width: 25em;
  min-width: 400px;
  max-width: 85%;
  height: 150px !important;
  background: url(headerbg.gif) repeat-x #000;
  float: left;
  margin: 0 0 0 375px;
  border-right: 2px solid #000;
}

#header h1 { /* image-replacement */
  font-size: 0;
  width: 400px;
  height: 113px;
  background: url(Tschernobyl.gif) no-repeat;
  position: absolute;
}

#header a {
  border: 0;
  text-decoration: none;
  display: block;
  width: 400px;
  height: 113px;
  color: #000;
}

#header a img {
  border: 0;
  text-decoration: none;
}

#textwrap {
  width: 25em;
  min-width: 400px;
  max-width: 85%;
  min-height: 100%;
  background: url(textbg.gif) no-repeat #404041;
  margin: 0 0 0 375px;
  float: left;
  border-right: 2px solid #000;
}

#textwrap p {
  margin: 1.5em 1em 1em 1.5em;
  color: #fff;
  font-family: Verdana, "sans-serif";
  font-size: 0.8em;
  line-height: 1.4em;
}

#textwrap ul {
  margin: 0 1em 0 0;
  color: #fff;
  font-family: Verdana, "sans-serif";
  font-size: 0.8em;
}

#textwrap ul li {
  margin: 0 0 1em 0;
  padding: 0;
}

#textwrap a:link, #textwrap a:visited {
  color: #A7A9AC;
  font-weight: normal;
  border-bottom: 1px solid #A7A9AC;
  text-decoration: none;
}

#textwrap a:hover, #textwrap a:active {
  color: #fff;
  border: 0;
}

#rand { /* Mozilla + Opera Verschiebung */
  width: 188px;
  height: 585px;
  background: url(rand.gif) no-repeat;
  margin: -16px 0 0 775px !important;   /* NEU */
  xmargin: 0 0 0 775px; /* ALT */
}

*html #rand { /* IE Verschiebung */
  margin: -151px 0 0 0 !important;                 /* NENNNNENNNNNEEEEEEEUUUUUUUUUU  war ausgeklammert   */
  position: absolute;
}

#rand h3 {
  font-family: Georgia, serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;  
  padding: 2.5em 0 0 0.5em;
}

#rand ul {
  color: #fff;
  font-family: Georgia, serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#rand ul li {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#rand a:link, #rand a:visited {
  color: #A7A9AC;
  font-family: Verdana, "sans-serif";
  font-weight: normal;
  border: 0;
  padding: 0 0 0 1em;
  text-decoration: none;
}

#rand a:hover, #rand a:active {
  border-left: 2px solid #fff;
  width: 60%;
  display: block;
  padding: 0 0 0 1em;
  background: #282829;
}

#rand a:active {
  background: #404041;
}

#sign {
  width: 256px;
  height: 233px;
  background: url(sign.gif) no-repeat;
  margin: 0 0 0 135px;
  position: absolute;
}

*html #sign {
  margin: -153px 0 0 -638px;
  z-index: 100;
}
