/* Kopfteil */

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 90px;
	background: url('/assets/templates/waso/adlerbg.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 90px;
	background: url('/assets/templates/waso/adlerbanner.png');
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 22px;
	background: url('../images/bg-rot.png') repeat-x;
}

#menucont2
{
	margin: 0 auto;
	width: 100%;
	height: 22px;
	background: url('../images/bg-invers-30.png') repeat-x;
}

/* Menüleiste*/

#menu ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
    }
    
#menu li {
	list-style: none;
	margin: 0;
	display: inline;
	}
	
#menu li a {
	color: #FFFFFF;
    text-decoration: none;
    margin-left: 3px;
    padding: 3px 5px;
    border-bottom: none;
    }
    
#menu li a:visited {
	color: #FFFFFF;
	}
	
#menu li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
	}
	
#menu li.active a {
	border-bottom: 2px solid white;
	}
	
.level1 {
    background-color: #808080;
    text-align:left;
    font-size: 10px;
    font-weight: bold;
    }
    
.level2 {
    background-color: #444444;
    text-align:left;
    font-size: 9px;
    font-weight: bold;
    }
    
.level3 {
    background-color: #181818;
    text-align:left;
    font-size: 9px;
    font-weight: normal;
    }
