@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body {
	background-color: #fff;
	width: 100%;
}
table {
	height: 100%;
}

p {
	position: absolute;
	top: 80px;
	width: 400px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
#content {
	position: relative;
	width: 100%;
	height: 500px;
}
#content_center {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -426px;
	height: 466px;
	width: 512px;
	background: url(images/login_maenneken.jpg);
}
#left {
	background: url(images/login_repeat_links.jpg) repeat-x;
	height: 500px;
	width: 50%;
	float: left
}
#right {
	background: url(images/login_repeat_rechts.jpg) repeat-x;
	height: 500px;
}
#mc_logo {
	position: absolute;
	top: 183px;
	left: 55%;
	height: 55px;
	width: 306px;
	background: url(images/login_logo.jpg) no-repeat;
}

#links {
	position: absolute;
	top: 250px;
	left: 55%;
	right: 0;
	width: 45%;
	border-top: 5px solid #ff6414;
}

a {
	text-decoration: none;
	outline: 0;
}

#links a#html_site {
	display: block;
	position: absolute;
	top: 10px;
	left: 203px;
	height: 16px;
	width: 104px;
	background: url(images/login_html.jpg);
}
#links a#html_site:hover {
	display: block;
	position: absolute;
	top: 10px;
	left: 203px;
	height: 16px;
	width: 104px;
	background: url(images/login_html_ho.jpg);
}


#links a#flash_site {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 16px;
	width: 96px;
	background: url(images/login_flash.jpg);
}
#links a#flash_site:hover {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 16px;
	width: 96px;
	background: url(images/login_flash_ho.jpg);
}

#links a#flash_dl_link {
	display: block;
	position: absolute;
	top: 12px;
	left: 110px;
	height: 15px;
	width: 15px;
	background: url(images/login_flashplayer.jpg) no-repeat;
}
#links a#flash_dl_link:hover {
	display: block;
	position: absolute;
	top: 12px;
	left: 110px;
	height: 15px;
	width: 15px;
	background: url(images/login_flashplayer_ho.jpg) no-repeat;
}
