body, html{
	 background-color: white;
	 margin: 0px 0px 0px 0px;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #007ac3;
	 height: 100%;
	 width: 100%;
	 background: url("img/bckgrnd-blue.gif"); 
	 background-position: top right;
	 background-repeat: repeat-y; 
 }

a:link, a:visited, a:active{
	 color: #007ac3;
	 text-decoration: underline;
 }
 
a:hover{
 	text-decoration: none;
 }

img{
	border: none;
}

#printlogo{
	display: none;
}

#main{
	min-width: 1000px;
	height: 100%;
	width: 100%;
}

#wrapper{
	display: block;
	background-color: #white;
	height: 100%;
}

#container{
	width: 100%;
	height: 100%;
	background-color: white;
	float: left;
	margin-right: -185px;
}

#content{
	height: 100%;
	margin-right: 185px;
}

#sidebar{
	background-color: #00548e;
	width: 185px;
	height: 100%;
	float: right;
	color: white;
}

#sidebartop{
	background-color: #007ac3;
	width: 185px;
	height: 210px;
}

#sidebaricons{
	margin-top: 38px;
	width: 175px;
	padding-left: 10px;
}

.sidebardown{
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 6px;
	background-color: #00548e;
	font-size: 11px;
}

.sidebardown a:visited{
	color: white;
	text-decoration: none;
}

.clearing {
	height: 0px;
	clear: both;
	display: none;
}

#topheader{
	height: 150px;
}

#topleft{
	float: left;
	height: 150px;
	width: 100%;
	margin-right: -165px;
}

#topimg{
	height: 150px;
	margin-right: 165px;;
}

#topright{
	width: 165px;
	height: 150px;
	float: right;
}

#pagewrap{
	width: 100%;
}

#pageleft{
	width: 159px;
	border-right: 1px solid #bfd4e3;
	padding-top: 32px;
	padding-left:2px;
	height: 100%;
	float: left;
	position: relative;
	z-index: 98;
}

#leftspacer{
	width: 159px;
	height: 420px;
	float: left;
}

#pageright{
	float: left;
	width: 100%;
	margin-left: -159px;
	margin-right: -150px;
}

#pagerightcontent{
	margin-left: 176px;
	margin-right: 24px;	
	padding-left: 1px;
}

* html #pagerightcontent { /*star hack voor IE */
height : 1%;
}

.newsitemheader{
	font-size: 13px;
	font-weight: bold;
}

.leftnewsitem{
	width: 140px;
	padding: 2px 2px 6px 10px;
	font-size: 11px;
}

.zoekbutton{
	width: 56px;
	margin-top: 4px;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.sidebarheader{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}

.pad{
	height: 20px;
	font-size: 11px;
	color: #939598;
	padding-top: 10px;
}

.padbottom {
	color:#939598;
	font-size:11px;
	height:20px;
	padding-top:10px;
	clear: horizontal;
}

h1{
	font-size: 20px;
	font-weight: bold;
	color: #172680;
	margin-top: 2px;
}

h2{
	 font-size: 12px;
	 color: #333333;
	 font-weight: normal;
 }

.menu{
	z-index: 99;
	width: 595px;
	height: 34px;
	/*height: 28px;*/
	top: 57px;
	left: 0px;
	position: absolute;
	background-color: #ffffff;
}
.error{color: red;}

.rechtermenu li {
	 float: left;
	 clear: left;
	 width: 140px;
}