


body {
 background: black;
 margin: 0;
 padding:0;
 font-family: arial, verdana, sans-serif;

  color: gray;
}


/*****************************************
IE Hacks - Navigationsleiste 
******************************************/




/*************************************
container
*************************************/
#main {
 background:url(bilder/hg_deck_grey_hintergrund.jpg) repeat-x fixed center;
 margin:auto;
 width:970px;
 border:none;
  line-height: 140%;
}

#header {
 width:auto;
 border:none;
 height:200px;
	
}

#content {
 width:65%;
 float:left;
 height: 500px;
 position: relative;
 margin-top:20px;
 margin-left:50px;
 padding:10px 10px 0 10px;
 overflow-y: scroll;


}

#menu {
  width:150px;
  height: 550px;
  text-align: left;
  position:relative;
  margin-left:75%;
  top:0;
  padding:20px 10px 0 20px;
  overflow: hidden;
  
}
#menu ul {
list-style-type:none;
margin:0;

}

#menu li {
border: none;
border-bottom:1px double red;	
padding: 10px 0;
}

/************************************
text
*************************************/

h1 {
  font-size: 20px;
  color: gray;
  font-weight: bold;
}

h2 {
  font-size: 17px;
  color: gray;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  color: red;
  background: black;
  font-weight: bold;
  margin-right: 260px;
   padding: 15px;
}

p {
  font-size:16px;
  color: gray;
}



p.anzeige {
   color: #00ff00;
   background: black;
   font-weight: bold;
   margin-right: 260px;
   padding: 15px;
}

p.activelink {
  text-decoration: none;
  font-weight: bold;
  color: gray;
  padding: 10px 0;

}

p.fussactive {
  color: gray;
  font-size: 9pt;
  font-weight: bold;
}

#footer p {
display:inline;
width:100px;
padding:0 20px;

}

#footer div {
float:left;
padding:0 20px;
position: relative;
display: inline;


}


#footer div + div {
float:right;
right: 0;
padding:0 20px;

}


/************************************
Links
************************************/
/*#menu a {
 target:_top;	
}*/

a {
  text-decoration: none;
  color: #ff0000;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: gray;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: gray;
}



#footer a {
  font-size:9pt;
  color: #ff0000;

}

#footer a:hover {
  color:gray;
}

#footer a:active {
  color: gray;
}

.footer {
target-new:tab;
}


