html,body {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding:0px;
	color:#3b3a3a;
}

#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
}

.background {
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#header {
	position:relative;
	height:70px;
	background: url(assets/images/versie2/bg_header.jpg);
}
.line {
	position:absolute;
	top:63px;
	left:0px;
	width:100%;
	z-index: 2;
	height:1px;
	border-top:3px #b30415 solid;
	border-bottom:1px #b30415 solid;
}
.steenman {
	position:absolute;
	top:220px;
	right:5px;
	z-index: 2;
}

.quote {
	position:absolute;
	top:575px;
	right:20px;
	z-index: 2;
}

#topmenu {
	position:relative;
	float:right;
	top:5px;
	right:5px;
	font-size:10px;
	line-height:20px;
	color:#363636;
	text-align:right;
}

#topmenu A {
	color:#363636;
	text-decoration:none;
}
#topmenu A:hover {
	color:#b30415;
	text-decoration:none;
}

#content {
	background: #ebebeb url(assets/images/versie2/bg_content.jpg) repeat-x;
}

#content #menu {
float:left;
	width:250px;
	padding-top:25px;
}

#content #menu A {
	color:#b30415;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	padding-left:5px;
	font-weight:bold;
	display:block;
	border-top: 1px #c1c1c1 solid;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:5px;
}
#content #menu A:hover {
	color:#494949;
}
#content #menu A.sub {
	color:#494949;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	padding-left:35px;
	font-weight:normal;
	display:block;
	margin-left:30px;
	margin-right:30px;
	border:none;
	background: url(assets/images/versie2/arrow.gif) no-repeat;
	background-position: 18px 6px;
	margin-top:0px;
	margin-bottom:0px;
}
#content #menu A:hover.sub {
	color:#b30415;
}
#content #menu .line {
	border-top: 1px #c1c1c1 solid;
}
#content #body {
	width:560px;
	margin-left:250px;
	padding:25px;
}
#content #body a {
	color:#b30415;
	text-decoration:none;
}
#content #body a:hover {
	color:#b30415;
	text-decoration:underline;
}

#content #body h1 {
	font-size:18px;
	line-height:28px;
	border-bottom: 1px #c1c1c1 solid;
	color:#b30415;
	font-weight:normal;
}
#content #body div.share {
	position:relative;
	border-top: 1px #c1c1c1 solid;
	text-align:right;
	padding-top:4px;
	width:500px;
	text-align:right;
	margin-top:15px;
}

.clear {
	clear:both;
	float:none;
}
