/* Indeling website */
		body {
			margin: 0px;
			background-color: #fff;
			background-repeat: no-repeat;
			background-position: bottom left;
			background-attachment: fixed;
			border-left: 1px solid #dbdbdb;
			background-image: url(../img/left_bottom_bg.gif);
		}
		#layout #top {
			position: relative;
			left: 329px;
			width: 467px;
			height: 81px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			background-image: url(../img/main_top_empty.gif);
			border: 0px solid #000;
			/* Fix heading bug */
			margin-top: -12px;
			*margin-top: 0px;
		}
		#layout #top h1 {
			position: relative;
			font-size: 18px;
			font-family: Tahoma;
			color: #03038a;
			top: 50px;
			left: 30px;
		}
		#layout #content, #layout #content2 {
			position: relative;
			left: 329px;
			width: 381px;
			padding: 30px;
			margin-bottom:20px;
			font-size: 12px;
			font-family: Tahoma;
			background-color: #fff;
			border-left: 1px solid #dbdbdb;
			border-right: 1px solid #dbdbdb;
			border-bottom: 1px solid #dbdbdb
		}

		#layout #intro {
			position: relative;
			left: 329px;
			width: 410px;
			height: 140px;
			padding: 30px;
			margin-bottom:20px;
			font-size: 12px;
			font-family: Tahoma;
			line-height: 16px;
			background-repeat: no-repeat;
			background-position: left top;
			background-image: url(../img/hp_intro.gif)
		}
		#layout #intro a {
			color: #000;
		}
		#rightImg {
			position: absolute;
			top: 80px;
			left: 773px
		}
		#leftTop {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 330px;
			height: 320px;
			background-repeat: no-repeat;
			background-position: top left;
			background-image: url(../img/foto.jpg)
		}
		
/* leftTop */
		#leftTop .logo {
			position: relative;
			left: 20px;
			top: 22px;
			float: left
		}
		#leftTop .kader-right {
			float: right;
			border: 0px
		}
		#leftTop #navigatie {
			position: absolute;
			top: 190px;
			left: 10px;
			width: 322px
		}
		#leftTop #navigatie ul {
			position: relative;
			left: -10px;
			list-style-image: url('../img/list_point.gif')
		}
		#leftTop #navigatie a {
			font-size: 12px;
			font-family: Tahoma;
			color: #000
		}
		#leftTop #navigatie a:hover {
			font-size: 12px;
			font-family: Tahoma;
			color: #5B60A3
		}
		#leftTop #navigatie .a2 {
			font-weight: bold;
			font-size: 12px;
			font-family: Tahoma;
			text-decoration: none;
			color: #000
		}
		#leftTop #navigatie .a2:hover {
			font-weight: bold;
			font-size: 12px;
			font-family: Tahoma;
			text-decoration: none;
			color: #5B60A3
		}

/* main */
		#content hr {
			width: 80%;
			height: 1px;
			color: #dbdbdb
		}
		#content .titel {
			font-weight: bold
		}
		
/* Home tabel */
		#layout .homeTable {
			position: relative;
			left: 329px;
			width: 470px;
			margin-bottom: 20px;
			font-size: 12px;
			font-family: Tahoma
		}
		#layout .homeTable td {
			padding-left: 20px;
			vertical-align: top
		}
		#layout .homeTable ul {
			list-style-image: url('../img/list_point.gif')
		}
		#layout .homeTable a {
			color: #000
		}
		#layout .homeTable .line {
			height: 4px;
			font-size: 4px;
			border-top: 1px solid #dbdbdb
		}
		
/* Contact */
		#layout #content2 a {
			color: #000
		}
		#layout #content2 .contactList input, #layout #content2 .contactList textarea {
			width: 300px;
			background-color: #fff;
			border: 1px solid #dbdbdb
		}
		#layout #content2 .contactList dt {
			width: 200px;
			vertical-align: top
		}
		#layout #content2 .contactList dd {
			position: relative;
			top: -14px;
			left: 50px
		}
		#layout #content2 .sendMes {
			height: 200px
		}
		#layout .error {
			color: #ff0000
		}
		#layout #content2 .subTekst {
			font-size: 7pt;
			font-style: italic
		}
