html, body {
	background: #424242;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#head {
	background: url(../images/logo_bitshaker.eu.png) no-repeat #2E2E2E 8px 20px;
	border-bottom: 2px solid #229cd3;
	width: 100%;
	height: 56px;
	position: fixed;
	top: 0;
}

#content {
	padding-left: 50px;
	padding-top: 86px;
	padding-bottom: 83px;
}

#content #partner {
	margin-top: 40px;
}

#content #referenzen {
	margin-top: 40px;
}

#content a {
	color: #009EE0;
	text-decoration: none;
}

#content a:hover {
	color: #1DBBEA;
}

#logo_image {
	background: url(../images/logo_image_bitshaker.eu.png) no-repeat;
	width: 100px;
	height: 125px;
	position: fixed;
	bottom: 0;
	z-index: 1;
	right:5px;
}

#foot {
	background: url(../images/link_www.bitshaker.eu.png) no-repeat #2E2E2E 15px 18px;
	border-top: 2px solid #229cd3;
	width: 100%;
	height: 53px;
	position: fixed;
	bottom: 0;
}

