#header{
height:376px;
width:788px;
position:relative;
float:left;
background-image:url(../images/header_neu2.png);
background-repeat:repeat-x;

}

#header ul {
margin-top:0px;
position:relative;
left:-41px;
width:900px;
font-weight:bold;

}
#header li {
  margin-top:4px;
	float: left;
	list-style-type: none;
	border-left:1px solid #990000;
	padding: 0;
	
}
#header li a {
  
  height:30px;
	width: 152px;
	float: left;
	display: inline;
	color:white;
  text-decoration: none;
  text-align:center;
  padding-top:10px;
}
#header li a:hover {
	color:#CC0000;
}

