/* rot: #CD0921*/
/* blau: #005395*/


#h-contain
	{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color:#FDD100;
	}

#h-contain ul
	{
	border: 0;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#h-contain ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#h-contain ul li a
	{
	background-color:#FE9901;
	width: 149px;
	height: 23px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: none;
	padding: 0px 0px 0px 0px;
	color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:75%;
	text-decoration: none;
	margin-bottom: 5px;
	}


#h-contain ul li a:hover
	{
	color: #000;
	background: #eee;
	text-decoration: none;
	background-color:#FDD100;
	/*background-image:url(../img/bg-grey.gif);*/
	}

#h-contain li#itemsel a
	{
	/*background-image:url(../img/bg-1.gif);*/
	background-color:#FDD100;
	color: #000;
	border-bottom: 1px solid #FDD100;
	}


#h-contain ul li.first a
	{
	border-left: none;
	width: 150px;
	}

#h-contain ul li.last a
	{
	width: 199px;
	}

