/***************************************************************** 
PRE-FIXED BASICS
*****************************************************************/ 
* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #4b2458 url(../img/background.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:18px;
}

img {
	border:0px;
	display:block;
}

.clear {
	clear: both;
}

/***************************************************************** 
BASIC STYLES
*****************************************************************/ 

a {
	color: #4b2458;
	text-decoration: underline;
}
	a:hover {
		color: #4b2458;
		text-decoration: none;
	}
h1 {
	color:#4b2458;
	font-size:20px;
	margin-bottom:3px;
}
h2 {
	color:#4b2458;
	font-size:18px;
	margin-bottom:3px;
}
h3 {
	color:#4b2458;
	font-size:16px;
	margin-bottom:3px;
}
p {

}

.stippellijn {
	background:url(../img/stippellijn.gif) repeat-x;
	height:2px;
	margin:6px 0px 6px 0px;
}
.subkop {
	color:#4b2458;
}
/***************************************************************** 
FORMS
*****************************************************************/ 

.submit_button{
	background:#4b2458;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
	border:none;
}
.submit_button_small{
	background:#4b2458;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	border:none;
	font-size:10px;
}
.formfield {
	border:1px solid #4b2458;
	padding:2px;
	height:20px;
}
.pulldown {
	border:1px solid #4b2458;
	margin-bottom:5px;
}

/***************************************************************** 
DIV-JES
*****************************************************************/ 
#container {
	margin:0 auto;
	width: 1000px;
	left: 50%;
	background: url(../img/bg_schaduw.png) repeat-y;
	text-align:left;
}

/****** header *********/
	#header {
	}
/****** content *********/	
	#content {
		width:990px;
		padding-bottom:30px;
	}
/****** header_img *********/
		#header_img {
			margin-bottom:20px;
		}
/****** left *********/
		#left {
			float:left;
			width:240px;
		}
			#submenu {
				display:block;
				list-style:none;
				padding:0px 25px 0px 10px;
				font-size:14px;
			}
				#submenu li{
					_display:inline;
				}
				#submenu a{
					display:block;
					padding: 5px 7px 5px 10px;
					margin-bottom:1px;
					text-decoration:none;
				}
				#submenu a.active{
					display:block;
					background:#f1eff1;
				}
				#submenu a:hover{
					text-decoration:none;
					background:#f1eff1;
					text-decoration:underline;
				}
				#submenu li.subitem{
					list-style-type:none;
				}
				#submenu li.subitem a{
					display:block;
					padding: 0px 7px 0px 25px;
					margin-bottom:1px;
					text-decoration:none;
					font-size:12px;
					background:url(../img/bullet_klein_paars.gif) no-repeat 13px 6px;
				}
				#submenu li.subitem a:hover{
					background:url(../img/bullet_klein_paars.gif) no-repeat 13px 6px;
					text-decoration:underline;
				}
				#submenu li.subitem a.active{
					background:#f1eff1 url(../img/bullet_klein_paars.gif) no-repeat 13px 6px;
				}
/****** right *********/
		#right {
			float:left;
			width:750px;
		}
			#right_right {
				float:left;
				width:450px;
				margin-right:30px;
			}
			#right_right_vervolg {
				float:left;
				width:500px;
				margin-right:30px;
			}
			#right_right_vervolg ul{
				margin:10px;
			}
			#right_right_vervolg li{
			}
				#aktueel_home{
					background:#f6f4f6;
					margin-top:20px;
					padding:15px;
				}
					#aktueel_home ul{
						list-style:url(../img/bullet.gif);
						margin-left:17px;
					}
					#aktueel_home a{
						margin-left:0px;
					}
			#right_left {
				float:left;
				width:240px;
			}
			#bullets_home li{
				padding-left:15px;
				list-style:none;
				background:url(../img/icon_bullet_home.gif) no-repeat 0px 5px;
			}
			#bullets_home li a{
				text-decoration:none;
				font-weight:bold;
			}
			#right_left_vervolg {
				float:left;
				width:190px;
			}
				#call_to_action{
					background:#f1eff1;
					padding:10px;
					margin-top:15px;
				}
				#call_to_action a{
					font-weight:bold;
				}
/****** footer *********/
#footer {
	margin:0 auto;
	width:1000px;
}
	#footer_top {
		background:url(../img/bg_footer.png) no-repeat;
		height:50px;
	}
	#footer_top img{
		float:right;
		margin:10px 20px 5px 0px;
	}
	#footer_top p{
		float:left;
		color:#FFF;
		margin:10px 0px 0px 20px;
	}
	#footer_top a{
		color:#FFF;
	}
/****** tagcloud *********/
#tagcloud {
	margin:0 auto;
	width:1000px;
	padding-bottom:60px;
	margin-top:20px;
}
	#tagcloud ul{
		float:left;
		color:#b7a7bc;
		margin-left:110px;
		list-style:none;
	}
	#tagcloud li{
		margin-bottom:5px;
	}
	#tagcloud a{
		color:#b7a7bc;
		text-decoration:none;
	}
