* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5f5954;
	background-color:#f9f9f9;
}
h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#494541;
	margin-bottom:13px;
}
h2, h3 {
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#966f4e;
	margin-bottom:14px;
}
h2 {
	margin-bottom:10px;
}
a {
	text-decoration:underline;
	color:#507f9a;
}
p {
	margin-bottom:19px;
}
a:hover {
	text-decoration:none;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}


/* -------------------------------------------- VERTAALSERVICE GV -------------------------------------------- */
#container {
	width:100%;
	background-color:#f9f9f9;
}

#topcontainer {
	width:100%;
	height:160px;
	background:url(/assets/img/gv_bgtop.jpg) top repeat-x;
}


/* TOP
------------------------------------ */
#top {
	position:relative;
	top:0px;
	left:50%;
	width:960px;
	margin-left:-480px;
}

#top-logo {
	position:absolute;
	top:29px;
	left:361px;
}

#top-nav {
	position:absolute;
	left:190px;
	top:113px;
	float:left;
	/*width:580px;*/
	height:12px;
}
#top-nav a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
}
#top-nav ul {
	list-style:none;
	float:left;
}
#top-nav li,
#top-nav li.last {
	float:left;
	list-style:none;
	padding:0px 13px 3px 13px;
	height:12px;
	border-right:#fff 1px solid;
}
#top-nav li.last {
	border-right:none;
}
#top-nav li.s a {
	text-decoration:underline;
}


/* CONTENT
------------------------------------ */
#content-container {
	width:100%;
}
#content {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
}

#content-left {
	float:left;
	width:180px;
	margin-right:10px;
}

#content-midd {
	float:left;
	width:580px;
	margin-right:10px;
	background-color:#fff;
}

#content-midd .middtop {
	/*background:url(/assets/img/gv_bgmiddtop.jpg) no-repeat top #fff;*/
	width:580px;
	height:4px;
}

#content-midd .middm {
	width:572px;
	padding:0px 3px;
	border-left:#cfcfcf 1px solid;
	border-right:#cfcfcf 1px solid;
	background-color:#fff;
}
#content-midd .middm .flash {
	width:572px;
	height:203px;
	margin-bottom:9px;
}
#content-midd .middm .content {
	width:512px;
	padding:0px 30px;	
}
#content-midd .middm .content .breadcrumbs {
	font-size:11px;
	margin-bottom:26px;
}
#content-midd .middm .content .breadcrumbs strong {
	color:#507f9a;
}
#content-midd .middm .content #map {
	width:510px;
	height:350px;
	border:#cfcfcf 1px solid;
	margin-bottom:30px;
}
#content-midd .middm .content ul {
	color:#966f4e;list-style-position:inside;
}
#content-midd .middm .content li {
	list-style-position:inside;
	margin-bottom:7px;
}
#content-midd .middm .content li ul li {
	list-style-postion:inside;
	margin-left:17px;
}
#content-midd .middm .content li span {
	color:#5f5954;
}

#content-midd .middbottom {
	/*background:url(/assets/img/gv_bgmiddbottom.jpg) no-repeat top #fff;*/
	width:580px;
	height:4px;
}


#content-right {
	float:right;
	width:180px;
	font-size:11px;
}


/* FOOTER 
------------------------------------ */
.spacer {
	height:20px;
}
#footer {
	width:100%;
	font-size:11px;
}
#footer-content {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
	padding-top:10px;
}
#footer a {
	color:#5f5954;
}




/* CLASSES
------------------------------------ */

/* FORMULIEREN */
input.textfield,
input.kort {
	width:180px;
	height:20px;
	padding:2px 0px 0px 2px;
	border:#cfcfcf 1px solid;
	color:#0f0f0f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.kort {
	width:40px;
}
select {
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea.veldtextarea {
	width:278px;
	height:118px;
	padding:2px 0px 0px 2px;
	border:#cfcfcf 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.button {
	width:100px;
	text-align:center;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#966f4e;
	color:#fff;
	border:#deaf7a 1px solid;
}

/* BLOCKS LEFT & RIGHT */
.block {
	width:150px;
	height:169px;
	padding:20px 15px;
	background:url(/assets/img/gv_content-left_block.jpg) no-repeat;
	margin-bottom:10px;
}
.block ul {
	color:#507f9a;
}
.block li {
	color:#507f9a;
	list-style-position:inside;
	margin-bottom:7px;
}
.block p {
	margin-bottom:19px;
}

/* BUTTONS */
.contact,
.inschrijven {
	float:left;
	background-image:url(/assets/img/gv_btn-contact.jpg);
	background-repeat:no-repeat;
	width:138px;
	height:33px;
}
.inschrijven {
	background-image:url(/assets/img/gv_btn-inschrijven.jpg);
}

/* OTHER */
.red {
	color:#ff0000;
}
.error,
input.error {
	border:1px solid #ff0000;
}
.smalltext {
	font-size:11px;
}


