/* DATEI: menu.css */


#banner 
{
	min-width:1040px;
	width:expression(document.body.clientWidth < 1040? "1040px": "auto" );
}

#banner img
{
	height:240px;
	max-height:240px;
	width:100%;
}

#menu
{
	background-image: url(bgmenu.jpg);
	background-repeat:repeat-x;
	height:27px;
	width:expression(document.body.clientWidth < 1040? "1040px": "auto" );
	min-width:1020px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
}

.menuitem 
{
	float:left; 	
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	text-align:center;
}

.menuitem a
{
	text-decoration: none !important; 
	color: white !important; 
	font-size: 17px !important; 
	font-family: 'Arial';
}

.menuitem a:hover
{
	color:#FFFF00 !important;
}



