@charset "utf-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {border:0px;}
h1{
	font-size: 2em;
	color: #7ac142;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2{
	font-size: 1.2em;
	color: #7ac142;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#image_achter_links {
	position: absolute;
	height: 550px;
	width: 210px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
hr	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7AC142;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
}
form {

}
form label {
	width: 115px;
	float: left;
}
form .tekstvak {
	width: 250px;
	border: 1px solid #7AC142;
}
form .knop {
	border: 1px solid #7AC142;
	background-color:#7AC142;
	font-weight: bold;
	color: #FFFFFF;
}
#submenu .zoekvenster {
	background-image: url(../images/style/zoeken.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #7AC142;
	width: 100px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 24px;
}
#submenu .zoekknop {
	background-color:#7AC142;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #7AC142;
	margin: 0px;
	float: right;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
/* opzet */
.website #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* header */
.website #header {
	background: #FFF;
	height: 110px;
	position: relative;
} 
.website #header .beheer {
	font-size: 3em;
	color: #CCCCCC;
	padding-left: 120px;
	line-height: 50px;
	position: absolute;
	left: 400px;
	top: 50px;
} 

#header_image{
	background-image: url(../images/header_image01.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 226px;
	width: 774px;
	left: 178px;
	top: 35px;
	z-index: 1;
}
.cropper {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/trans_wit_80.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/* Main Content */
.website #container #mainContent {
	background-repeat: no-repeat;
	background-position: left top;
	height: 549px;
	width: 100%;
	position: relative;
}
.website #container #mainContent #zakelijk_partikulier {
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 100;
	text-align: right;
	width: 178px;
	font-size: 14px;
}
.website #container #mainContent #zakelijk_partikulier a {
	color: #005696;
	text-decoration: none;
}
.website #container #mainContent #zakelijk_partikulier a:hover {
	color: #7AC142;	
}

/* MENU -- top */
#menu{
	height: 35px;
	font-size: 1.3em;
	position: absolute;
	left: 220px;
	top: 0px;
	right: 0px;
}
#menu a{
	color: #7ac142;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#menu a:hover{
	color: #005696;
}
/* sub menu --  links */
.website #submenu {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 50px;
	text-align: right;
	z-index: 10;
	position: absolute;
	left: -1px;
}

.website #container #mainContent #submenu span {
	margin-right: 5px;
	line-height: 30px;
}
.website #container #mainContent #submenu span a{
	font-size: 1.2em;
	color: #7ac142;
	font-weight: normal;
	text-decoration: none;
}
.website #container #mainContent #submenu span a:hover{
	color: #005696;
}
#menu_container{
	padding-right: 10px;
	padding-top: 35px;	
}
#submenu ul {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenu ul li{
	list-style: none;
	color: #005696;
	margin-right:0px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#submenu ul li a{
	font-size: 1.2em;
	color: #005696;
	font-weight: normal;
	text-decoration: none;
}
#submenu ul li a:hover{
	color: #7ac142;
}
#submenu ul li .selected a{
	color: #7ac142;
}
#submenu ul li li a{
	font-size: 1em;
	color: #005696;
	font-weight: normal;
	text-decoration: none;
	padding-right: 0px;
	font-style: italic;
	margin-right: 0px;
	line-height: 12px;
}
#submenu ul li li a:hover{
	color: #7ac142;
}

/* content -- tekst */
.website #content {
	width: 572px;
	height:268px;
	position: absolute;
	left: 290px;
	top: 270px;
	overflow: auto;
	padding-right:100px;
	font-size: 1em;
}
.website #content a {
	color: #000000;
	text-decoration: underline;
}
.website #content a:hover {
	color: #7AC142;
	text-decoration: none;
}
/* content_vervolg -- vervolg van pagina */
#content_vervolg {
	height:380px;
	width: 392px;
	position: absolute;
	left: 510px;
	top: 170px;
	overflow: auto;
	padding-right:50px;
}
.website #content_vervolg a {
	color: #000000;
	text-decoration: underline;
}
.website #content_vervolg a:hover {
	color: #7AC142;
	text-decoration: none;
}
#content_totaal {
	width: 710px;
	position: absolute;
	left: 220px;
	top: 170px;
}
#content_totaal .itemcontainer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
}
#content_totaal .itemcontainer a {
	text-decoration: none;
}
#content_totaal .itemcontainer a:hover {
	
}
#content_totaal .itemcontainer .item {
	float: left;
	height: 145px;
	width: 120px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	padding: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
#content_totaal .itemcontainer .item:hover {
	color: #7AC142;
	text-decoration: underline;
}
#content_totaal .itemcontainer .item #foto {
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 120px;
	overflow: hidden;
}
#content_totaal .itemcontainer .item H3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#mainContent .vervolg_image{
	position: absolute;
	left: 220px;
	top: 170px;
}
#header_klein_image {
	background-image: url(../images/header_klein_image01.jpg);
	height: 113px;
	background-repeat: no-repeat;
	position: absolute;
	width: 774px;
	left: 178px;
	top: 35px;
}
.vervolg_image .vervolg_items {
	width: 280px;
	height:370px;
	overflow: auto;
}
#zoeklijst {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#zoeklijst a {
	color: #005696;
	text-decoration: none;	
}
#zoeklijst a:hover {
	color: #7AC142;	
}
#paginaNavigatie {
	display:block; 
	text-align:center; 
	padding-top:5px;
	color: #7AC142;	
}
#paginaNavigatie a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#paginaNavigatie a:hover {
	color: #7AC142;			
}
#actieknop{
	position: absolute;
	z-index: 50;
	left: 10px;
	bottom: 50px;	
}
#taalkeuze {
	position: absolute;
	top: 113px;
	right: 10px;
	z-index: 150;
}
