
/* ------------------------- Header ---------------------*/
#header {
	height: 145px;
	background: transparent url(../img/headertasse.png) no-repeat top center;
}
#sitename ,#sitename a{
	height: 80px;
	color: #d5d4d4;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #aaa;
}
#sitename a:hover {
	color: #898989;
}
#menubox{
	height: 42px;
	background: transparent url(../img/menulines.png) no-repeat top center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 9px 0;
}
#menuleft{
	float: left;
	width: 375px;
	text-align: center;
}
#menuright{
	float: right;
	width: 375px;
	text-align: center;
}
#menubox a {
	padding: 0 30px;
}
#menubox a:hover {
//	text-decoration: underline;
	color: #000;
}
