* {
margin: 0;
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #f00;
background: #000; 
text-align: center;
}
h1 {
font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;
color: #d29b2a;
margin: 0 0 20px 0;
padding: 20
px 0 0 0;
}
h2 {
font-size: 1.2em;
font-weight: normal;
}
h3 {
font-size: 1em;
font-weight: normal;
}
p {
font-size: 0.80em;
}

a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
background: #635B50;
text-decoration: none;
}
a img {
border: 0 none;
}

/* IDs */
#container {
color:white;
background: blue;
width: 980px;
margin-top:10px; 
text-align: center;
} 

#header {
/*float: left;*/
width: 970px;
height: 145px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
background: blue /*url(./img/header_rsv_970x140.jpg)*/  no-repeat;
}

#navigation_top {
float: right; 
text-align: right;
width: 860px;
height: 37px;
color: red;
background-color: blue;
/*vertical-align: center;*/	
}



#container_content {
margin-left: 5px;	  
margin-top: 42px;
background: #393939;
line-height: 1.2em; /* to avoid the peekaboo bug */	 
text-align: left;
}


#main {
margin-left: 150px;	
color: #000;
background: white;
border-right: 5px solid blue;
line-height: 1.2em; /* to avoid the peekaboo bug */
}
p.mainbot {
clear: both;
height: 20px;
color: saddlebrown;
background: #b4a895;
font-size: 60%;
text-align: center;

} 


#content {
color: #000;
margin-right: 5px;
background: white; 
padding-top: 15px;
padding-left: 15px;
padding-right: 10px;
}

 
#content a:link {
	color: blue;
	text-decoration: underline; 
}
#content a:visited {
	color: magenta;
	text-decoration: underline; 
}

/* Menü Oben */
#tabmenue {
/*position: relative;
left: 120px;  */
text-align: center;
padding: 7px;
border-bottom: 0px solid white;
background: #0000FF;
vertical-align: center;  
/*font-weight: bold;*/ 
font: 80%;
}

#tabmenue li {
  display: inline; 
}		 

#tabmenue li a:hover {
  color: silver;
  background: #696969; 
  border-top: 1px solid #000000;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #000000;
}	

#tabmenue li v:focus {
  color: black; 
  border-top: 1px solid #000000;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #000000;
}

#tabmenue li a {
  padding: 3px 1em;
  margin-left: 3px;
  /*border: 1px solid #777;*/
  border-bottom: 0;
  text-decoration: none;  
  background: #C0C0C0;   
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #FFFFFF;
  color: black;
}

#tabmenue li a#aktuell {
  padding-bottom: 5px;
  color: black;
  background: coral;
  border-top: 1px solid #000000;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #000000;
}		 

/* Menü Links */
#navigation_links {
float: left; 
text-align: left;
width: 145px;
height: 347px;
color: #000;
background-color: #393939;
background-image:url(./img/metal_bg.jpg);
background-repeat:no-repeat;
padding-top: 15px;
padding-left: 5px;
}


#menue {
width: 135px;
font-size: 80%;
}
.menuekopf {
font-weight: bold;
color: #000000;
width: 135px;
padding: 5px;
margin-bottom: 2px;
}
#menue ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menue li {
display: block;
margin-bottom: 2px;
}
#menue li a, #menue li a:link {
text-decoration: none;
display: block;
color: #000000;
width: 128px;
padding: 5px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #FFFFFF;
background-color: #CCCCCC;
}
#menue li a:visited {
color: black;
}

#menue li a:hover, #menue li a:active, #menue li a:focus{
color: #000000;
border-top: 1px solid #000000;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #000000;
padding-top: 6px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 6px;
}

#menuelinks li a#aktuel {
color: black;
background: #coral;
}

p.menubot {
text-align: center;
background: #393939 /*url(./img/header_rsv_970x140.jpg)*/  no-repeat;
font: 80%;
}

p.containerbot {
text-align: center;
color: gray;
font: 80%;
}
