body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	/*background-image: is constucted in dynamicbg.php*/
	background-repeat: repeat-x;
	background-color: white;
	color: #666666;
	margin: 0px; 
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:  balck;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-track-color: white;
}

/* layout */

div#container {
	margin: 0 auto;
	width: 890px;
}

	div#header_logo {
		height: 84px;
		background-color: white;
		background-image: url('/layout/logo.gif');
		background-repeat: no-repeat;
		background-position: 0px 10px;
	}

	div#header_menubar {
		height: 25px;
		background-color: #020B68;
		padding: 6px 0px 0px 30px;
	}


	div#header_eyecandy {
		height: 140px;
		position: relative;
		/* background-image: url('/layout/header_home.jpg'); is constucted in dynamicbg.php*/
	}

	div#middle{
		overflow: auto; /* voorkomt inklappen van deze container met alleen floats als inhoud. */
	}

		div#cms_toolbar {
			height: 25px;
			background-color: #020B68;
			padding: 6px 0px 0px 30px;
		}
	

		div#content{
			float: left;
			min-height: 300px;
			width: 610px;
			padding: 20px;
			margin: 0px;
		}

		div#sidebar{
			float: left;
			width: 200px;
			padding: 20px;
			margin: 0px;
		}
			div.block{
				background-color: #DFEFFF;
				border: 1px solid #020B68;
				padding: 10px;
				margin: 0px 0px 20px 0px;
			}

	div#footer{
		height: 16px;
		background-color: #020B68;
		text-align: right;
		padding: 4px 20px;
	}

/* menu's */

	ul#topmenu, ul#menu, ul#metamenu{
		list-style-type: none;
		padding: 0px;
		margin: 0px; 
	}

	/* topmenu*/

		ul#topmenu{
			float: right;
			position: relative;
			top: 40px;
		}

		ul#topmenu li{
			display: inline;
			border-right: solid 1px #15408e;
			margin-right: 4px;
			padding-right: 4px;
		}

			ul#topmenu li#last{
				border-right: none;
				margin-right: 8px;
			}

		ul#topmenu li a{
			color: #ffb268;
			font-weight: bold;
			text-decoration: none;
		}

	/* menu*/

		ul#menu li{
			display: inline;
			margin-right: 16px;
			padding-right: 8px;
		} 

		ul#menu li a{
			font-size: 14px;
			color: white;
			font-weight: bold;
			text-decoration: none;
		}

	/* metamenu */

		ul#metamenu li{
			display: inline;
			margin-right: 10px;
		}

		ul#metamenu li a{
			color: white;
			text-decoration: none;
		}

/* headers */

div#header_eyecandy h1{
	position: absolute;
	top: 80px;
	left: 30px;
	color: white;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

div#header_eyecandy p{
	color: white;
	position: absolute;
	padding: 2px 0px;
	text-transform: uppercase;
	top: 100px;
	left: 80px;
}

/* miscelanious */

img{
	border: 0px;
}

a, a:hover, a:visited, a:link{
	color: #020B68;
}

p{
	text-align: justify;
	line-height: 22px;
	padding: 4px 0px;
	margin: 0px;
}

h1, h2, h3 {
	color: #020B68;
}

h1{
 font-size: 20px;
}

h2{
	font-size: 16px;
	padding: 4px 0px 1px 0px;
	margin: 0px;
}

h3{
	font-size: 12px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

/* formulier */
legend{
	color: #020B68;
	font-weight: bold;
}

fieldset{
	border: 1px solid #020B68;
	margin: 0px;
}

form table{
	width: 100%;
}


form table td.uploadfile input{
	width: 300px;
}

input{
	width: 110px;
	border: 1px solid #999999;
	margin: 1px 0px;
	background-color: #e9e9e9;
}

	input.button{
		width: auto;
		border: 1px solid #999999;
		color: black;
		margin-top: 1px;
		margin-bottom: 1px;
		display: block;
		background-color: #e9e9e9;
	}

textarea{
	background-color: white;
	border: 1px solid #999999;
	width: 80%;
	height: 400px;
	background-color: #e9e9e9;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:  white;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #020B68;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: black;
	scrollbar-track-color: white;
}

/*  end of formulier */


/* photo.php*/
img.thumb{
	float: left;
	margin: 0px 14px 8px 0px;
}

