/* CSS Document */


* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 11px;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
    min-height: 100%;
	_height: 100%;
    width: 100%;
	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 */
}

#container_main {
    min-height: 100%;
	background-image:url("../gfx/bg_container.gif");
	background-repeat:repeat-y;
    width: 610px;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

#ftr_container {
	background-image:url("../gfx/bg_ftr.gif");
	background-repeat:repeat-x;
	background-position:bottom;
    width: 100%;
    margin: 0 auto; /* deze div centreren */
    position: realtive; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

#hdr {
	position: relative;
	float: left;
	background-color:#FFFFFF;
	width: 610px;
	height: 49px;
	font-size: 30px;
	color: #0170bf;
	font-family:Arial, Helvetica, sans-serif;
}

#hdr_content {
	position: relative;
	float: left;
	background-image:url("../gfx/bg_content_hdr.gif");
	background-repeat: no-repeat;
	width: 610px;
	height: 21px;
}

#cont_container {
	position: relative;
	float: left;
	width: 610px;
}

#cont_hdr {
	position: relative;
	float: left;
	width: 585px;
	height: 117px;
	padding-left: 25px;
}

#cont_logo {
	position: relative;
	float: left;
	background-image:url(../gfx/logo_kompas1.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 179px;
}	

#cont_image {
	position: relative;
	float: left;
	background-image:url("../gfx/cont_image.gif");
	background-repeat: no-repeat;
	width: 420px;
	height: 59px;
	margin-left: 20px;
	margin-top: 25px;
}

#cont_menu {
	position: relative;
	float: left;
	width: 425px;
	height: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#cont_text {
	position: relative;
	float: left;
	width: 420px;
    min-height: 323px;
	height: 323px auto;
	_height: 323px;
	padding-left: 153px;
	padding-bottom: 20px;
}

#logo_stappen {
	position: relative;
	float: right;
	width: 277px;
	height: 36px;
	margin-top: 10px;
	margin-right: 15px;
	border: 0;
}

#logo_koers {
    height: 75px;
	background-image:url("../gfx/logo_koers.gif");
	background-repeat: no-repeat;
    width: 580px;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

#koers_container {
	background-color:#FFFFFF;
    width: 610px;
	float:none;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */

}

#ftr_content {
	position: relative;
	background-image:url("../gfx/bg_content_ftr.gif");
	background-repeat: no-repeat;
	width: 610px;
	height: 21px;
	top:-5px;
    margin: 0 auto; /* deze div centreren */
}

#phone {
	position: absolute;
	left: -150px;
	top: 72px;
}

#phone_nr {
	width: 145px;
	height: 17px;
	border: 0;
}

#photo {
	position: absolute;
	top: -330px;
}

#photo_left {
	width: 105px;
	height: 160px;
	border: 0;
	margin-left: 28px;
}

ul.num {
	margin-left: 20px;
	list-style-type:decimal;
}
ul.image {
	margin: 0;
	list-style-type: none;
}

li.image{
	background-image:url("../gfx/li_image.gif");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 25px;
	height: 20px auto;
	margin-bottom: 5px;
}

li.num {
	height: 20px auto;
	margin-bottom: 5px;
}

li.bold {
	background-image:url("../gfx/li_image.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #0170bf;
	margin: 0;
}

#stappen_text {
	font-size: 16px;
	font-weight: bold;
	color: #0170bf;
	text-transform: uppercase;
}

.dienst_nav {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 40px;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

input{
	border: 1px solid #bababa;
	font-size: 11px
}

input.shadeform {
	width: 150px;
	height: 16px;
}

select {
	border: 1px solid #bababa;
	font-size: 11px;
	width: 150px;
}

textarea {
	border: 1px solid #bababa;
	font-size: 11px;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentHeader {
	height: 22px;
	font-size: 11px;
	font-weight: bold;
}

.contentHeaderSub {
	height: 22px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #0170bf;
}

.contentLabel {
	height: 22px;
	font-size: 11px;
	font-weight: normal;
	width: 220px;
}

.content {
}
