/* STIJL, TEKST, LINKS */
body {
	font-family: arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #1e4a87;
	background: url(images/bg.png) repeat top left;
}

body.mceContentBody {
   background: #FFF;
}

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

.normaal {
	font-family: arial;
	font-size: 12px;
}

.kop {
	font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

.inleiding {
	font-size: 12px;
	color: #d40000;
	font-weight: bold;
}

.breadcrumb {
	font-size: 11px;
	color: #FFFFFF;
}

.footer {
	color: #FFFFFF;
}

a:link, a:visited, a:active {
  	color: #FFFFFF;
  	text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;

}

a:hover {
  	color: #d40000;
  	text-decoration: none;
  	border-bottom: 1px dotted #d40000;
}

.foto {
	border: 3px solid #1e4a87;
	float: right;
}

.img {
	border: none;
}

.img a {
	border-bottom: none;
}

/* MENU */
.hoofdmenu, .hoofdmenu ul, .hoofdmenu li {
 	font-size: 14px;
	color: #d40000;
	margin: 0px;
    padding: 2px 0px 2px 8px;
    list-style: none;
}

.hoofdmenu li {
	background: url(images/knop.png) no-repeat top left;
}

.hoofdmenu li ul li a {
	text-decoration: none;
}

.hoofdmenu a {
	text-decoration: none;
 	font-size: 14px;
	color: #d40000;
	border-bottom: none;
}

.hoofdmenu a:hover {
	text-decoration: none;
 	font-size: 14px;
	color: #1e4a87;
	border-bottom: none;
}

.submenu, .submenu ul, .submenu li {
 	font-size: 12px;
	color: #1e4a87;
	margin: 0px;
    padding: 2px 0px 2px 10px;
    list-style: none;
}

.submenu li {
	background: url(images/submenu.png) repeat-y top left;
}

.submenu a {
	text-decoration: none;
	font-size: 12px;
	color: #1e4a87;
	border-bottom: none;
}

.submenu a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #d40000;
	border-bottom: none;
}

.subpositioner {
    line-height: 2px;
    margin: 3px;
}

/* INDELING DIVJES */
#container {
    padding: 0px;
    width: 950px;
	position: relative;
    margin-left: -475px;
    left: 50%;
    top: 0px;
    min-height: 698px;
}

#header {
	width: 950px;
	height: 180px;
	cursor: pointer;
}

#links {
	width: 200px;
	float: left;
}

#midden {
	width: 550px;
	background: url(images/midden.png) no-repeat top left;
	float: left;
	min-height: 425px;
}

#rechts {
	width: 200px;
	float: left;
}

/* FOOTER */
#footer {
    position: relative;
	width: 100%;
	background: url(images/footerbg.png) repeat top left;
	clear: both;
}

#footerimg {
	width: 950px;
	height: 195px;
	position: relative;
    margin-left: -475px;
	left: 50%;
	background: url(images/footer.png) no-repeat top left;
}

/* INHOUD DIVJES */
#menu {
	padding: 53px 0px 0px 0px;
}

#inhoud {
	padding: 0px 10px 0px 10px;
}


#foto {
	padding: 53px 0px 0px 10px;
}

#scheiding {
	height: 25px;
	width: 200px;
	background: url(images/scheiding.png) no-repeat top left;
	margin-top: 20px;
	margin-bottom: 20px
}

#contact {
	padding-left: 7px;
	border-bottom: none;
}

#contact a {
    border-bottom: none;
}

#footermenu {
	padding-top: 80px;
	float: left;
}

#realisatie {
	padding-top: 80px;
	float: right;
}

/* FORMULIEREN */
input {
    border: 1px dotted;
    border-left: 5px solid;
    border-color: #1e4a87;
 	font-size: 12px;
	color: #1e4a87;
}

input:hover {
    border: 1px dotted;
    border-left: 5px solid;
    border-color: #d40000;
 	font-size: 12px;
	color: #1e4a87;
}

input[type=text], textarea {
    border: 0px solid;
 	font-size: 12px;
	color: #1e4a87;
}

/* ACCORDION */
.accordion_toggle {
	display: block;
	cursor: pointer;
	z-index: 1;
}
		
.accordion_toggle_active {

}
		
.accordion_content {
    z-index: -1;
	overflow: hidden;
}