
/* ---------------  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: black;
}

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;
}

/* ---------------tekstediting------------------ */


.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: black;
	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	{
	font-size: 1.2em;
}

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



/* hr {color: black66; 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:0px solid #CBCBCB;
border-right:0px solid #CBCBCB;
padding:0px;
}


table.midden {	
	width: 100%;
	height:100%;
	
	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 { 
	display:none;
	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:2px;
padding:0;
text-transform:none;
}

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


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

table.boven {
display:none;
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: black;
	font-weight: bold;
	font-size: 1.3em;
	line-height:23px;
	height:23px;
	vertical-align:top;
	margin:10px 0.5em 0 0.5em;
	_margin-top:0;
}

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


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



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

.linkerkolom {
	display:none;
	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:black;
		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:black;
		margin:0;
		padding:0;
		border-top:1px solid #fff;
		border-bottom:1px solid #bcbcbc;		
}

.linkerkolom li a:hover{		
		color:black;
		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: 0;
	border: 0px solid #BCBCBC;
}


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


/* ------------ printkop ----------------- */
div.printknop {
	visibility:hidden;
	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: black;
	font-weight: bold;
	font-size: 1.0em;
	line-height:18px;
	height:18px;
	vertical-align:top;
	margin:0;
	_margin:0 1em;
}

div.content {
	position:relative;
	clear: both;
	border-top: 1px solid #BCBCBC;
	margin:0;	
	padding: 15px 0 0 0;	
}

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

div.ondertekst {
	display:none;
	border-top: 1px solid #BCBCBC;
	padding-top: 3px;
	margin-top: 40px;
	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	{
	display:none;
	margin-top:0px;
	width: 100%;
	height: 20px;
	background: url("../media/mod_functiebalk_bg.gif") left 0px repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.kruimelpad,
.kruimelpad a {
	color: black;
	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{
	font-size:10px;
	text-transform:uppercase;
	line-height:1em;
	margin:0;
	padding-right:5px;
}

.talen a{
margin:0 0.3em;
}

/* ----------- tot hier geedit-------- */


/* ----------- 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: capitalize;

padding:5px 0;
}

.displaygrid_table_cell_data{
display:inline;	
}

ul.list_zoekresultaten li div.displaygrid_table_cell_data:hover{
color:black;
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;	
}

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

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

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


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

.groepelementlabel {
	font-size: 1.2em;
	color: black;
	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: black;
	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;
}

/*-----------bijdrage knop in het middelste veld----------*/
/*
.formulier-knop {
	width: 183px;
	#width: 210px;
	height: 16px; 
	#height: 23px; 
	
	margin-left: 0px;
	margin-top: 8px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 27px;
	
	color: white;
	font-weight: bold;
	
	background-color: #D7267D;
	cursor: hand;
	
}
.formulier-knop-catogorie {
	width: 183px;
	#width: 210px;
	height: 16px; 
	#height: 23px; 
	
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 27px;
	
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	
	background-color: #D7267D;
	cursor: hand;	
}

*/