
/* ---------------  ALGEMEEN        ------------------ */

body	{
	width:	auto;
	height: auto;
/* volgorde: top; right; bottom; left.*/
	margin: 11px 6px 17px 7px; 
	padding: 0px;
	background-color: #ffffff; 
	font-family:  Verdana, Arial, Helvetica,  sans-serif;
	font-size: 1.2em;
	color: #666666;
}

body,
table td
{
font-size: 62.5%;
}  			/*	Om er voor te zorgen dat 1em 10pixels is		s*/


/* --------- nieuwskolom op home ------- */

.dashboard_left{
float:left;
padding:0;
margin-right:5%;
width:55%;
}

.dashboard_left:after{
float:left;	
}

.nieuwskolom {	
	background:url('../media/left_verticalical_bg.gif') left top repeat-y;
	float:right;
	display:inline;
	padding:0;
	margin-right:2.5%;
	width:35%;	
	
}

.nieuwskolom h2{
margin-top:1.0em;	
}

div.content_inside .nieuwskolom p{
margin:1em 0 0 0;	
padding:0 0 0 1em ;
}

.nieuwskolom img,
img.nieuwsimage{
	margin:1em 0;
	padding:0;	
}

.nieuwskolom h1,
.nieuwskolom h2,
.nieuwskolom h3,
.nieuwskolom h4,
.nieuwskolom div,
.nieuwskolom p{
margin-left:1em;	
padding-left:0;	
}

.nieuwsdatumbron{
margin:1em 0;
}

/* ---------------------------------------------- */
/* ---------------TEKST EDITING------------------ */
/* ---------------------------------------------- */

.content tbody td{
font-size:12px; 
padding:0.2em 1em 0 0.2em;
}

h1, h2, h3{
	font-family: Verdana, Helvetica, Arial,  sans-serif;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	font-size:1.2em;
}

.content li{
font-weight: normal;	
}

code{
color: #09A8DC; 	/*09A8DC*/
font-weight: normal;
font-style: italic;	
font-size:1em;		/*DIT IS EEN OVRERSCHRIJVING VAN AL EERDER */
}

h1 {
	font-size: 1.6em;
	margin: 0px;
	padding: 0.4em 0;
	color: #09A8DC;
}

h2, h3, h4, .content ul	{
	font-size: 1.2em;
}

.content ul li{
padding:0.3em 0;	
}

p {	
	margin:0 0 1em 0;
	padding:1em 0 1em 0;
}



/* hr {color: #66666; height: 2px;} */

a {	
	text-decoration: none;
	color:  #09A8DC;
}
	
p a:hover{
text-decoration:underline;	
}

a:hover {	
	text-decoration: none;	
}

a:active {text-decoration: none;}

a:hover,
div.printknop a:hover{
color: #09A8DC;
}

.content table td{
vertical-align:top;
}

/* ----------- KOP  ------------ */

/* table {background-color: yellow;} */

.header_boven{
width:100%;
}

#midden_wrapper{
border-left:1px solid #CBCBCB;
border-right:1px solid #CBCBCB;
padding:0px;
}


table.midden {	
	width: 100%;
	height:100%;
	overflow: hidden;
	background-color: white;
/*	border-top: 1px solid #CBCBCB; */
	border-left: 0px solid #CBCBCB; 
	border-right: 0px solid #CBCBCB; 
	margin-top:0px;
	margin-bottom:0px;
	vertical-align: top; 
}

/* ---- HEADER INSIDE EDIT V3 ---- */

tr.kop {height: 33px;}
div.top {float: left;}

/* ---- zoekbalk ---- */

.zoekbalk { 
	text-align: center; 
	float: right;
	background: url("../media/zoekbalk-bg.gif") left top repeat-x;	
	_position:relative;
	_right:3px;
}

.zoekbalk img{
	display:block;
	float:left;
	margin:0;
	padding:0;
} 

.search_left{
	position:relative;
	_right:6px;
}

.search_right{
	position:relative;
	_left:6px;
}

.zoekbalk form {
	float:left;
	margin:0;
}

.zoekbalk form input{
width:160px;
height:17px;
margin-top:6px;
_margin-top:5px;
color:#09A8DC;
font-size:1em;
text-indent:0.2em;
padding:0;
text-transform:none;
}

.zoekbalk a{
	float:left;
	color: #666;
	font-weight: bold;
	font-size: 1.0em;
	line-height:27px;
	height:27px;
	padding:0 0.5em
}

.zoekbalk a img{
margin-top:2px;

}

/* ----------- Hoofdmenu ----------------- */

table.boven {
clear:both;
margin-bottom:-3px;
width: 100%; 
font-size: 1.2em;
background: url("../media/mod_functiebalk_bg.gif") left 0px repeat-x;
}

tr.hoofdmenu {	
	height: 26px;
}

.hoofdmenu a {
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	line-height:23px;
	height:23px;
	vertical-align:top;
	margin:10px 0.5em 0 0.1em;
	_margin-top:0;
}

.hoofdmenu a:hover,  .hoofdmenu a.blauw, span.blauw {color: #09A8DC;}


/* --------------- MIDDEN ---------------- */



/* -----------Linkermenu ---------*/

.linkerkolom {
	vertical-align: top; 
	width: 183px;
	background-color: #ECECEC;
	border: 1px solid #BCBCBC;
}

#midden_wrapper .linkerkolom #linkerkolom_spacer{
width:183px;
border:0px solid green;	
}

.linkerkolom ul, 
.linkerkolom li,
.linkerkolom li a{
		margin:0;
		padding:0;
}

.linkerkolom li {
		list-style-type:none;
		margin:0;
		padding:0 3px;
		color:#666;
		text-indent:5px;
		text-transform: capitalize;
}

td.linkerkolom span{
		display:block;
		padding-left:8px;
		font-size:1.1em;
		font-weight:bold;
		text-transform:uppercase;
		color:#09A8DC;
		font-weight:bold;
		line-height:1.8em;
		background: url('../media/linkerbalk_nav_top_bg.gif') left 0 repeat-x;
		border-bottom:1px solid #bcbcbc;
}

.linkerkolom li{
		font-weight:normal;
}

.linkerkolom li a{
		display:block;					
		font-family:Verdana, Arial;
		font-size:1em;
		font-weight:bold;
		line-height:1.8em;
		height:1.8em;
		color:#666;
		margin:0;
		padding:0;
		border-top:1px solid #fff;
		border-bottom:1px solid #bcbcbc;		
}

.linkerkolom li a:hover{		
		color:#666;
		background: #9DDCF1;
}

.linkerkolom li li{
		padding:0 0px;
		list-style-type:none;
		margin:0px;
		border:none;
		padding-right:0;
		text-indent:20px;		
}

li .strong a{
		font-weight:bold;
		color:#09A8DC;
		
}

li li .strong{		
		font-weight:bold;
}

.linkerkolom li li a{
font-weight:normal;
background: url('../media/disc.gif') 8px center no-repeat;
border:none;
}

.linkerkolom li li .strong a{
font-weight:bold;
}

.linkerkolom li li{
font-weight:normal;
}

.linkerkolom li li a:hover{
background: #9DDCF1 url('../media/disc.gif') 8px center no-repeat;	
}



/* --------- Rechtermenu ------------*/
.rechterkolom {
	height: 100%;
	vertical-align: top; 
	padding: 23px 15px 34px 23px;
	border: 1px solid #BCBCBC;
}


div.titel {
		float: left;
		color: #666666;
		font-weight: bold;
		font-size: 1.4em;
		line-height:1.4em;
		margin-bottom:0px;
		padding:0;
		text-transform:none;
}





/* ------------ printkop ----------------- */
div.printknop {
	float: right;
	text-align: center; 
	background: url("../media/printknop-bg.gif") left top repeat-x;
	padding-bottom:1px;
	margin-bottom:3px;	/*	Totaal 4 px afstand, zoals het hoort	*/
}

div.printknop a{	
	color: #666;
	font-weight: bold;
	font-size: 1.0em;
	line-height:18px;
	height:18px;
	vertical-align:top;
	margin:0;
	_margin:0 1em;
}

div.content {
	position:relative;
	min-height:100%;
	_height:100%;
	clear: both;
	border-top: 1px solid #BCBCBC;
	margin:0;	
	padding: 15px 0 0 0;	
	margin-bottom:0em;	
	
}

div.content p,
div.content_inside p
{
font-size:1.2em;
font-family:Verdana, Arial;
line-height:1.2em;
padding:0;
}

div.ondertekst {
	margin-top:3em;
	padding-top:.5em;
	background: url('../media/horizonta_line.gif') left top repeat-x;
	/*border-top: 0px solid #BCBCBC;*/
	
	font-weight: bold;
	clear:both;
}

.ondertekst a:hover{
text-decoration:underline;
}


/*
.content {color: red;}

.content img {
	border: 1px solid #09A8DC;
	margin-right: 17px;
	margin-bottom: 15px;
	float: left;
}

.content h2, .content h3, .content h4, .content p {clear: both;}
*/

/* ---------- zoekresultaat --------*/
.displaygrid_table_cell_data {
	font-weight: bold;
	color:  #09A8DC;
	cursor: pointer;
}


/* ---------------FOOTER------------------ */

.footer	{
	margin-top:0px;
	width: 100%;
	height: 22px;
	background: url("../media/foot_bg_footer.gif") left -1px repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.kruimelpad,
.kruimelpad a {
	color: #666;
	font-weight: bold;
	font-size:10px;
	line-height:1em;
	margin:0;
	text-transform:capitalize;
}

.kruimelpad a{
padding: 0 0.5em;
}

.kruimelpad a:hover {color:  #09A8DC;}

.talen{
	text-transform:uppercase;
	line-height:1em;
	margin:0;
	padding:0;	
}

.talen #talen_wrapper div{
	height:22px;
	float:left;
	background: url('../media/foot_cmstaalknop_basic_bg.gif') left top repeat-x;
	margin:0 5px;
}

#talen_wrapper{
	float:right;
	height:22px;
	
}

.talen #talen_wrapper div a{
	float:left;
	margin:0;
	line-height:2.2em;
	padding-right:4px;
	background: url('../media/foot_cmstaalknop_basic_end.gif') right top no-repeat;	
}

.talen #talen_wrapper div a:hover{
	text-decoration:underline;	
	}
	
.talen #talen_wrapper div span{
	float:left;
	width:4px;
	height:22px;
	background: url('../media/foot_cmstaalknop_basic_begin.gif') left top no-repeat;	
}
	
.talen #talen_wrapper div.active 			{background: 	url('../media/foot_cmstaalknop_active_bg.gif') 		left top repeat-x;
											 cursor:auto;}
.talen #talen_wrapper div.active a			{background: 	url('../media/foot_cmstaalknop_active_end.gif') 	right top no-repeat;}
.talen #talen_wrapper div.active a:hover	{text-decoration:none;}
.talen #talen_wrapper div.active span		{background: 	url('../media/foot_cmstaalknop_active_begin.gif') 	left top no-repeat;}	




/* ----------- ZOEKRESULTATEN -------- */


.list_zoekresultaten{
list-style-type:none;
margin:0 0 0 0;	
padding:0 0 0 0;

}

.list_zoekresultaten li{
background: url('../media/disc.gif') 8px 1.2em no-repeat;
background-color:#f4f4f4;
line-height:1.8em;
text-transform:none;
padding:5px 0;
}

.displaygrid_table_cell_data{
display:inline;	
}

ul.list_zoekresultaten li div.displaygrid_table_cell_data:hover{
color:#666;
text-decoration:underline;
cursor:pointer;
}

.list_zoekresultaten .even{
background-color: white;
}

.list_zoekresultaten h3{
margin:0.2em 0;	
}

.list_zoekresultaten h3, 
.list_zoekresultaten span{
display:block;
margin:0 0 0.2em 20px;	
}

#zoekresultaten{
margin:20px;	
}

.list_zoekresultaten h3 a:hover{
text-decoration:underline;	
} 

/* ----------- ZOEKRESULTATEN -------- */


.faq{
list-style-type:none;
margin:0 0 0 0;	
padding:0 0 0 0;

}

.faq li{
	
background-color:#f4f4f4;
line-height:1.8em;
text-transform:none;
padding:5px 0;
}

.faq .even{
background-color: white;
}

.faq h3{
margin:0.2em 0;	
}

.faq h3, 
.faq span{
display:block;
margin:0 0 0.2em 20px;	
}

.faq span{
padding:0 2em;	
}

.faq h3 a:hover{
text-decoration:underline;	
} 

#antwoorden h3 a,
#antwoorden h3 a:hover{
text-decoration:none;		
cursor:auto;
}


/* --------- IETS ANDERS ALGEMEENS -------- */

.header{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	margin-bottom: -4px;
	padding: 0px;
}

h1.zwart {
	color: #666666;
	margin: 0px;
	padding: 0px;
}


form {
	font-size: 1.2em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.groepelementlabel {
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 4px;
}


input {
	height: 18px;
	width: 140px;
	border: 1px solid #09A8DC;
	margin:4px 0 0;
}

input.email {
	margin-left: 10px;
}

input.knop{
	background-color: #ECECEC;
	color: #666666;
	font-weight: bold;
	margin-bottom:22px;
	border: 1px solid #BCBCBC;
}


input.foto {
	width: 290px;
}

select {
	width: 290px;
}

textarea {
	width: 290px;
	border: 1px solid #09A8DC;
}

input.captcha-plaatje {
	height: 20px;
 	width: 138px;
}

div.element {
	margin-top: 4px;
}

div.element table {
	border-collapse: collapse;
}

div.element td {
	padding-right: 10px;
}

div.outer {
  margin-top: 18px;
}

