
/* Die Boxen der Startseite */
.menuBox
{
/*	background: url(imag/headerbg.png) repeat-y !important;*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;

	overflow: hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 72px;
}

.headerleft
{
	float: left;
	background: url(imag/menubarleft2.png) no-repeat;
	height: 55px;
	width: 9px;
	margin: 0px;
	padding: 0px;
}

.headerlogo
{
	float: left;
	background: url(imag/menubarmidsmall.png) repeat-x;
	height: 72px;
	width: 190px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

.headerleftsize
{
	float: left;
	background: url(imag/menubarleftsize.png) no-repeat;
	height: 72px;
	width: 35px;
	margin: 0px;
	padding: 0px;
}

.headermid
{
	float: left;
	background: url(imag/menubarmid.png) repeat-x;
	height: 72px;
	width: 85px;
	border-left: 1px solid #323031;
	text-align: center;
/*	padding-top: 3px;*/
}

.headermid:hover
{
	float: left;
	background: url(imag/menubarOver.png) repeat-x;
	height: 72px;
	border-left: 1px solid #323031;
}
	
.headermid a
{
	position: relative;
	top: 25px;
	padding: 25px 7px 25px 7px;
	font-size: 1.4em;
	color: #FFF;
	text-decoration: none;
}

.headermidActive
{
	float: left;
	background: url(imag/menubarmid.png) repeat-x;
	height: 72px;
	width: 85px;
	border-left: 1px solid #323031;
	text-align: center;
}
	
.headermidActive a
{
	position: relative;
	top: 25px;
	padding: 25px 7px 25px 7px;
	font-size: 1.4em;
	color: #78f;
	text-decoration: none;
}

.headermidActive:hover
{
	float: left;
	background: url(imag/menubarOver.png) repeat-x;
	height: 72px;
	border-left: 1px solid #323031;
}
 	
.headerrightsize
{
	float: left;
	background: url(imag/menubarrightsize.png) no-repeat;
	height: 72px;
	width: 35px;
	margin: 0px;
	padding: 0px;
}
		 
.headermidright
{
	float: left;
	background: url(imag/menubarmid.png) repeat-x;
	height: 72px;
	width: 37px;
	border-left: 1px solid #323031;
}
		 
.headerrightfill
{
	float: left;
	background: url(imag/menubarmid.png) repeat-x;
	height: 72px;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
      
.headerright
{
	float: left;
	background: url(imag/menubarright.png) no-repeat;
	height: 72px;
	width: 9px;
	margin: 0px;
	padding: 0px;
}


