/** Reset Minimized ***********************************************/

/******************************************************************/

/** @charset"utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block}button{cursor:pointer}hr{margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}label, input[type=button], input[type=submit], button { cursor: pointer; }





/** Sitewide Styles ***********************************************/

/******************************************************************/



body {
	background:#CCCCCC;
	background:url(../beeld/papier.gif);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a { text-decoration: none; color:#cc0000;}

a:hover { text-decoration:underline; }

.container {
	margin: 0 auto;
	position: relative;
	width: 90%;
	background:#fff
	
}
.head {
	width: 100%;
	height: 100px;
	background: #fff;
	/* [disabled]background-image: url(../beeld/kop_img.png); */
}
.logo {
	with: auto;
	height: 100px;
	padding: 1px;
}
.logo img {
	max-height: 120px;
	height: 100%;
	width: auto;
}
.menu {
	max-width: 100%;
	height: auto;
	background: #74b83a;
	/* [disabled]padding: 10px 50px 10px 50px; */
	font-size: 1.2em;
	font-weight:bold;
	
}

.klaar {clear:both;}
.inhoud {
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-style: solid;
	border-color: #999999;
	max-width: 100%;
	min-height: 25%;
	background: #E7E7E7;
	overflow: auto;
}
.rechts {
	float: left;
	margin: 2%;
	min-width: 150px;
	width: 32%;
	min-height: 25px;
	background: #FFFFFF;
	
}
.rechts .tekst{
	padding: 0 5px 0 5px;
}
.links {
	float: left;
	margin: 2%;
	min-width: 250px;
	width: 60%;
	min-height: 35px;
	background: #FFFFFF;
	font-size: 14px;
}
.links .tekst{
	padding: 0 5px 0 5px;
}
.midden {
	float: left;
	margin: 2%;
	min-width: 350px;
	width: 96%;
	min-height: 25px;
	background: #FFFFFF;
	
}
.midden .tekst{
	padding: 0 5px 0 5px;
}
.voet {
	text-align:center;
	font-size:11px;
	background:#74b83a;
	max-width: 100%;
	height: 30px;
	padding: 10px 50px 10px 50px;
}
