/* CSS Document */


* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
	background-color:#d2d6d9;
	background-image: url("../gfx/body_bg.gif");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #636467;
	font-size: 12px;
	height: 100%;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}


#container {
    min-height: 100%;
	height: auto;
    width: 850px;
	background-color: #f0f0f0;
	bottom: 0px;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

#hdr_top {
	position: relative;
	float: left;
	background-image: url("../gfx/hdr_top_bg.gif");
	background-repeat: repeat-x;
	height: 19px;
	width: 845px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 10px;
}

a.top_lnk {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.top_lnk:hover {
	text-decoration: underline;
	cursor: pointer;
}

#hdr_sub {
	position: relative;
	float: left;
	background-image: url("../gfx/hdr_sub_bg.gif");
	background-repeat: repeat-x;
	height: 22px;
	width: 850px;
}

#hdr_sub_div {
	position: relative;
	float: left;
	margin-left: 270px;
	padding-top: 1px;
}

#overlay_logo {
	position: absolute;
	background-image: url("../gfx/overlay_logo.jpg");
	left: 50px;
	top: 0px;
	height: 34px;
	width: 172px;
}

#overlay_box {
	position: absolute;
	background-image: url("../gfx/overlay_box.jpg");
	left: 250px;
	top: 43px;
	height: 250px;
	width: 177px;
}

#overlay_title {
	position: absolute;
	left: 20px;
	top: 63px;
	height: 250px;
	width: 220px;
	color: #FFFFFF;
	font-size: 18px;
}

#sub_title {
	font-size: 12px;
}

#overlay_text {
	position: absolute;
	left: 457px;
	top: 63px;
	height: 250px;
	width: 350px;
	color: #000000;
	font-size: 16px;
	text-align: center;
}

.btn_learn {	
	position: absolute;
	left: 217px;
	top: 173px;
	height: 40px;
	width: 132px;
	border: 0;
}



.spacer {
	position: relative;
	float: left;
	height: 10px;
	width: 850px;
	background-color: #f0f0f0;
}

#prd_div {
	position: relative;
	float: left;
	width: 850px;
	height: 250px;
	background-image: url("../gfx/content_bg.gif");
	background-repeat:repeat-x;
	border-bottom: 1px solid #cbcbcb;
}

.info_box {
	position: relative;
	float: left;
	width: 425px;
	height: 160px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #f0f0f0;
}

.box_image {
	position: relative;
	float: left;
	width: 50px;
	height: 140px;
	margin-left: 10px;
	padding-top: 20px;
}
.box_img {
	width: 50px;
	height: 50px;
	border: 0;
}

.box_text {
	position: relative;
	float: left;
	width: 320px;
	height: 100px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 11px;
}

.box_lnk {
	position: relative;
	float: left;
	width: 340px;
	height: 30px;
	padding-left: 10px;
}

.box_btn {
	width: 105px;
	height: 28px;
	border: 0;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.title {
	font-size: 24px;
	font-weight: normal;
	color: #319a45;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #636467;
}

a {
	color: #606061;
	text-decoration: none;
}

a.text {
	color: #417bb1;
	text-decoration: none;
}

.hdrH2:hover {
	color: #3271ac;
	cursor: pointer;
}

.hdrH2 {
	margin-right: 30px;
	padding-top: 2px;
	font-size: 12px;
	position: relative;
	float: left;
}

.hdrL2:hover {
	color: #3271ac;
	cursor: pointer;
}

#ftr_div {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
    width: 840px;
	color: #929394;
	font-size: 10px;
	background-color: #f0f0f0;
}

a.ftr_lnk {
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

a.ftr_lnk:hover {
	text-decoration: underline;
}

#menu_box {
	position: relative;
	float: left;
	width: 150px;
	height: 255px;
	margin-left: 20px;
	margin-top: 65px;
}

.leftH2:hover {
	color: #3271ac;
	cursor: pointer;
}

.leftH2 {
	position: relative;
	float: left;
	display: block;
	width: 150px;
	height: 21px;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 3px;
}

#page_image {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	margin-top: 20px;
}

.pg_image {
	width: 100px;
	height: 100px;
	border: 0;
}

#main_cont {
	position: relative;
	float: left;
	width: 850px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #f0f0f0;
}

#main_div {
	position: relative;
	float: left;
	width: 630px;
	min-height: 280px;
	padding-top: 20px;
	padding-left: 20px;
}
