body {
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	height:100%;
	background-color: #EEF3FA;
}

td {	
	font-family: Arial;
	font-size: 10pt;
}

a {
	color: #525F8C;
	text-decoration: none;
}

h1 {
 	font-family: Arial;
 	font-size: 12pt;
	color: #525F8C;
}

textarea, input {
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #525F8C;
}

img {
	border: 0px;
}

#container {
	width: 100%;
	height: 100%;
}

#marge {	
	width:100%;
	height:26px;
}

#header {
	width:100%;
	height:126px;
}
	
	.header_left {
	 	background-image: url('../images/header_left.jpg');
	 	background-repeat: no-repeat;
	 	background-position: right;
	 	background-color: #9CBCEB;
	}
	
	.header_middle {
	 	background-image: url('../images/header.jpg');
	 	background-repeat: no-repeat;
	 	background-position: center;	 	
	 	width: 1020px;
	}
	
	.header_right {
	 	background-image: url('../images/header_right.jpg');
	 	background-repeat: no-repeat;
	 	background-position: left;
	 	background-color: #9CBCEB;
	}

#menu {
 	background-image: url('../images/menu.jpg');
 	background-repeat: repeat-x;
	width:100%;
	background-color: #FFFFFF;
	height:32px;
}

	#menu_container {
		width: 620px;
		height: 30px;
	}

	.menu_item {
	 	float: left;
	 	background-image: url('../images/menu.jpg');
 		background-repeat: repeat-x;
		width: 119px;
		height: 30px;
		font-family: Tahoma;
		font-size: 11pt;
		padding-top: 4px;
		color: #FFFFFF;
		cursor: hand;
		text-align: left;
	}
	
	.menu_spacer {
	 	float: left;
		width: 1px;
		height: 30px;
		background-color: #FFFFFF;
	}

#subcontainer {
 	background-image: url('../images/back_content2.jpg');
 	background-repeat: repeat-y;
	width: 792px;
	height: 100%;
}

#content_space {
 	float: left;
	width: 82px;
}

#content {
 	float: left;
	width: 792px;
	text-align: left;
	height: 100%;
}

	#content_header {
		width: 700px;
		height: 25px;
	}
	
	#content_page {
		width: 760px;
	}
	
#home_text {
 	float: left;
	width: 455px;
}

#home_voorraad {
 	float: left;
	width: 215px;
	height: 215px;
}

#home_info {
 	float: left;
	width: 670px;
	height: 240px;
	text-align: center;
}
	.home_container {
	 	float: left;
		width: 210px;
		height: 248px;
	}
	
	.home_info_top {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		height: 10px;
		width: 210px;
	 	background-image: url('../images/top_info.jpg');
	}
	
	.home_info_content {
		font-family: Arial;
		font-size: 10pt;
	 	float: left;
		height: 234px;
		width: 206px;
		margin-left: 2px;
		background-color: #EDF2F6;
	}

	.home_info_bottom {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		width: 210px;
		height: 10px;
	 	background-image: url('../images/bottom_info.jpg');
	}

#hosting_info {
 	float: left;
	width: 690px;
	height: 240px;
	text-align: center;
}
	.hosting_container {
	 	float: left;
		width: 315px;
		height: 248px;
		margin: 7px;
	}
	
	.hosting_info_top {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		height: 10px;
		width: 315px;
	 	background-image: url('../images/top_hosting.jpg');
	}
	
	.hosting_info_content {
		font-family: Arial;
		font-size: 10pt;
	 	float: left;
		height: 234px;
		width: 315px;
		background-color: #EDF2F6;
	}

	.hosting_info_bottom {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		width: 315px;
		height: 10px;
	 	background-image: url('../images/bottom_hosting.jpg');
	}
	
#verkoop_info {
 	float: left;
	width: 690px;
	height: 240px;
	text-align: center;
}
	.verkoop_container {
	 	float: left;
		width: 315px;
		height: 248px;
		margin: 7px;
	}
	
	.verkoop_info_top {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		height: 10px;
		width: 315px;
	 	background-image: url('../images/top_verkoop.jpg');
	}
	
	.verkoop_info_content {
		font-family: Arial;
		font-size: 10pt;
	 	float: left;
		height: 234px;
		width: 315px;
		background-color: #EDF2F6;
	}

	.verkoop_info_bottom {
		font-family: Arial;
		font-size: 5pt;
	 	float: left;
		width: 315px;
		height: 10px;
	 	background-image: url('../images/bottom_verkoop.jpg');
	}

#footer {
 	float: left;
	width: 790px;
	height: 15px;
	margin-top: -2px;
}
	
	.footer_left {
	 	background-image: url('../images/footer_left.jpg');
	 	background-repeat: no-repeat;
	 	width: 13px;
	 	font-size: 9pt;
	}
	
	.footer_middle {
	 	background-image: url('../images/footer.jpg');
	 	background-repeat: repeat-x;
	 	background-position: center;	 
	 	font-size: 9pt;
	}
	
	.footer_right {
	 	background-image: url('../images/footer_right.jpg');
	 	background-repeat: no-repeat;
	 	width: 14px;
	 	font-size: 9pt;
	}


table.menu {
	position:absolute;
	visibility:hidden;
 	border: 1px solid #5B7DA0;
 	z-index: 100;
 	width: 121px;
 	background-color: #BBD1E8;
	font-weight: bold;
}

td.menu {
	font-weight: bold;
}

a.menu {
	font-weight: bold;
	color: #000000;
	display: block;
}

a:hover.menu {
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: underline;
}

a.menu_kop {
	color: #FFFFFF;
	display: block;
}

a:hover.menu_kop {
	color: #000000;
	display: block;
}

td.download_title {
	font-weight: bold;
	height: 22px;
}
