/* ALLGEMEINES */

body{
  background-color:#FFF;
  height: 99.9%
}

body, * {
  font-family:arial, helvetica, sans-serif;
}

p {
  margin-left:0px;
  margin-right:0px;
  margin-top:7px;
  margin-bottom:7px;
}

/* AUSRICHTUNG */

#horizont {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 99%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}

#inhalt {
  width:800px;
  height:600px;
  position: absolute;  top: -300px;  left: 50%;
  margin-left: -400px;
  background-color:#1A0D00;
  background-image:URL(img/bg5.jpg);
  background-repeat:no-repeat;
  overflow:hidden;
}

/* MENU */

#menu {
  position: absolute; left:20px; top:30px;
  text-align:left;
}

#menu ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
  font-size:26px;
  letter-spacing:0.05em;
}
#menu ul li a:hover {
  color:#009F00;
}

/* Container Links / Rechts */
.contentleft {
  position: absolute; top:170px; left:20px;
  background-color: white;
  width: 280px;
  height: 400px;
  display:none;
  overflow:auto;
  text-align:justify;
  padding:5px;
  font-size:11px;
  /* letter-spacing:1px; */
}

.contentleft ul {
  text-align:left;
}

.contentright {
  position: absolute; top:410px; right:40px;
  background-color: white;
  width: 415px;
  height: 160px;
  display:none;
  overflow:hidden;
  text-align:justify;
  padding:5px;
  font-size:11px;
  /* letter-spacing:1px; */
}

.contentright p a:link, .contentleft p a:link {
  color: #000;
  text-decoration:none;
  border-bottom: 1px dashed #BBBBBB;
  font-size:11px;
}
.contentright p a:visited, .contentleft p a:visited {
  color: #000;
  text-decoration:none;
  border-bottom: 1px dashed #BBBBBB;
  font-size:11px;
}
.contentright p a:hover, .contentleft p a:hover {
  color: #009F00;
  text-decoration:none;
  border-bottom: 1px dashed #009F00;
  font-size:11px;
}

/* Formatierungen im Container */
.headlineactive {
  color:#009F00;
  font-weight:bold;
  text-transform:uppercase;
  font-family:arial-narrow, helvetica, sans-serif;
  font-size:12px;
  margin-right:5px;
  text-decoration:none;
  border: 0px;
  border-bottom: 1px solid white;
}
.headlinepassiv {
  color:#000000;
  font-weight:bold;
  text-transform:uppercase;
  font-family:arial-narrow, helvetica, sans-serif;
  font-size:12px;
  margin-right:5px;
  text-decoration:none;
  border-bottom: 1px dashed #BBBBBB;
}

.contentrighttop {
  position: absolute; top:170px; right:40px;
  background-color: white;
  width: 415px;
  height: 210px;
  display:none;
  overflow:hidden;
  text-align:justify;
  padding:4px;
  font-size:11px;
  /* letter-spacing:1px; */
}

/* offlink */
#offlink {
  background-color:transparent;
  width:35px;
  height:35px;
  position: absolute; left:765px; top:565px;
  border:0;
  padding:0;
  margin:0;
}