/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#3368AD;
	}
#logo {
	padding: 5px;
/*	background: #BDC5CE url(images/top_bgr.gif) repeat;*/
	border-bottom: 18px solid #458DD7;
	height:60px;
	}
#banner {
	position:absolute;
	top:23px;
	padding-left:50px;
	}
div#actionbar {
	position: absolute;
	top: 85px;
	right: 0px;
	width: 30%;
	}
div#actionbar ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin:0;
	}
div#actionbar ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid white;
	}
div#actionbar ul li.first {
	border-left: 0px none;
	}
div#actionbar ul li a {
	font: 0.7em /1 verdana, sans-serif;
	color:white;
	vertical-align:middle;
	}
#login {
	position: absolute;
	top: 0px;
	left: 60%;
	width: 40%;
	height:60px;
	text-align:right;
	}
#sidebanner {
	position:relative;
	width: 180px;
	height: 600px;
	float:left;
	border-right-color: #458DD7;
	border-right-style: solid;
	border-right-width: 1px;
	}
#sidebanner p {
	color:#3368AD;
	text-align:justify;
	padding:5px;
	font-size:smaller;
	}
#content {
	margin-left:200px;
	}
#titel {
	font-size:xx-large;
	text-align:center;
	padding:10px;
	color:#458DD7;
	}
#infoblock {
	font-size: 14px;
	width:45%;
	display:block;
	float:left;
	height:125px;
	margin:5px 10px 5px 15px;
	border-style:solid;
	border-color:#458DD7;
	border-width:1px;
	}
#infoblock h1{
	background-color:#C1E3F8;
	font-size:larger;
	padding: 5px 10px;
	display: inline-block; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D8E8FC,endColorStr=#8F9CB8)
/*	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#6699ff)*/
	}
#infoblock p{
	padding: 0 10px;
	color:#3368AD;
	}
#infoblock p img{
	width:71px;
	height:77px;
	float:left;
	padding: 0 10px 5px 0;
	margin-top:-10px;
	}
#detail {
	margin:25px 25px;
	padding:15px 25px;
	text-align:justify;
	border-style:solid;
	border-color:#458DD7;
	border-width:1px;
	height:550px;
	overflow:auto;	
}
#detail h1{
	text-align:center;
	}
#detail h3, h4{
	text-align:center;
	}
#detail h3 strong, #detail h1 strong{
	color:red;
	}
#detail ol {
	padding: 0 100px 0 60px ;
	}
#detail hr {
	color:#458DD7;
	}
#menu {
	font-size: medium;
	margin-top:25px;
}
#menu ul {
	margin: 10px; padding: 0px;
	list-style-type: none;
	} 
#menu ul a, .notactive {
	height: 1em;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	border: 1px solid;
	border-color:#00CCFF blue blue #00CCFF;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
	}
#menu ul a:hover {
	font-weight:bold;
}
#menu .notactive {
	color:red;
	}
#menu ul a:visited {
	color:blue;
	}
.readon a {
		color:red;
		font-size:x-small;
		float:right;
		padding-right:10px;
	}
#copyright {
	font-size:x-small;
	position:absolute;
	top:725px;
	left:10px;
	width: 200px;
	}
#special {
	border:thin solid;
	font-size:smaller;
	text-align:center;
	position:absolute;
	top:665px;
	left:10px;
	width: 175px;
	display:block;
	}
.li_spacing {
		padding: 0 30px;
	}
.li_spacing li{
			margin-top:10px;
}
.li_small {
		padding: 0 100px;
	}
.li_small li{
			margin:0px 50px;
}
#detail h3 p {
		font-size:smaller;
		margin-top:-10px;
	}
#pijlverder {
	vertical-align:bottom;
	text-align:right;
}
.centered {
	text-align:center;
	margin:0 50px;
}
.smalltext {
	text-align:center;
	font-size:small;
	margin:-20px 0 40px 0;
}
#detail a img {
	}

