/* 
STANDAARD CSS BESTAND 
DATUM: 05-01-2006
*/
html, body, object, embed, img, div, h1, h2, h3 {
	margin:0px;
	padding:0px;
}
html, body {
	overflow:hidden;
}
html {
	overflow:auto;
	overflow-x:hidden;
}
/* BODY */
body{		
	text-align:		center; 
	font-family:	Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:			#000000;
	height:			100%;
 	behavior:		url("/library/csshover.htc");
	font-size:		10px;
	line-height:	12px;
}

/* FORM ELEMENTEN */
label, input {
	font-family:	Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:		10px;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

/* LAYERS */
div#container {
	position:absolute;	
	width:995px; 
	height:652px; 
	left:50%;
	margin-left:-497.5px;
	_margin-left:-506.5px;
	top:50%;
	margin-top:-326px;
	overflow: hidden;
}

div#container .header 	{	width:995px; height:330px; text-align:left;}
div#container .main 	{	width:965px; min-height:260px; _height:260px; text-align:left; background-color:#BFE642; padding:12px 15px;}
div#container .footer 	{	width:995px; text-align:left; }

/* KOPJES */
h1 { 			font-size:18px; font-weight:bold; color:#5E5C60; line-height:normal; }
h2 { 			font-size:14px; font-weight:bold; }
h3 {			font-size:12px; font-weight:bold; }

/* AFBEELDINGEN */
.hoofdfoto { 	border:1px solid #000000; }
.thumbfoto { 	border:1px solid #000000; }  

/* LINKS */
a img {
	border:0;
}
a:link 		{	color:#5E5C60; text-decoration: none; }
a:visited 	{ 	color:#5E5C60; text-decoration: none; }
a:active 	{ 	color:#000000; text-decoration: none; }
a:hover 	{ 	color:#000000; text-decoration: none; }

/* Realisatie */
div#realisatie {clear: left; margin: 0px auto; width: 35px; margin-top:5px; }
div#realisatie a {display: block; text-indent: -500px; overflow: hidden; width: 100%; height: 30px; background: url('http://www.e-sites.nl/banners/small/2.jpg') center center no-repeat}
div#realisatie a:hover {background: url('http://www.e-sites.nl/banners/small/2.jpg?hover=ja&style=allpink ') center center no-repeat;}

/* UL */
.blok ul { 
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	font-weight:bold;
}
.blok ul li {
	margin-left:0px;
	padding-left:0px;
	margin-bottom:10px;
}

/* BLOK */
.blok {
	margin-right:15px;
	width:230px;
	height:260px;
	float:left;
}
.blok h1 {
	background-color:#FFFFFF;
	padding:0px 6px 0px 9px;
	height:25px;
	margin-bottom:5px;
}
.content {
	background-color:#FFFFFF;
	height:230px;
	padding:6px 6px 0px 9px;
	overflow: auto;         /* drie declaraties nodig voor safari overflow-y  */
	overflow-x: hidden;
	overflow-y: auto;
}
.content table {
	width:400px;
}
.content .leesmeer {
	margin-top:2px;
	_margin-top:0px;
	margin-left:-9px;
	margin-bottom:-2px;
	*margin-bottom:-6px;
	_margin-bottom:-4px;
}

.nieuws .leesmeer {
	margin-top:2px;
	_margin-top:0px;
	margin-left:-9px;
	margin-bottom:-6px;
	*margin-bottom:-10px;
	_margin-bottom:-8px;
}
.nieuws .bold {
	padding-top:6px;
	font-weight:bold;
	float:left;
}

.nieuws .bladeren {
	background-color:#BFE642;
	padding:2px 6px 2px 6px;
	float:right;
}

/* BLOK LINKS BREED */
.blokInhoudsopgave {
	margin-right:15px;
	width:475px;
	height:260px;
	float:left;
}
.blokInhoudsopgave h1 {
	background-color:#FFFFFF;
	padding:0px 6px 0px 9px;
	height:25px;
	margin-bottom:5px;
}

/* BLOK RECHTS BREED */
/* nieuws inhoud */
.blokDetail {
	width:475px;
	height:260px;
	float:left;
}
.blokDetail h1 {
	background-color:#FFFFFF;
	padding:0px 6px 0px 9px;
	height:25px;
	margin-bottom:5px;
}

/* BLOK LINKS 3/4 BREED */
/* vb. bedrijven */
.blokBreed3 {
	margin-right:15px;
	width:720px;
	height:260px;
	float:left;
}
.blokBreed3 h1 {
	background-color:#FFFFFF;
	padding:0px 6px 0px 9px;
	height:25px;
	margin-bottom:5px;
}

.blokVolledig {
	width: 965px;
	height: 260px;
	float: left;
}

.blokVolledig h1 {
	background-color:#FFFFFF;
	padding:0px 6px 0px 9px;
	height:25px;
	margin-bottom:5px;
}


.margin0 {
	margin-right:0px;
}

.overflow {
	overflow-y: auto;
}

.grijs {
	color:#5E5C60;
}

.greenbutton 	{ 
	 background-color:#bfe642; 
	 padding: 0px 10px 2px 10px;
	 /* padding-left: 10px; padding-right: 10px;  */
	 *line-height: 15px;
}