body{
	margin: 0px;
	background: url('../images/bg-front.gif') repeat-x #c1131e;
	font-family: arial;
	font-size: 12px;
}

#contentsubbox {
	position: absolute;
}

#vervolg{
	margin: 0px;
	background: url('../images/bg-vervolg.gif') repeat-x #c1131e;
	font-family: arial;
	font-size: 12px;
}

#header{
	background: url('../images/header.gif') no-repeat;
	width: 988px;
	height: 286px;
	z-index: 1;
}

#header-vervolg{
	background: url('../images/header.gif') no-repeat;
	width: 988px;
	height: 202px;
	z-index: 1;
}

#container{
	width: 988px;
	margin: 0px auto;
}

#logo{
	margin: 9px 0 0 0;
	width: 168px;
	height: 96px;
	position: absolute;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
}

#contact{
	margin: 0 0 0 870px;
	position: absolute;
	z-index: 4;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	background-color: #c3131e;
}


#menu{
	margin: 48px 0 0 180px;
	position: absolute;
	z-index: 5;
	font-size: 14px;
	font-weight: bold;
}

.menu-red-left{
	background: url('../images/menu-red-left.gif') no-repeat;
	width: 9px;
	height: 41px;
	float: left;
}

.menu-red-right{
	background: url('../images/menu-red-right.gif') no-repeat top right;
	width: auto;
	padding: 12px 18px 0 10px;
	height: 41px;
	color: #000;
	float: left;
}

.menu-white-left{
	background: url('../images/menu-white-left.gif') no-repeat;
	width: 9px;
	height: 41px;
	float: left;
}

.menu-white-right{
	background: url('../images/menu-white-right.gif') no-repeat top right;
	width: auto;
	padding: 12px 18px 0 10px;
	height: 41px;
	color: #000;
	float: left;
}

#title{
	margin: 130px 0 0 0;
	position: absolute;
	z-index: 4;
	width: 655px;
	font-size: 18px;
}

#foto-front{
	background: url('../images/foto-front.gif') no-repeat;
	width: 249px;
	height: 179px;
	margin: 100px 0 0 765px;
	position: absolute;
	z-index: 1;
}

#foto-vervolg{
	background: url('../images/foto-vervolg.gif') no-repeat;
	width: 249px;
	height: 179px;
	margin: 100px 0 0 765px;
	position: absolute;
	z-index: 1;
}

#container-content{
	margin-top: 10px;
	width: 988px;
}

.contentdiv{
	float: left;
	width: 377px;
}

.contentdivsize{
	float: left;
}

.contentdivbreed{
	float: left;
	width: 760px;
}

.clear{
	clear: both;
	height: auto;
}
.tekst {
	margin:8px;
}
.content{
	background: url('../images/bg-content.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	width: 365px;
	color: #fff;
	float: left;
}

.contentbox1 {
	background: url('../images/bg-content.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	width: 365px;
	color: #fff;
	float: left;
	min-height: 175px;
}
.contentbox2 {
	background: url('../images/bg-content.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	width: 365px;
	color: #fff;
	float: left;
	min-height: 175px;
}

.contentsize{
	background: url('../images/bg-content.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	float: left;
}

.contentbreed{
	background: url('../images/bg-content.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	float: left;
}

.contentsub{
	background: url('../images/bg-sub.gif');
	border: 1px solid #fff;
	padding: 5px;
	margin: 10px 0 0 5px;;
	width: 200px;
	color: #9f0f18;
	float: left;
	text-align: right;
}

#footer{
	width: 983px;
	height: 36px;
	margin: 10px auto;
	color: #fff;
	font-size: 11px;
	padding: 6px 0 0 5px;
	background-color: #890a0f;
}

h1{
	margin: 0px;
	color: #c2121d;
	font-size: 44px;
	font-family: Trebuchet MS;
}

h2{
	margin: 0px;
	color: #fff;
	font-size: 22px;
}

h3{
	margin: 0px;
	font-size: 22px;
}

.contactlink{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.contactlink:hover{
	color: #000;
}

.footerlink{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.footerlink:hover{
	color: #000;
}

.menulinkred{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.menulinkwhite{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.kop{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 15px;
}

.sublink{
	color: #9f0f18;
	font-weight: bold;
	text-decoration: none;
}

.sublinkmeer{
	color: #9f0f18;
	text-decoration:underline;
}

.voornaam{
	background-image: url('../images/input-voornaam.gif');
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	border: 0px;
	padding: 3px 0 0 4px;
}

.achternaam{
	background-image: url('../images/input-achternaam.gif');
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	border: 0px;
	padding: 3px 0 0 4px;
}

.email{
	background-image: url('../images/input-email.gif');
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	border: 0px;
	padding: 3px 0 0 4px;
}

.inschrijven{
	background-color: #c3131e;
	color: #fff;
	font-size: 11px;
	width: 70px;
	height: 16px;
	padding: 0 0 2px 0;
	border: 0px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #000;
}
a.detachering {
	color: #fff;
	text-decoration: none;
}