@charset "utf-8";
html {
	overflow : hidden;
}

body {
	/*	background-image: url(../images/mk_cs_bg_1.jpg); */
	background-color: #0f0f0f;
/*	margin: 0px;
	padding: 0px;
*/	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a, a:visited {
	color: #fff;
	font-weight:bold;
}

a:active, a:hover {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#container {
	min-width: 988px;
	max-width: 1500px;
	margin: auto auto;
	z-index: 6000;
}

#logo {
	position:absolute;
	top: 50px;
	left: 50px;
}

#tage {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 374px;
	height: 129px;
	margin: -90px 0 0 -187px;
}

#adresse {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

#impressum {
	position:absolute;
	bottom: 50px;
	right: 50px;
}

#facebook {
	position:absolute;
	bottom: 65px;
	right: 50px;
}