/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

body{
	margin:0;
	font: 12px Arial, Helvetica, verdana;
	color:#000000;
	background: #534255;
	margin: 0px auto;
}
	
#container {
	margin:0em auto;
	padding: 0;
	width: 981px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* ----------------------------------------------
	HEADER ITEMS                              
	____________________________________________ */

#header{
	margin: 0px;
	padding: 0px;
	width: 981px;
	
}

#bovenstelaag{
	height: 71px;
	width: 981px;
	float:left;
	margin:0px;
	padding:0px;
}
	#logo{
		float:left;
		width:150px;
	}
	
	#titel{
		float:left;
		width: 450px;
		height:71px;
		margin-left: 60px;
		background-image: url(../images/slogan.gif);
		background-repeat: no-repeat;
	}
	
	#items{
		width: 300px;
		height:71px;
		float:right;
		background:white;
		text-align:right;
		background-image: url(../images/top_bg.gif);
		background-repeat:no-repeat;
		background-position:right;
	}

#menulaag{
	height: 115px;
	width: 981px;
	float:left;
	margin:0px;
	padding:0px;
}

	#menu{
		background: #CA1D1D;
		float:left;
		margin:0px;
	}
	
	#menu ul {
		margin: 0;
		padding:0;
		color: #FFFFFF;
		list-style: none;
	}
	
	#menu li {
		margin:0;
		height: 20.6px;
		padding-top:3px;
		padding-left:16px;
		width:135px;
	}
	
	#menu li.twee {
		background: #D62626;
		height: 20.6px;
		width:151px;
	}
	
	#menu li a{
		color: #FFFFFF;
		text-decoration: none;
		display:block;
		width:151px;
	}
	
	#menu li a:hover {
		color: #693F3F;
		text-decoration: none;
		display:block;
		width:135px;
	}
	
	#menu li a.buttonover:hover, #menu li a.buttonover{
		padding: 0px;
		margin: 0px;
		color: #FAFF15;
		text-decoration: none;
	}
	
	
	
	/****** SUBMENU ******/
	#submenu ul  {
		margin: 0;
		padding:0;
		color: #FFFFFF;
		list-style: none;
	}
	
	#submenu li {
		margin:0;
		float:left;
	}	
	
	#submenu li a {
		color: #FFFFFF;
		text-decoration: none;
		display:block;
		width:125px;
		padding-left:20px;
	 }
	 
	 #submenu li a:hover{
		color: #FAEB1C;
		text-decoration: none;
		display:block;
	}
	
	
	#submenu li a.buttonover:hover, #submenu li a.buttonover{
		color: #FAFF15;
	}
	
	/****** EINDE SUBMENU ******/
	
	#plaat1{
		float:left;
		background-image: url(../images/plaat_home.jpg);
		width: 468px;
		height: 115px;
		border-left: 1px solid #FFFFFF;
	}
	
	#plaat2{
		float:left;
		background-image: url(../images/plaat2.gif);
		width: 345px;
		height: 115px;
	}
	
	#kruimelpadHolder {
		float:left;
		border-top: 1px solid #FFFFFF;
		width: 971px;
		height: 31px;
		padding-left:10px;
		color: #FFFFFF;
		background: #89698C;
	}
	
	#kruimelpad{
		padding-top:8px;
	}
	
	#kruimelpad a{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#kruimelpad a:hover{
		text-decoration:none;
	}
	
	a.linkwit {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	a.linkwit:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
		
		#rightMenu {
			padding-top:4px;
			padding-right:5px;
			float:right;
			font-size:1em;
		}
	
	

#content{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/content_bg.gif)
}

	#tekst{
		margin:0;
		float:left;
		width:734px;
		padding:0px;
	}
	
	
	#blok_rechts{
		margin:0;
		padding:0;
		float:left;
		width: 247px;
		color:#FFFFFF;
	}
	
	#footer{
		float:left;
		border-top: 1px solid #89698C;
		width:724px;
		color:#89698C;
		padding-top: 6px;
		padding-left: 7px;
		height: 21px;	
	}
	
	#footer a, #footer_FC a{
		color:#6B4B70;
		text-decoration: none;
	}
	
	#footer a:hover, #footer_FC a:hover{
		color:#6B4B70;
		text-decoration: underline;
	}
	
#clearer {
	margin:0;
	padding:0;
	height:0;
	clear:both;
}

*html #clearer { 
display:none;
}

	
/* ----------------------------------------------
	INPUT TYPE, TEXTAREA ETC.
	____________________________________________ */

input, select, textarea {
	font:11px Arial, Helvetica, verdana;
}
	
select {
	width:200px;
}

/* ----------------------------------------------
	TABEL EIGENSCHAPPEN                    
	____________________________________________ */
.tblsubHeader {
	background-color:#D7D7D7;
	font-size:1.1em;
	font-weight:normal;
	color:#89698C;
}

#tblFCheader, #tblFCheader2 {
	width:100%;
}

.tblsubTotaal {
	color:#89698C;
	font-size:1.1em;
	font-weight:bold;
}

.tblHeader {
	background-color:#65B5D3;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:normal;
}

.tblsubvan {
	color:black;
	font-size:1.1em;
	font-weight:bold;
}

a.tblLink {
	color:black;
	text-decoration:none;
}

a.tblLink:hover {
	color:black;
	text-decoration:underline;
}

a.tblLink2 {
	color:white;
	text-decoration:none;
	font-size:12px;
}

a.tblLink2:hover {
	color:white;
	text-decoration:underline;
	font-size:12px;
}


/* ----------------------------------------------
	BRONVERLMELDING
	____________________________________________ */
	
#bronvermelding {
	padding:15px;
	font-size:1em;
	color:#ADADAD;
}

#bronvermelding a {
	font-size:0.9em;
	color:#89698C;
	text-decoration:underline;
}

#bronvermelding a:hover {
	font-size:0.9em;
	color:#EA002E;
	text-decoration:underline;
}

/* ----------------------------------------------
	LEESWIJZER 
	____________________________________________ */
#leesvoorbeeldPlaceHolder {
	padding-left:15px;
}

#leesvoorbeeld {
	width:742px;
	color:black;
	background-color:#FFFFE1;
	padding:15px;
	display:none;
}

.voetnoten {
	width:742px;
	padding:15px;
	font-style:italic;
}

a.titleLink {
	font-size:1.0em;
	font-weight:normal;
	color:#89698C;
}

/* ----------------------------------------------
	BRON POPUP
	____________________________________________ */

#bronPopup {
	margin:5px;
	width:300px;
	padding:10px;
	line-height:1.3em;
	background-color:white;
}

#opmerkingPopup {
	margin:5px;
	width:400px;
	padding:10px;
	line-height:1.3em;
	background-color:white;
}

/* ----------------------------------------------
	FEITEN EN CIJFERS
	____________________________________________ */

/* ALTERNATE CONTENT / TEKST VAK */

#content_FC{
	float:left;
	margin:0px;
	padding:0px;

}

#tekst_FC {
	margin:0;
	float:left;
	width:100%;
	padding:0px;
}

#blok_rechts_FC {
	display:none;
	margin:0;
	margin-left:10px;
	padding:0;
	float:left;
	width: 237px;
	color:#FFFFFF;
}
	
#footer_FC{
	float:left;
	border-top: 1px solid #89698C;
	width:973px;
	color:#89698C;
	padding-top: 6px;
	padding-left: 7px;
	height: 21px;	
}
/* ALTERNATE CONTENT / TEKST VAK */

#contentsFeitenCijfers {
	margin:0;
}

/* categorie lijst */
.categorie {
	float:left;
	width:245px;
	height:130px;
}
	
/* categorie header (grijs) */
.categorieHeader {
	line-height:27px;
	background-color:#D7D7D7;
	border-left:7px solid #89698C;
	padding-left:15px;
/*	color:#89698C;*/
	color:#000000;
	font-weight:bold;
}

/* subcategorie linkjes */
.subcategorieContent {
	padding:10px;
}

.subcategorieContent ul {
	padding: 0px;
	padding-left:10px;
	margin: 0px;
}

.subcategorieContent li {
	list-style: url(../images/bullet.gif) circle;
	margin:0;
	padding:0;
}

.subcategorieContent a{
	font-size:1em;
	color:#5B5B5B;
	text-decoration:none;
}

.subcategorieContent a:hover{
	font-size:1em;
	text-decoration:underline;
	color:#5B5B5B;
}


/* ----------------------------------------------
	NIEUWSBRIEF      
	____________________________________________ */
#aanmeldenNieuwsbrief {
	width:200px;
	padding-left:15px;
	padding-top:10px;
}

#aanmeldenNieuwsbrief input.FRMtekst {
	width:150px;
}

/* ----------------------------------------------
	FRONTPAGE      
	____________________________________________ */
/* HEADER FRONTPAGE */
.FrontPageBlokHeader {
	line-height:27px;
	background-color:#D7D7D7;
	border-left:7px solid #89698C;
	padding-left:15px;
	color:#000000;
	font-weight:bold;
	width:222px;
}

.FrontPageBlok {
	float:left;
	width:220px;
}

.FrontPageBlokInhoud {
	width:210px;
	margin-left:20px;
}

#contentsFrontPage {
	padding-left:25px;
}

.subcategorieContent {
	padding:10px;
}

.FrontPageBlokInhoud ul {
	padding: 0px;
	padding-left:10px;
	margin-top:5px;
}

.FrontPageBlokInhoud li {
	list-style: url(../images/bullet.gif) circle;
	padding:0;
	margin:0;
}

*html .FrontPageBlokInhoud li {
margin-left:-30px;
}

.FrontPageBlokInhoud a{
	font-size:1em;
	color:#5B5B5B;
	text-decoration:none;
}

.FrontPageBlokInhoud a:hover{
	font-size:1em;
	text-decoration:underline;
	color:#5B5B5B;
}


/* ----------------------------------------------
	STANDAARD MATEN EN INSTELLINGEN FORMULIEREN
	EN FORMULIERVELDEN                          
	____________________________________________ */

/* INVOER EN EDIT FORMULIER */

.formulier {
	margin: 0px;
}

.formulier_tekst_links {
	float:left;
	height: 19px;
	width: 150px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	color: #6E4772;
}

.formulier_rechts{
	float:left;
	width: 155px;
	text-align: right;
}

.formulier_input_rechts {
	height: 20px;
	float:left;
	margin-bottom:0px;
}

.formulier_tekst_links_selectbox {
	width: 155px;
	float:left;
	padding-top:6px;
	padding-left:4px;
	padding-right:4px;
	margin-top:2px;
	margin-bottom:2px;
	color: #6E4772;
	background: #E8D9E9;
}

.formulier_input_rechts_selectbox {
	width:200px;
	margin-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:6px;
	background: #E8D9E9;
	float:left;
}

.selectbox_regel {
	clear:both;
/*	height:90px;*/
	width:350px;
	border: 1px solid #89698C;
	background: #E8D9E9;
}

.wijziging_regel {
	clear:both;
	/*height:255px;/**/
	width:350px;
	border: 1px solid #89698C;
	background: #E8D9E9;
}

.wijziging_button {
	text-align:right;
	height:20px;
	width:370px;
}

.formulier_tekst_links_textarea {
	height: 135px;
	width: 150px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	color: #6E4772;
}

.formulier_input_rechts_textarea {
	height: 135px;
	margin-bottom:2px;
}

.formulier_input_opslaan {
	margin-top: 80px;
	margin-bottom: 20px;
	height: 40px;
	float: none;
}

.lijn {
	margin-bottom: 3px;
	margin-top: 3px;
}

img {
	border:0;
}

/* ----------------------------------------------
	BLOK RECHTS
____________________________________________ */
#blok_rechts h2 {
	padding-top:5px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-bottom:5px;
}

#blok_rechts a {
	color:white;
	text-decoration:underline;
}

#blok_rechts a:hover {
	color:white;
	text-decoration:none;
}

.smallMargin {
	margin:10px;
}


/* ----------------------------------------------
	CONTENT STYLES
____________________________________________ */
	
h1 {
	margin-top: 20px;
	font-family: Arial, Verdana, "Sans Serif";
	font-size: 1.7em;
	font-weight: bold;
	color: #89698C;
}

h2{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:15px;
	font-size: 1.1em;
	font-family: Arial, Verdana, "Sans Serif";
	font-weight:normal;
	color: #FFF;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-family: Arial, Verdana, "Sans Serif";
	font-weight:normal;
	font-weight: bold;
}
	
/* ----------------------------------------------
STANDAARD HREF          
____________________________________________ */
a {
	font-size:1em;
	color:#CA1D1D;
	text-decoration:underline;
}

a:hover {
	font-size:1em;
	color:#CA1D1D;
	text-decoration:none;
}


/* ----------------------------------------------
FEITEN EN CIJFERS        
____________________________________________ */
#contentMarge {
	padding:15px;
} 