*{
	padding:0;
	margin:0;
	overflow-x:hidden;
}

html, body {
	height: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background:url('../_images/bg.jpg') repeat;
	
}

a, a:link, a:visited, a:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#container {
	position:absolute;
	width: 823px;
	margin: -111px 0 0 -411px;
	left: 50%;
	text-align: left;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%;  /* voor IE */
}

#header {
	width: 823px;
	height: 111px;
	background-image:url('../_images/header.png');
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

	#headerbg {
		width: 100%;
		height: 111px;
		background-image:url('../_images/header_bg.png');
		background-repeat: repeat-x;
		margin: 0 0 0 0;
	}


#menuheader {
	height: 23px;
	margin: 0px 10px 0px 0px;
	text-align:right;
	float: right;
	overflow-y:hidden;
	overflow-x:hidden;
	text-decoration:none;
}
		
		#menuheader ul {
			position:relative;
			list-style:none;
			margin:0;
			padding:0;
			text-align: right;
		}
		
		#menuheader li {
			list-style-type:none;
			float:left;
			margin:0;
			padding:0;
			text-align:center;
			height: 23px;
		}
		
		#menuheader li a {
			display:block;
			line-height:23px;
			padding:0px 10px;
			color:#000;
			text-decoration:none;
			font-weight:bold;
			border-right:1px dashed #48981D;
		}
		
		#menuheader li a {
			background:url(../_images/menu_bg.jpg) repeat 0 0;
		}
		
		#menuheader li a:hover {
			background-position:50px 0;
		}

#content{
	width: 703px;
	min-height: 450px;
	margin: 0 0 0 0;
	padding: 35px 60px 45px 71px;
	background:url('../_images/blok_bg.png') repeat-y;
}

#contentleft{
	width: 306px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 45px 0 0;
}

#contentright{
	width: 306px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 45px;
	border-left:dashed #989898 1px;
}

#contentleft2{
	float: left;
	width: 220px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 45px 0px 0;
}

#contentright2{
	float: left;
	width: 306px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0px 45px;
}
	
#footer {
	height: 13px;
	width: 823px;
	background-image:url('../_images/blok_bottom.png');
	background-repeat: no-repeat;
	text-align:center;
	padding: 0 0 0 0;
	margin: 0 0 100px 0;
}

#tools {
	background-image:url('../_images/bg_illustratie.png');
	background-repeat: no-repeat;
	width: 1044px;
	height: 503px;
	position: absolute;
	margin: 0 0 0 -507px;
	left: 50%;
}

#horline {
	margin:0px;
	padding:0px;
	border-bottom:dashed #989898 1px;
}

#projectfile {
	padding:0 0 4px 0;
}

#greentext {
	color:#499B1D;
}

.imgthumb {
	margin: 0 0 20px 45px;
	border:solid #989898 1px;
}

input {
	color:#000000;
	width:97%;
	padding:4px 4px 4px 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border:dashed #989898 1px;
}

textarea {
	color:#000000;
	width:97%;
	padding:4px 4px 4px 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border:dashed #989898 1px;
}

.button {
	background-color:#499B1D;
	color:#000000;
	width:200px;
	padding:4px 4px 4px 4px;
	margin: 0 8px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:dashed #F0EDF3 1px;
}
