/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #999 url(img/bg.gif) repeat-y;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-image: url(img/li.gif);
}

/* Misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}


/* Top & Header */
.logo {
	color: #FFF;
	height: 90px;
	width:210px;
	float:right;
	background-image:url(img/logo.jpg);
	margin:5px;
}
.header {
	/*background: url(img/header.jpg); */
	background-color:#FFF;
	height: 99px;
	width: 887px; 
	border-bottom:1px solid lightgrey;

}
.balkContainer{
	float:left;
	margin-left:1px;
}
.balkGrijs{
	width:50px;
	height:350px;
	background-color:#b5bdc0;
}
.balkBlauw{
	width:50px;
	height:350px;
	background-color:#094e93;
	margin:20px 0px 20px 0px;
}


/* Menu */
menu{
	float:left;
}
div.menu ul {
	float: left;
	margin: 0px 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #094e93;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
}
div.menu a#current {
	background: #b5bdc0; color: #FFF;
}
div.menu a:hover {
	background: #b5bdc0; color: #FFF;
}
div.menu a:active {
	background: #b5bdc0; color: #FFF;
}

div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}


/* Left side */
div.content_left {
	margin: 1px;
	width: 540px;
}
div.date {
	/*background: #0070CD url(img/bgdate.gif) repeat-x;*/
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	width:475px;
	height:	18px;
	background-color:#094e93;
	margin:10px 0px 0px 20px;

}
div.newsitem {
	/*background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;*/
	/*border: 1px solid red;
	border-color: #EEE #EEE #DDD #EEE;*/
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
	margin-left:50px;
	width:500px;
}
div.newsitem img {
	border: 3px double #CCC;
	margin: 6px 10px 10px 10px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}


/* Right side */
div.content_right {
	width: 325px;
	position: absolute;
	top: 147px;
	left: 638px;
	height: 284px;

}

div.links a {
	/*background: url(img/bg_navitem.gif) repeat-x #FFF;*/
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 0px 0 8px 8px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background:#b5bdc0;
	color: #000;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px;
	height:20px;
}

/* Footer */
div.footer {
	/*background: #F0F0F0 url(img/bgdate.gif) repeat-x;
	border: 1px solid #EEE;*/
	color: #FFF;
	margin-left: 6px;
	width: 581px;
}
div.footer .copyright {
	padding: 6px 12px;
	position: left;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
}
#footer{
	clear:both;
margin-top:50px;
	text-align:center;
	font-size:10px;
	color:#AAAAAA;
	padding:10px;
	line-height:10px;
}
#footer a{
	text-decoration:none;
	color:#AAAAAA;
}
#footer a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

