/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

h1 {
	margin: 35px 0;
	font-size: 25px;
	color: #000;
	line-height: 25px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin: 0px 0px 37px 0px;
	padding: 0px;
	font-style: italic;
}

p.rood {
	color: #741b08;
}

p.bold {
	font-weight: bold;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-decoration:underline;
}

p a:hover {
	text-decoration: none;
}

.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-decoration:underline;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	position: relative;
	width: 100%;
	background: url(../images/template/bg_container.jpg) top repeat-x;
}

#site {
	width: 980px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	width: 980px;
	height: 148px;
	position: relative;
	float: left;
	background: #fff;
}

#header #logo {
	width: 228px;
	height: 70px;
	position: absolute;
	top: 26px;
	left: 30px;
}
#header #talenswitch {
float:right;
position:absolute;
right: 25px;
top: 15px;
}
/* MENU */

#header #menu {
	width: 692px;
	height: 50px;
	position: absolute;
	top: 48px;
	right: 0px;
}
#header #menu a {
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	display: block;
}
#header #menu a:hover {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
#header #menu a span {
	text-indent: -2000px;
	float: left;
}
#header #menu a#home {
	width: 71px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-home.jpg) top left no-repeat;
}
#header #menu a#home.active,
#header #menu a#home:hover {
	background: #741b08 url(../images/template/menu-en-home-roll.jpg) top left no-repeat;
}
#header #menu a#diensten {
	width: 88px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-services.jpg) top left no-repeat;
}
#header #menu a#diensten.active,
#header #menu a#diensten:hover {
	background: #741b08 url(../images/template/menu-en-services-roll.jpg) top left no-repeat;
}
#header #menu a#over_ons {
	width: 101px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-about.jpg) top left no-repeat;
}
#header #menu a#over_ons.active,
#header #menu a#over_ons:hover {
	background: #741b08 url(../images/template/menu-en-about-roll.jpg) top left no-repeat;
}
#header #menu a#tarieven {
	width: 68px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-fees.jpg) top left no-repeat;
}
#header #menu a#tarieven.active,
#header #menu a#tarieven:hover {
	background: #741b08 url(../images/template/menu-en-fees-roll.jpg) top left no-repeat;
}
#header #menu a#faq {
	width: 66px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-faq.jpg) top left no-repeat;
}
#header #menu a#faq.active,
#header #menu a#faq:hover {
	background: #741b08 url(../images/template/menu-en-faq-roll.jpg) top left no-repeat;
}
#header #menu a#nieuws {
	width: 75px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-news.jpg) top left no-repeat;
}
#header #menu a#nieuws.active,
#header #menu a#nieuws:hover {
	background: #741b08 url(../images/template/menu-en-news-roll.jpg) top left no-repeat;
}
#header #menu a#btw {
	width: 105px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-vat.jpg) top left no-repeat;
}
#header #menu a#btw.active,
#header #menu a#btw:hover {
	background: #741b08 url(../images/template/menu-en-vat-roll.jpg) top left no-repeat;
}
#header #menu a#contact {
	width: 101px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/menu-en-contact.jpg) top left no-repeat;
}
#header #menu a#contact.active,
#header #menu a#contact:hover {
	background: #741b08 url(../images/template/menu-en-contact-roll.jpg) top left no-repeat;
}
/* MENU */

#sfeer {
	width: 980px;
	height: 200px;
	position: relative;
	float: left;
}

#sfeer #foto {
	width: 980px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#sfeer #foto img {
	width: 980px;
	height: 200px;
}

#sfeer #titel_balk {
	width: 424px;
	height: 65px;
	position: absolute;
	top: 113px;
	right: 0px;
	background: url(../images/template/bg_sfeer_titel.png) top left;
}

#sfeer #titel_balk #titelsfeer {
	width: 320px;
	height: 23px;
	position: absolute;
	top: 23px;
	right: 29px;
}

#content {
	width: 980px;
	min-height: 755px;
	position: relative;
	float: left;
	background: url(../images/template/bg_content.gif) 36px 55px no-repeat;
}

#content #content_left {
	width: 400px;
	height: auto;
	position: relative;
	float: left;
	margin: 55px 18px 0px 164px;
}

#content #content_nieuws {
	width: 610px;
	height: auto;
	position: relative;
	float: left;
	margin: 55px 18px 0px 164px;
}
#content #content_nieuws p{
	margin-bottom: 20px;
}
#content #content_nieuws a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#content #content_nieuws ul {
	list-style:disc;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0px 0px 20px 15px;
}
#content #content_nieuws ul li{
	list-style:disc;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#content #content_left #list_wrapper {
	width: 400px;
	height: auto;
	position: relative;
	float: left;
}

#content #content_left ul {
/*	list-style: disc;
*/	margin-left: 15px;
/*	margin-bottom:37px;
*/}

#content #content_left ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	list-style:none;
	background:url(../images/template/bullet.gif) no-repeat 0 8px;
	padding:0 0 0 15px;
}

#content #content_left ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-decoration: underline;
}

#content #content_left ul li .sub_sitemap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

#content #content_left ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}

#content #content_left #titel {
	width: 430px;
	height: 25px;
	position: relative;
	float: left;
	margin-bottom: 39px;
}

#content #content_right {
	width: 334px;
	height: auto;
	position: relative;
	float: left;
	margin: 55px 0px 0px 63px;
}

#content #content_right #titel_right {
	width: 334px;
	height: 24px;
	position: relative;
	float: left;
	margin-bottom: 40px;
}

#content #content_right .nieuwsitem {
	width: 300px;
	height: 36px;
	position: relative;
	float: left;
	padding: 0px 0px 0px 34px;
	margin-bottom: 17px;
	background: url(../images/template/bg_nieuwsitem.jpg) top left no-repeat;
	cursor: pointer;
}

.msg_head {
	position: relative;
	float: left;
	background-color: #fff;
	color: #666666;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-left: 5px;
	border-bottom: #741b08 groove 1px;
	cursor: pointer;
	height: 35px;
	width: 600px;
}

.msg_head:hover {
	background-color: #EFEFEF;
	color: #fff;
}

.msg_body{
	margin: 5px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	width: 580px;
}

#content #content_right .lijn {
	width: 300px;
	height: 1px;
	position: relative;
	float: left;
	margin-top: 15px;
	background: url(../images/template/bg_meer_nieuws.gif) top left repeat-x;
}

#content #content_right .nieuwsitem.meer {
	margin-top: 15px;
}

#content #content_right .nieuwsitem p.nieuws {
	margin: -8px 0px 0px 0px;
	padding: 0px;
}

/* DIENSTEN */

#content #content_right_diensten {
	width: 347px;
	height: 425px;
	position: relative;
	float: left;
	margin: 104px 0px 0px 50px;
	border-left: solid 1px #e5e5e5;
}

#content #content_right_diensten .item {
	width: 315px;
	height: 41px;
	position: relative;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	margin-left: 33px;
}

#content #content_right_diensten .item.laatste {
	border-bottom: none;
}

#content #content_right_diensten .item a {
	width: 285px;
	height: 41px;
	position: relative;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 41px;
	color: #666666;
	padding-left: 30px;
	text-decoration: none;
}

#content #content_right_diensten .item a.active {
	color: #fff;
	background: #741b08 url(../images/template/item_pijltje.gif) 13px 16px no-repeat;
	text-decoration: none;
}

#content #content_right_diensten .item a:hover {
	color: #fff;
	background: #741b08 url(../images/template/item_pijltje.gif) 13px 16px no-repeat;
	text-decoration: none;
}

/* DIENSTEN */

/* team */

p.team {
	width: 775px;
	position: relative;
	float: left;
	
}
ul.team {
	width: 775px;
	position: relative;
	float: left;
}
/*ul li.team{
	margin-bottom:15px;
}*/

.foto {
	position: relative;
	float: left;
	margin: 0px 20px 0px 0px;
	width:100px;	
}


/* FORMULIER AFSPRAAK */

#afspraak_wrapper {
	width: 271px;
	min-height: 453px;
	position: relative;
	float: left;
}

#afspraak_wrapper .formregel {
	width: 271px;
	min-height: 34px;
	position: relative;
	float: left;
	margin-bottom: 11px;
}

#afspraak_wrapper .formregel.margin {
	margin-bottom: 36px;
}

#afspraak_wrapper .formregel .invulveld {
	width: 238px;
	min-height: 34px;
	position: relative;
	float: left;
	border: solid 1px #d7c6c1;
}

#afspraak_wrapper .formregel .invulveld input {
	width: 207px;
	height: 14px;
	margin-left: 18px;
	margin-top: 8px;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #666666;
}

#afspraak_wrapper .formregel .textarea {
	width: 238px;
	min-height: 157px;
	position: relative;
	float: left;
	border: solid 1px #d7c6c1;
}

#afspraak_wrapper .formregel .textarea textarea {
	width: 207px;
	height: 140px;
	margin-left: 18px;
	margin-top: 8px;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #666666;
	overflow: hidden;
}

#afspraak_wrapper .formregel span.icon {
	float: left;
	margin: 9px 0px 0px 10px;
}

#afspraak_wrapper .formregel .button .knop {
	width: 109px;
	min-height: 34px;
	position: relative;
	float: left;
	background: url(../images/template/btn_submit.gif) top left no-repeat;
	border: none;
	display: block;
	cursor: pointer;
}

#afspraak_wrapper .formregel label.error {
	width: 233px;
	height: 11px;
	float: left;
	margin: 7px 0px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #92250a;
}

/* FORMULIER AFSPRAAK */

/* CONTACT PAGINA*/

.formregel {
	width: 392px;
	min-height: 34px;
	position: relative;
	float: left;
	margin-bottom: 11px;
}
.formregel label {
	width: 121px;
	height: 18px;
	float: left;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	color: #731a07;
	cursor: pointer;
}
.formregel .invulveld {
	width: 238px;
	min-height: 34px;
	position: relative;
	float: left;
	border: solid 1px #d7c6c1;
}
.formregel .invulveld input {
	width: 207px;
	height: 14px;
	margin-left: 18px;
	margin-top: 8px;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #666666;
}
.formregel .textarea {
	width: 238px;
	min-height: 157px;
	position: relative;
	float: left;
	border: solid 1px #d7c6c1;
}
.formregel .textarea textarea {
	width: 207px;
	height: 140px;
	margin-left: 18px;
	margin-top: 8px;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #666666;
	overflow: hidden;
}
.formregel span.icon {
	float: left;
	margin: 9px 0px 0px 10px;
}
.formregel .button .knop {
	width: 109px;
	min-height: 34px;
	position: relative;
	float: left;
	background: url(../images/template/btn_submit.gif) top left no-repeat;
	border: none;
	display: block;
	cursor: pointer;
	margin-left: 121px;
}
.formregel label.error {
	width: 233px;
	height: 11px;
	float: left;
	margin: 7px 0px 10px 121px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	color: #92250a;
}
#content #content_right #google {
	width: 301px;
	height: 425px;
	position: relative;
	float: left;
	margin-top: 70px;
}

#content #content_right #bodegraven {
	width: 177px;
	height: 188px;
	position: relative;
	float: left;
	margin-top: 38px;
}

#content #content_right #bodegraven span {
	width: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #731a07;
}

#content #content_right #bodegraven span.kvk {
	width: 30px;
}

#content #content_right #bodegraven a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #731a07;
	text-decoration: none;
}

#content #content_right #bodegraven a:hover {
	text-decoration: underline;
}

#content #content_right #dordrecht {
	width: 115px;
	height: 188px;
	position: relative;
	float: left;
	margin-top: 38px;
}
#map {
	width: 301px; height: 425px;
	overflow: hidden;
	display: block;
}

/* CONTACT PAGINA */

/* FOOTER */

#content #footer {
	width: 816px;
	height: 70px;
	position: relative;
	float: left;
	margin: 100px 0px 25px 164px;
	background: #bbaca6;
}

#content #footer #copyrights {
	width: 450px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	margin: 29px 0px 0px 36px;
}

#content #footer #copyrights span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	margin: 0px 10px 0px 10px;
}

#content #footer #copyrights a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	text-decoration: underline;
}
#content #footer #copyrights a:hover {
	text-decoration: none;
}

/* FOOTER */
