/*
CSS Credit: http://www.plus-een.nl
*/

html {
	background: #5c8330 url(/img/bg_lucht.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed
	overflow-y: scroll; /* altijd scrollbar in beeld */
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, verdana;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: #5c8330 url(/img/bg_lucht.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed

}

a:link, a:visited {	color: #96004c; text-decoration: underline; }
a:active, a:hover { color: #96004c; text-decoration: none; }

p {
	font-size: 12px;
	color: #000;
	margin: 20px 0 10px 0;	
	line-height: 22px;
}

ul {
	
}

div.date {
	font-size: 11px;
	color: #999999;
	text-align: justify;
	margin: 0 0 3px 0;
	float: left;
}

h1 {
	font-size: 23px;
	color: #a57f16;
	margin: 0 0 10px 0;
}

label {
	cursor: pointer;
}

.tekstm_titel {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

.tekstm_subtitel {
	font-size: 14px;
	color: #000;
	font-style: italic;
	margin: 0 0 10px 10;
}

.tekstm_paragraaftitel {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

h2 /* MOET NOG WEG!! */ {
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	color: #002959;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

#plus_container {
	width: 1000px;
	padding: 10px 0px 0px 0px;
	margin: auto;

}

#plus_header {
	width: 1000px;
	background: url(/img/plus_header.gif) #96004b;
	height: 137px;
}

#plus_header_balk {
	width: 1000px;
	height: 41px;
}

/* end of menu*/

.plus_section_1 {
	width: 1000px;
	background: #f4f4f4;
	/*background: url(/img/plus_section_1.gif);*/
}

.plus_section_1_contentarea {
	width: 968px;
	background: #f4f4f4;
	margin: 0;
	padding: 1px;
}

.plus_section_1_contentarea .plus_text {
	float: left;
	width: 450px;
	margin: 15px 0 0 15px;
	
}
.plus_section_1_contentarea .plus_img {
	float: right;
	margin: 5px 8px 0 0;
}

.plus_text img {
	float: left;
	margin: 0 10px 5px 0;
}

.plus_text p {
	font-size: 11px;
	color: #484848;
	margin: 0px 0px 5px 0px;
	line-height: 1.4em;
}

.plus_section_1_bottom {
	width: 1000px;
	height: /*21px*/12px;
	background: url(/img/plus_section_1_bottom.jpg);
}

#plus_content_area {
	width: 1000px;
	margin: 0;
}

#plus_left {
	float: left;
	width: 180px;
	height: 460px;
	padding: 0;
	margin: 0;
	background: #fff;
	filter:alpha(opacity=70);
	opacity:.7;
}

#plus_left span.big {
	font-size: 23px;
	color: #a57f16;
	font-weight: bold;
}

#plus_left img {
	border: none;
}

#plus_mid{
	float: left;
	width: 550px;
	min-height: 450px;
	padding: 0px 50px 10px 50px;
	margin: 0;
	background: #fff;
}

#plus_right {
	float: right;
	width: 149px;
	/*margin: 0 0 0 0;
	padding: 0 15px;*/
	/*border: 3px solid #fff;*/
	padding: 10px 11px 0px 10px; 
	margin: 0;
}

.plus_h_line {
	width: 100%;
	clear: both;
	border-top: #c1c1c1 1px solid;
	border-bottom: #f6f6f6 1px solid;
	margin: 0 0 10px 0;
}

#plus_footer {
	clear: both;
	width: 1000px;
	height: 32px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	color: #fff;
}

#plus_footer a {
	color: #fff;
	text-decoration: underline;
}

#plus_footer a:hover {
	color: #fff;
	text-decoration: none;
	background: #96004c;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
