/**
 *	Color Scheme
 *	#FFFFFF		// Background color
 *	#1c2256		// Headding
 *	#BFE4FF		
 *	#80C9FF		
 *	#000000		// Standard text
 */

body{
	font-family:"Verdana";
	height:100%;
	background:#93b6ca;
	color:#1c2256;
}

input, textarea{
	font-family:"Verdana";
}

form{
	padding:0;
	margin:0;
}

tr, td{
	font-size:1em;
}

a:link, a:visited{
	text-decoration: none;	
	color:#1c2256;
}

a:hover, a:active{
	text-decoration: underline;	
	color:#234489;
}

#container {
	width:950px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-475px;	
}

#header{	
	background:#fff;
	height:110px;
	width:950px;
	padding:0;	
	}
	#logo {
		margin:30px;
	}
	#logo_zgt {
		position:absolute;
		top:10px;
		right:48px;
		border:0;
	}

#textsize{
	position:absolute;
	right:18px;
	top:83px;
	}
	#fontplus, #fontmin, #fontreset {
		font-weight:bold;
		font-size:9pt;
		color:#191f54;
		float:left;
		padding-left:10px;
		cursor:pointer;
}


#wrapper{
	background:#fff url('/images/bg_main.gif') repeat-y;
	width:950px;
	float:left;
	padding:0;
}		

#subheader {
	width:950px;
	height:100px;
	float:left;
	background:#fff url('/images/slides/slide1.jpg') no-repeat;
}
#wrapper #bodytext{
	width: 449px;
	padding:12px 10px 20px 10px;	
	margin-top:0;
	font-size:1.2em;
	float:left;	
}

#wrapper #blocks{
	width: 210px;
	height: 100%;
	float:left;
	margin-top:0;
	padding:16px 15px 0 15px;
	font-size:1.1em;
}

#wrapper #right {
	width:210px;
	height:100%;
	float:right;
	margin:0;
	padding:16px 15px 0 15px;
	border-left:1px solid #191f54;	
}

#wrapper #footer {
	width:950px;
	height:20px;
	color: #1c2256;	
	background:#de7b08;
	border-top:10px solid #fff;
	font-family:"Arial";
	font-size:8pt;
	padding:4px 0 0 0;
	text-align:center;
	font-size: 1em;
	float:left;
}

#wrapper #keuzemenu div{
	margin:10px;
}

#wrapper #blocks #lastAdded, #wrapper #blocks #lastViewed, #wrapper #blocks #mostRead,
#wrapper #blocks #criteriaFound, #wrapper #right #voorimages, #wrapper #right #naimages{
	background: #fff;
	width: 204px;
	padding:0 3px 0 3px;	
	margin-bottom:30px;
	border: 1px solid #1c2256;
	background: #e8a652;
	float:right;
}

#wrapper #footer a{
	color: #fff;
	text-align:center;
	font-size: 1em;	
}

.tag:link, .tag:visited{
	text-decoration: underline;
}

.tag:hover, .tag:active{
	text-decoration: underline;
	color: green;
}

.pte_tags_edit_field{
	width:100px;
	border:1px solid #000;
	margin-bottom:3px;
}

/**
 * Nieuwe stylen
 */

#blocks h2, #blocks h3, #keuzemenu h2, #keuzemenu h3, #right h2, #bodytext h2{
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-top: 3px;
	padding-left:3px;
	color:#234489;
	border-bottom:1px solid #fff;
}

#blocks h2, #right h2, #bodytext h2{
	font-weight:bold;
	font-size:130%;
	font-family:Gadget, Arial, sans-serif;
	color:#1c2256;
	font-size:11pt;
}

#blocks h3{
	font-weight:bold;
	font-size:97.5%;
	font-family:Gadget, Arial, sans-serif;
	color:#1c2256;
}

#blocks div div, #right div div{
	border:none;
	background:none;
	padding-left:3px;
	padding-right:3px;
}

#searchbox{
	margin-top:1em;
	margin-left:7px;
}

#wrapper #keuzemenu{
	padding:0;
	margin:0;
	background:#fff;
	border:1px solid #BFBFBF;
}

#wrapper #keuzemenu select{
	border:1px solid #bfbfbf;
	width:545px;
}

#wrapper #keuzemenu input[type ^='submit']{
	border:1px solid #bfbfbf;
	width:100px;
}

#nav{
	border-collapse:collapse;
	float:left;
}

#nav td{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}

#menu {
	width:950px;
	height:25px;
	background:#1c2256;
	float:left;
	}
	.menuitem a:link, .menuitem a:active, .menuitem a:visited {
		display:block;
		width:90px;
		height:20px;
		color:#fff;
		padding:5px 0 0 0;
		margin:0;
		font-weight:bold;
		font-family:"Verdana";
		font-size:8pt;
		text-align:center;
		text-decoration:none;
	}
	.menuitem a:hover, .menuitem_active a:link, .menuitem_active a:active, .menuitem_active a:visited, .menuitem_active a:hover {
		display:block;
		width:90px;
		height:20px;
		background:#373d70;
		color:#fff;
		padding:5px 0 0 0;
		margin:0;
		font-family:"Verdana";
		font-weight:bold;
		font-size:8pt;
		text-align:center;
		text-decoration:none;
}

/**
 * Ervaringen zoek formulier
 */

legend{
	margin-left:1em;
	border:0;
	font-weight:bold;
}
#searchtable {
	width:430px;
	border:0;
	background:#e8a652;
	border:1px solid #1c2256;
}	
#searchtable ol{
	padding: 1em 0 1em 0;
	list-style:none;	
}

#searchtable li{
	padding-bottom: 1em;
}

#searchtable.submit{
	float:none;
	width:auto;
	border:0;
	padding-left:12em;
}

label{
	float:left;
	width:10em;
	margin-right:1em;
	text-align:right;
}

fieldset fieldset{
	margin-bottom: -2.5em;
	border-style:none;
	background: transparent url();
}

fieldset fieldset legend{
	margin-left:0;
	font-weight:normal;
	text-align:right;
	margin-left:6em;
}

fieldset fieldset ol{
	margin:0 0 0 11em;
	margin-top:-2.2em;
	padding-bottom:1em;
}

fieldset fieldset label{
	float:none;
	width:auto;
	margin-right:auto
}

select{
	width: 12em;
	font-size:1em;
}

.trefwoord{
	text-decoration:underline;
}

.titel{
	font-size: 14pt;
	color: #234489;
}

.voorimagestitel, .naimagestitel{
	font-size: 12pt;
	color: #234489;
}

#voorimages {
	height:160px;
}
#naimages {
	height:160px;
}
.voorImageTable{
	float:right;
	height:120px;
}

.naImageTable{
	float:right;
	height:120px;
}

.voorImage, .voorImageSecond {
	position:absolute;
	top:296px;
	right:44px;
}

.naImage, .naImageSecond{
	position:absolute;
	top:490px;
	right:44px;
}

.largeImage{
	z-index: 99;
	position:relative;
	top: -24px;
	left: 0px;
	border: 3px #234489 solid;
}

#pijltjes{
	position:absolute;
	top: 180px;
	left: 250px;
}

#pijlrechts, #pijllinks{
	z-index: 100;
	position:absolute;
}

#pijllinks{
	top: 150px;
}

#pijlrechts{
	top: 150px;
}

.arrow {
	width:27px;
}

.newsitem_date {
	width:210px;
	font-weight:bold;
	padding-top:10px;
}
.newsitem {
	width:210px;
	padding-bottom:10px;
	border-bottom:1px solid #1c2256;
}
.geenafbeelding {
	text-align:center;
}