 @charset "utf-8";
 
    .seite #header {
	padding: 0 0px 0 0px;
	height: 98px;
    } 
	
	.seite #headerlogo {
	padding: 0 0px 0 0px;
	height: 98px;
	background-repeat: no-repeat;
	background-image: url(../img/header.jpg);
    } 
	
	
	.seite #login {
	padding: 5px 20px 0 0px;
	z-index: 2;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
    } 
	
	.seite #login a {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	} 
	
	
	.seite #headermenue {
	height: 26px;
	padding: 0 0px 0 0px;
	z-index: 0;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #073672;
    }
	
.seite  #headermenue #topmenuecontainer
{
	background-image:url(../img/hg-menue-oben.jpg);
	width: 627px;
	margin: 0 auto;
	height: 21px;
	margin-bottom: 5px;
}	
	
	
.seite  #headermenue #topmenuecontainer  ul
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 0;
}
.seite #headermenue #topmenuecontainer li {
	display: inline;
	padding: 5px;
}
.seite  #headermenue #topmenuecontainer li a
{
	text-decoration: none;
	color: #FFF;
	padding: 5px;
}
