#textInBox a{
	font-style:italic;
	color:#FFF;
	padding: 20px 10px 0 10px;
}

#textInBox{
	font-style:italic;
	color:#FFF;
	padding: 0px 10px 0 10px;
}

#textInBoxRight{
	color:#fff;
	padding: 5px 10px 0 10px;
}

#textInBoxRight a
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    line-height:2em;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	padding: 0px 10px 0 10px;
}


#logoInBox{
	padding: 20px 10px 0 10px;
}

#contentBox {
	height:460px;
}
#mailBar .invoer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:300px;
}
#mailBar .invoer form input {
	width:180px;
	color:#083873;
	background-color:#fff;
	border:solid 1px #89a532;
	margin:0px 5px 5px 5px;
}
#mailBar .invoer form label {
	width:80px;
	color:#083873;
	margin:0px 5px 5px 5px;
	float:left;
}
#mailBar .invoer form .verstuur {
	width:100px;
	margin:0px 13px;
	float:right;
	text-decoration:none;
	color:#083873;
}

/* HEADER */
#headerBox {
	text-align:center;
	width: 100%;
	height: 90px;
	background: url(../images/divider_horizontal_bottom.gif) repeat-x bottom left;
}	
#headerBox .text {
	font-size:5.0em;
	line-height: 80px;
	color:#fff;
	font-weight:bold;
}	
#headerBox .text .other {
	color:#92AF36;
} 

/* CONTENT */
p.ondertitel {
color:#89a532;
font-size:2.0em;
line-height:1em;
text-align:justify;
}
p.ondertitel .other {
color:#083873;	
}
p.tussenkop  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

/* BANNERLEFT */
#bannerLeftBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
#bannerLeftBoxDivider {
	overflow: hidden;
	z-index:1000;
	position: absolute;
	top: 0;
	left: 198px;
	width: 2px;
	height: 999em;
	margin: 0 0 16px 0;
	background: url(../images/divider_vertical_right.gif) repeat-y;
}
#bannerLeftBox .divider {
	z-index: 1000;
	width: 200px;
	height: 2px;
}
#bannerLeftBox .top {
	position:absolute;
	top: 0;
	background: url(../images/divider_horizontal_top.gif) repeat-x top left; 
}
#bannerLeftBox .bottom {
	position:absolute;
	bottom: 0;
	background: url(../images/divider_horizontal_bottom.gif) repeat-x bottom left;
}
.bannerLeft {
	position: relative;
	overflow: hidden;
	height:112px;
	width:200px;
	border-bottom: 1px solid #fff;
}
	
/* BANNERRIGHT */
#bannerRightBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}
#bannerRightBoxDivider {
	overflow: hidden;
	z-index:1000;
	position: absolute;
	top: 0;
	right: 198px;
	width: 2px;
	height: 999em;
	margin: 0 0 16px 0;
	background: url(../images/divider_vertical_left.gif) repeat-y;
}
#bannerRightBox .divider {
	z-index: 1000;
	width: 200px;
	height: 2px;
}
#bannerRightBox .top {
	position: absolute;
	top: 0;
	background: url(../images/divider_horizontal_top.gif) repeat-x top left; 
}
#bannerRightBox .bottom {
	position: absolute;
	bottom: 0;
	background: url(../images/divider_horizontal_bottom.gif) repeat-x bottom left;
}
.bannerRight {
	position: relative;
	overflow: hidden;
	height:112px;
	width:200px;
	border-bottom: 1px solid #fff;
}

