@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:0;
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:175%;
}

a, a:hover, a:active, a:visited {
	color:#ed008c;
	text-decoration:underline;
}

i {
	color:#ed008c;	
}

.magenta {
	color:#ed008c;
}

.clear {
	clear:both;	
}

#magazines {
	position:absolute;
	width:970px;
	height:400px;
	left:50%;
	top:0;
	margin-left:-485px;
	background:url(../images/magazines.png) 0 0 no-repeat;
	z-index:1;
}

#stappen_logo {
	position:absolute;
	width:175px;
	height:818px;
	left:50%;
	top:430px;
	margin-left:-493px;
	background:url(../images/stappen_logo.png) 0 0 no-repeat;
	z-index:2;
}

#vork_mes {
	position:absolute;
	width:150px;
	height:600px;
	left:50%;
	top:426px;
	margin-left:310px;
	background:url(../images/vork_mes.png) 0 0 no-repeat;
	z-index:3;
}

#container {
	position:relative;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
}

#header {
	width:600px;
	height:300px;
	margin-top:100px;
	padding-left:20px;
	padding-top:20px;
	background:url(../images/video_bg.png) 0 0 no-repeat;
}

#video {
	width:580px;
	height:280px;
}

#main {
	width:600px;
	padding-left:10px;
	padding-right:10px;
}

.title {
	height:20px;
	margin-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	line-height:20px;
	background:#ed008c;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#main_left {
	width:400px;
	float:left;
}

.main_left_items {
	width:380px;
	margin-top:10px;
	padding:10px;
	background:#FFF;
}

#main_right {
	width:190px;
	margin-left:10px;
	float:left;
}

.main_right_items {
	width:170px;
	margin-top:10px;
	padding:10px;
	background:#FFF;
}

#footer {
	width:400px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#footer a {
	color:#333;
}