@charset "ISO-8859-1";

body {
	background-color: #2e71a1;
}
strong, b {
	font-weight: bold;
	}
#fullbodyarmor {
	background-image: url(../images/layout/bodybg_w_grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	
}
#wrapper0 {
	background-image: url(../images/layout/bottomstripes.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 61px;
}

#wrapper1 {
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
	margin-bottom: 0px;
}
#wrapper2 {
	background-image: url(../images/layout/topbg_w_grad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#wrapper3 {
	background-image: url(../images/layout/bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
#main {
	width: 903px;
	position: relative;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #5b7582;
	position: relative;
	}
#main a {
	color: #5b7582;
	text-decoration:underline;
	}
#main a:hover {
	color: #333;
	}

#main .voorwaarden {
	position: absolute;
	bottom: -24px;
	left: 410px;
	width: 300px;
	height: 20px;
	text-align: right;
	display: none;
}
#main .voorwaarden a {
	color: #8fb5d4;
	font-size:0.85em;
}
#main .voorwaarden a:hover {
	color: #fff;
}
.left {
	float: left;
}

