/* ALGEMEEN
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	text-decoration: none;
	outline: 0;
}

body {
	color: #323232;
	font:12px Arial;
}

h1 {
	font:15px Arial;
	color:#323232;
	margin:0 0 10px;
	font-weight:bold;
}

.contentfirst h1 {
	font:15px Arial;
	color:#007DE1;
	margin:0 0 10px;
	font-weight:bold;
}

h2 {
	font:12px Arial;
	color:#323232;
	margin:0 0 10px;
	font-weight:bold;
}

h3 {
	font:12px Arial;
	font-weight:bold;
}
	

p {
	margin:0 0 15px;
	font:12px Arial;
	line-height:21px;
}

p a {
	color:#007DE1;
}

p a:hover {
	color:#0096FF;
	text-decoration:underline;
}

#geheel {
	width: 900px;
	margin: 0 auto;
}

#content ul {
list-style:none;
}

#content li {
line-height:20px;
}

#content a {
font:12px Arial;
}

.contentad {
	margin:15px 0 10px -2px;;
}

.clear {
	clear:both;
}

/* NAVIGATIE
----------------------------------------------------------------------------------------------------*/

#bovenkant {
	float: left;
	width: 900px;	
	margin: 30px 0 0;
}

#navigatie {
	width: 100%;
	height: 45px;
	background: url(/images/nav_bg-bottom.png) repeat-x;
}
	
#navigatie ul {
	width: 900px;
	list-style: none;
}

#navigatie li {
	line-height: 40px;
	display: inline;
	margin:0 5px 0 0;
}

#navigatie a {
	background: url(/images/nav_bg.png) repeat-x;
	display: inline-block;
	text-align: center;
	padding:0 30px;
	border: 1px solid #d2d7de;
	border-bottom: none; border-top: none;
	color: #646464;
	font-weight: bold;
}

#navigatie a:active {
	background:#d2d7de;
}

#navigatie a.aan {
	background: url(/images/nav_bg-aan.png) repeat-x;
	color:#ffffff;
	border:none;
	border:1px solid #007DE1;
	border-bottom: none; border-top: none;
}

#navigatie a.aan:hover {
	background: url(/images/nav_bg-aan.png) repeat-x;
	color:#ffffff;
	border:none;
	border:1px solid #007DE1;
	border-bottom: none; border-top: none;
}

#navigatie a:hover {
	background: url(/images/nav_bg-over.png) repeat-x;
	color:#323232;
	border:none;
	border:1px solid #C1C6CC;
	border-bottom: none; border-top: none;
}
	
/* INDELING
----------------------------------------------------------------------------------------------------*/

#zijkant{
	float: left;
	width: 280px;
}

.zijkant {
	border: 1px solid #d2d7de;
	padding: 15px 15px 0;
	margin: 15px 15px 0 0;
}

#zijkant ul {
	list-style-type:none;
	padding:5px 0 0;
	margin:0 0 10px;
}
	
#zijkant li {
	padding:5px 0;
	border-top:1px dotted #d2d7de;
	text-transform:lowercase;
	background: #fff url(/images/list-image.png) no-repeat;
}

#zijkant li.first {
	padding:5px 0;
	border:none;
}

#zijkant a {
	color: #323232;
	font:12px Arial;
	margin:0 0 0 12px;
}

#zijkant a:hover {
	color: #007DE1;
}

#content {
	float: right;
	width: 620px;
}

.content {
	border: 1px solid #d2d7de;
	padding: 15px 15px 0;
	margin:15px 0 0;
}

.contentfirst {
	border-bottom: 1px solid #007DE1;
	background: #CDDCFF;
	padding: 25px 15px 0;
	margin:0 0 15px;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
	width:900px;
}

.footer {
	float:right;
	padding:15px 10px 0 0;
}

#footer p {
	font:11px Arial;
	color:#323232;
	text-align:right;
}
	
	

#footer ul {
	list-style: none;
	text-align:right;
	margin:10px 0 0 0;
}

#footer li {
	float:right;
	padding:0 0 0 10px;
}

#footer a {
	font:10px Arial;
	color:#8C96A0;
}

#footer a:hover {
	color:#323232;
}



