body {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 color:#696969;
 background: url(../pics/bg/STRUKTUR-5.gif) repeat;
 font-size:0.8em;
 line-height:1.4em;
 }
a {
text-decoration: none; 
color:maroon;
font-weight:bold;
}
h3{
 text-align:center;
 color:#A9A9A9;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 padding:5px 0px;
}
h4{
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 color:#A9A9A9;
}
#wrapper{
 position: absolute;
 width:760px; 
 left: 50%;
 top: 25%;
 margin-left: -380px;
 margin-top: -150px;
}
#top{
 top:10px;
 margin-top:15px;
 background:#dc1908 url(../pics/logo/logo_top_transp.gif) no-repeat top center;
 width:760px;
 height:80px; }
#bg{
 top:0;
 background: url(../pics/bg/STRUKTUR-5.gif);
 width:760px;
 height:170px;
}
html>body #bg {  /* nur fuer moderne Browser! */
position: fixed;
}
#pos_link{
 top:110px; 
 margin-top:15px;
 background-color:#dc1908;
 width:760px; 
 height:60px;
 text-align: center;	
}
#linkleiste{
 border:0px solid black;
 height:30px;
 width:100%;
 margin: 0 auto;
}
#linkleiste ul {
 list-style: none;
}
#linkleiste ul li{
 padding: 3px;
 float: left;
 width:72px;
}
#linkleiste ul li a{
 font-variant:small-caps;
 font-size:14px; 
 text-align:center;
 display:block;
 text-decoration: none; 
 font-weight: bold;
 border: 1px solid black;
 border-left-color: white; 
 border-top-color: white;
 color: maroon; 
 background-color: #FFFAFA;
}
#linkleiste ul li a:hover {
 border-color: white;
 border-left-color: black; 
 border-top-color: black;
 color: #FFFAFA; 
 background-color: maroon;
}
/************** Newsticker **********************/
#pos_news{
 top:140px; 
 left:0px;
 position:absolute;
 margin-bottom:15px;
 background-color:#dc1908;
 color:#fff;
 width:760px; 
 height:30px;
 text-align: center;	
 border:0px dotted maroon;
}
/**************************Submenu für releases************************************/

a#releases {
  z-index:2;
}
a#releases:hover, a#releases:active{
  z-index:3;
}
#releases_sublinks {
  position:absolute;
  top:133px;
  left:220px;
  width:110px;
  border:2px solid maroon;
  z-index:4;
  visibility:hidden;
}
.sub_link {
 font-variant:small-caps;
 font-size:12px; 
 text-align:center;
 display:block;
 text-decoration: none; 
 height:15px;
 padding:2px;
 text-decoration:none;
 border-top:1px dotted maroon;
}
.sub_link:link, .sub_link:visited {
 background-color:#FFFAFA;
 color:maroon;
}
.sub_link:hover, .sub_link:active {
 background-color:maroon;
 color:#FFFAFA;
}
/****************************** Ende Submenu Releases ****************************/

#liste {
  list-style: none;
  margin:0;
  padding:0;
}  
#liste li{
 list-style: none;
 border-bottom: 1px solid gray;
}
#bilderleiste{
 top:150px;
 margin-top:15px;
 width:760px;
 height:90px;
 background-color:#dc1908;
}
#content{
 top:240px;
 background: white;
 margin:15px 0px 10px 0px;
 padding:0px 5px 0px 5px;
 width:750px;
 height:300px;
 position:absolute;
 overflow: auto;
}
html>body #content {  /* nur fuer moderne Browser! */
position: fixed;
}
#bottom_bar{
	text-align:center;
	color:white;
	font-size:0.8em;
	padding-top:3px;
	line-height:1em;
	position:absolute;
	top:570px;
	width:760px;
	height:15px;
	background-color:#dc1908;
}
#bottom_bar a, #bottom_bar a:hover, #bottom_bar a:active{
	color:white;
	font-weight:normal;
}