/* 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, sup, 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%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0281b8;
	line-height: 26px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}
/* FRAMEWORK */
html, body {
	height: 100%;
}
body {
	background: #fff url(../images/template/body2.gif) no-repeat top center;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	background: url(../images/template/body.gif) repeat-x;
	margin-bottom: -78px;
}
#site {
	position: relative;
	width: 900px;
	margin: auto;
}
#header {
	position: relative;
	width: 920px;
	height: 185px;
}
#logo {
	position: absolute;
	top: 53px;
	left: 0px;
}
#sfeer {
	position: absolute;
	top: 0px;
	right: 25px;
}
#content {
	position: relative;
	float: left;
	width: 920px;
	margin: 35px 0px 35px 0px;
}
#content #left {
	position: relative;
	float: left;
	width: 225px;
	margin-right: 85px;
}
/*
********************
      MENU
********************
*/
#left ul {

}
#left ul li {
	float: left;
	margin-bottom: 5px;
}
#left ul li a {
	float: left;
	display: block;
	width: 225px;
	height: 35px;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #fff;
}
#left ul li a span {
	display: none;
}
#left ul li.home a{
	background: url(../images/template/menu/home.gif) no-repeat;
	border-top: 1px solid #f2f2f2;
}
#left ul li.visie a{
	background: url(../images/template/menu/visie.gif) no-repeat;
}
#left ul li.vragen a{
	background: url(../images/template/menu/vragen.gif) no-repeat;
}
#left ul li.scans a{
	background: url(../images/template/menu/scans.gif) no-repeat;
}
#left ul li.links a{
	background: url(../images/template/menu/links.gif) no-repeat;
}
#left ul li.contact a{
	background: url(../images/template/menu/contact.gif) no-repeat;
}
#left ul li.workshops a{
	background: url(../images/template/menu/workshops.gif) no-repeat;
}
body.home #left ul li.home a,
#left ul li.home a:hover {
	background: url(../images/template/menu/active_home.gif) no-repeat;
}
body.visie #left ul li.visie a,
#left ul li.visie a:hover {
	background: url(../images/template/menu/active_visie.gif) no-repeat;
}
body.vragen #left ul li.vragen a,
#left ul li.vragen a:hover {
	background: url(../images/template/menu/active_vragen.gif) no-repeat;
}
body.scans #left ul li.scans a,
#left ul li.scans a:hover,
#left ul li.scans a.click {
	background: url(../images/template/menu/active_scans.gif) no-repeat;
}
body.links #left ul li.links a,
#left ul li.links a:hover {
	background: url(../images/template/menu/active_links.gif) no-repeat;
}
body.contact #left ul li.contact a,
#left ul li.contact a:hover {
	background: url(../images/template/menu/active_contact.gif) no-repeat;
}
body.workshops #left ul li.workshops a,
#left ul li.workshops a:hover {
	background: url(../images/template/menu/active_workshops.gif) no-repeat;
}
#left ul li a.prevclick {
	border-bottom: 1px solid #fff;
}
/*
********************
      SUBMENU
********************
*/
#left ul li ul.sub {
	float: left; 
	margin-top: 5px;
	display: none;
}
#left ul li ul.sub li {
	
}
#left ul li ul.sub li a {
	border-bottom: 1px solid #fff;
}
#left ul li ul.sub li a span {
	display: none;
}
#left ul li.scans ul.sub li.vastgoed a {
	background: url(../images/template/menu/submenu/vastgoed.gif) no-repeat;
}
body.vastgoed #left ul li.scans ul.sub li.vastgoed a,
#left ul li.scans ul.sub li.vastgoed a:hover {
	background: url(../images/template/menu/submenu/active_vastgoed.gif) no-repeat;
}
#left ul li.scans ul.sub li.personeel a {
	background: url(../images/template/menu/submenu/personeel.gif) no-repeat;
}
body.personeel #left ul li.scans ul.sub li.personeel a,
#left ul li.scans ul.sub li.personeel a:hover {
	background: url(../images/template/menu/submenu/active_personeel.gif) no-repeat;
}
#left ul li.scans ul.sub li.automatisering a {
	background: url(../images/template/menu/submenu/automatisering.gif) no-repeat;
}
body.automatisering #left ul li.scans ul.sub li.automatisering a,
#left ul li.scans ul.sub li.automatisering a:hover {
	background: url(../images/template/menu/submenu/active_automatisering.gif) no-repeat;
}
#left ul li.scans ul.sub li.bedrijfsvoering a {
	background: url(../images/template/menu/submenu/bedrijfsvoering.gif) no-repeat;
}
body.bedrijfsvoering #left ul li.scans ul.sub li.bedrijfsvoering a,
#left ul li.scans ul.sub li.bedrijfsvoering a:hover {
	background: url(../images/template/menu/submenu/active_bedrijfsvoering.gif) no-repeat;
}
#left ul li.workshops ul.sub li.communicatie a {
	background: url(../images/template/menu/submenu/communicatie.gif) no-repeat;
}
body.communicatie #left ul li.workshops ul.sub li.communicatie a,
#left ul li.workshops ul.sub li.communicatie a:hover {
	background: url(../images/template/menu/submenu/active_communicatie.gif) no-repeat;
}
#left ul li.workshops ul.sub li.timemanagement a {
	background: url(../images/template/menu/submenu/timemanagement.gif) no-repeat;
}
body.timemanagement #left ul li.workshops ul.sub li.timemanagement a,
#left ul li.workshops ul.sub li.timemanagement a:hover {
	background: url(../images/template/menu/submenu/active_timemanagement.gif) no-repeat;
}
#left ul li.workshops ul.sub li.onderhandelen a {
	background: url(../images/template/menu/submenu/onderhandelen.gif) no-repeat;
}
body.onderhandelen #left ul li.workshops ul.sub li.onderhandelen a,
#left ul li.workshops ul.sub li.onderhandelen a:hover {
	background: url(../images/template/menu/submenu/active_onderhandelen.gif) no-repeat;
}
#left ul li.workshops ul.sub li.mensenkennis a {
	background: url(../images/template/menu/submenu/mensenkennis.gif) no-repeat;
}
body.mensenkennis #left ul li.workshops ul.sub li.mensenkennis a,
#left ul li.workshops ul.sub li.mensenkennis a:hover {
	background: url(../images/template/menu/submenu/active_mensenkennis.gif) no-repeat;
}
#left ul li.workshops ul.sub li.algemenevoorwaarden a {
	background: url(../images/template/menu/submenu/algemenevoorwaarden.gif) no-repeat;
}
body.algemenevoorwaarden #left ul li.workshops ul.sub li.algemenevoorwaarden a,
#left ul li.workshops ul.sub li.algemenevoorwaarden a:hover {
	background: url(../images/template/menu/submenu/active_algemenevoorwaarden.gif) no-repeat;
}
#left ul li.workshops ul.sub li.aanmeldingsformulier a {
	background: url(../images/template/menu/submenu/aanmeldingsformulier.gif) no-repeat;
}
body.aanmeldingsformulier #left ul li.workshops ul.sub li.aanmeldingsformulier a,
#left ul li.workshops ul.sub li.aanmeldingsformulier a:hover {
	background: url(../images/template/menu/submenu/active_aanmeldingsformulier.gif) no-repeat;
}
#left ul li.workshops ul.sub li.verzoekinformatie a {
	background: url(../images/template/menu/submenu/verzoekinformatie.gif) no-repeat;
}
body.verzoekinformatie #left ul li.workshops ul.sub li.verzoekinformatie a,
#left ul li.workshops ul.sub li.verzoekinformatie a:hover {
	background: url(../images/template/menu/submenu/active_verzoekinformatie.gif) no-repeat;
}
body.scans #left ul li.scans ul.sub,
body.workshops #left ul li.workshops ul.sub{
	display: block;
}
#content #right {
	position: relative;
	float: left;
	width: 610px;
}
#content #right ol,
#content #right ul {
	margin: 0px 0px 25px 25px;
}
#content #right ol.extra {
	margin-top: 25px;
}
#content #right ol li {
	line-height: 26px;
	padding-left: 40px;	
	margin-bottom: 15px;
	height: 1%;
}
#content #right ol li.one {
	background: url(../images/template/li_1.gif) no-repeat 0px 3px;
}
#content #right ol li.two {
	background: url(../images/template/li_2.gif) no-repeat 0px 3px;
}
#content #right ol li.three {
	background: url(../images/template/li_3.gif) no-repeat 0px 3px;
}
#content #right ol li.four {
	background: url(../images/template/li_4.gif) no-repeat 0px 3px;
}
#content #right ol li.five {
	background: url(../images/template/li_5.gif) no-repeat 0px 3px;
}
#content #right ul li {
	line-height: 26px;
	padding-left: 25px;	
	margin-bottom: 15px;
	background: url(../images/template/li.gif) no-repeat 0px 7px;
	height: 1%;
}
#content #right ul li a {
	color: #0281b8;
}
#content #right table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 35px;
}
#content #right table td.first {
	width: 30%;
}
#content #right .link {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-top: 10px;
}
#content #right .link span {
	margin: 0px 10px;
}
#content #right #map {
	position: relative;
	float: left;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 0px;
	margin-bottom: 25px;
	width: 610px;
}
#content #right #adres {
	position: relative;
	float: left;
	width: 610px;
	border-bottom: 1px solid #f2f2f2;
	padding: 0px 0px 25px 0px;
	margin-bottom: 30px;
}
#adres #column1 {
	float: left;
}
#adres #column2 {
	float: right;
}
#adres span {
	font-weight: bold;
}
#column2 span {
	float: left;
	display: block;
	width: 80px;
}
#push {
	position: relative;
	width: 920px;
	height: 78px;
	clear: both;
}
#footer {
	position: relative;
	width: 920px;
	height: 78px;
	margin: auto;
	clear: both;
	background: url(../images/template/footer.gif) no-repeat top right;
	text-align: right;
}
#footer div {
	position: relative;
	float: right;
	width: 631px;
	text-align: center;
	margin-top: 35px;
}
#footer div,
#footer div a,
#footer div span {
	color: #bdbdbd;
	font-size: 11px;
}
#footer div span {
	margin: 0px 10px;
}
/* OPMAAK */
h1 {
	display: block;
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	color: #e04838;
	visibility: hidden;
	padding: 0px 0px 35px 0px;
}
h1.less {
	padding: 0px 0px 15px 0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}
h2.sub {
	display: block;
	color: #0281b8;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	color: #e04838;
	visibility: hidden;
	padding-bottom: 15px;
}
p {
	margin: 0px 0px 30px 0px;
	line-height: 26px;
	font-style: normal;
	text-align: justify;
}
a {
	color: #e04838;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#bgsound {
	position: absolute;
	top: 50px;
	left: 325px;
}

/* FORMULIEREN */
form {
	float: left;
}
.space {
	float: left;
	width: 100%;
	display: inline;
	overflow: hidden;
	height: 45px;
}
.entry {
	float: left;
	width: 610px;
	margin-bottom: 10px;
}
.entry label {
	float: left;
	width: 220px;
	height: 27px;
	line-height: 27px;
}
.entry .input {
	float: left;
	width: 275px;
	height: 27px;
	background: url(../images/template/input.gif) no-repeat;
}
.entry .input input {
	float: left;
	width: 265px;
	height: 16px;
	padding: 6px 5px 5px 5px;
	border: 0px;
	background: none;
	color: #0281b8;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
}
.entry .textarea {
	float: left;
	width: 275px;
	height: 167px;
	background: url(../images/template/textarea.gif) no-repeat;
}
.entry .textarea textarea {
	float: left;
	width: 265px;
	height: 155px;
	padding: 6px 5px 5px 5px;
	border: 0px;
	background: none;
	color: #0281b8;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
	overflow: auto;
}
.entry #submitForm {
	float: left;
	background: url(../images/template/verzenden.gif) no-repeat;
	width: 107px;
	height: 28px;
	border: 0px;
	cursor: pointer;
	margin: 10px 0px 0px 220px;
}
.entry span.icon {
	float: left;
	margin: 5px 0px 0px 15px;
}
.entry span.aanhef {
	margin: 0px 15px 0px 5px;
}
.entry label.error {
	float: left;
	width: 275px;
	font-size: 11px;
	color: #ff0000;
	margin-left: 220px;
	overflow: hidden;
}
.aanvraag {
	position: relative;
	float: left;
	width: 610px;
	padding-bottom: 35px;
	overflow: hidden;
}
.checkboxes {
	position: relative;
	float: left;
	margin: 15px 0px 15px 50px;
	display: inline;
}
.aanvraag .regel {
	position: relative;
	float: left;
	width: 610px;
}
.checkboxes .regel {
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.regel input {
	float: left;
}
.regel span {
	float: left;
	display: block;
	width: 570px;
	margin-left: 10px;
	margin-top: -3px;
}
#melding {
	float: left;
	width: 496px;
	padding: 15px;
	background: #ffe6e7;
	border: 1px solid #ff0000;
	margin-bottom: 25px;
}
#melding label {
	float: left;
	width: 100%;
	color: #ff0000;
	line-height: 25px;
}