/* ########## Anfang Kopf  nicht fix*/
.header {
	background:#333 url(../img/head.png) repeat-x ;
	border-bottom: 1px solid #333;
	height: 110px;
	width:100%;
-moz-box-shadow: 0px 10px 10px 3px #000;
-webkit-box-shadow: 0px 10px 10px 3px #000;
box-shadow: 0px 10px 10px 3px #000;
}

.logo {
	height: 106px;
	float: left;
	width: 151px;	
}
.logo a{
	background: url(../img/logo1.png) center no-repeat ;
	float: left;
	padding-left: 5px;
	height: 106px;
	float: left;
	width: 151px;	
}

.navigation {
	
	float: left;
	height:42px;
	padding-top: 85px;
}
.navigation a {
	background: url(../img/button_blank.png) no-repeat;
	
	color: #50524f;
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	font-weight: ;
	letter-spacing: 1px;
	text-align: center ;
	text-decoration: none;
	width: 160px ;
	height:20px;
	padding-top:5px;
	padding-left:;
	padding-right:;
	margin-left:px;
	margin-right:px;
}
.navigation a:hover {
	background: url(../img/button_blank_hover_dark.png) no-repeat;
	position:relative;
	top: -3px;
	height:23px;
	color: #C41D1D;
}
.social {
	float:right;
	padding-top:75px;
	margin-right:10px;
	text-decoration: none;
}
.social a , .social a:active, .social a:visited, .social a:hover, .social a img{
	text-decoration: none; border:0;
}
/* ########## Ende Kopf */