html, body {
height: 100%; /* heel belangrijk */
}
body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 7.5pt;
	color: rgb(0,0,0);
	letter-spacing: 1px;
	line-height: 17px;
	margin: 0px;
	text-align: center; /* for IE */
	background-color: rgb(84,83,74);
	height: 100%;
	overflow: hidden;
}
/*  --------------------------------------------------------------------  */
/*  DIVS  --------------------------------------------!!!!!!!!!!!!!-----  */
/*  CONTAINER  ---------------------------------------!!!!!!!!!!!!!-----  */
#container {
	height: 100%;
	width: 1000px;
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/cntnt_back.png);
}
/*  TOP  ---------------------------------------------!!!!!!!!!!!!!-----  */
#top {
	z-index: 5;
	position: relative;
	float: bottom;
	width: 100%;
	height: 130px;
	background-color: rgb(84,83,74);
	background-image: url(../images/top.png);
}
#nav {
	position: absolute;
	top: 87px;
	left: 125px;
	width: 750;
	height: 15;
	text-align: left;
	font-weight: bold;
	color: rgb(255,255,255);
	z-index: 6;
}

/*  Dropdown Menu  --------------------------------------!!!!!!!!!!!!!-----  */
#sddm{
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px;
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 1px 6px 0px 6px;
	background: rgb(244,125,48);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover {
	background: rgb(200,90,20);
}
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 1px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid rgb(244,125,48);
}
	#sddm div a {	
		position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: rgb(248,247,240);
		color: rgb(84,83,74);
		font: 10px;
	}
	#sddm div a:hover {
		background: rgb(200,90,20);
		color: #FFFFFF;
	}
#m1 { z-index: 10; }
#m2 { z-index: 10; }
#m3 { z-index: 10; }
#m4 { z-index: 10; }
#m5 { z-index: 10; }
#m6 { z-index: 10; }
#m7 { z-index: 10; }
#m8 { z-index: 10; }

/*  CONTENT  ------------------------------------------!!!!!!!!!!!!!-----  */
#cntnt_photo {
	position: absolute;
	top: 135px;
	left: 49px;
	width: 301px;
	height: 301px;
	z-index: 3;
}
#frame_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 301px;
	height: 301px;
	z-index: 4;
}
#header_left_photo {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 291px;
	text-align: left;
	line-height: 35px;
}
#content {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90%;
	background-image: url(../images/cntnt_back.png);
	background-color: rgb(84,83,74);
}
#content_back_top {
	position: relative;
	float: top;
	width: 100%;
	height: 130px;
}
#content_top {
	position: relative;
	float: top;
	width: 1000px;
	height: 25px;
	background-image: url(../images/cntnt_top.png);
}
#content_div {
	position: relative;
	float: top;
	width: 900px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}
#content_hd_photo {
	position: absolute;
	top: 300px;
	left: 15px;
	width: 275;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(244,125,48);
	line-height: 24px;
	text-align: left;
}
#content_container {
	position: absolute;
	top: 0px;
	left: 325px;
	width: 573px;
	//height: 70%;
	height: 400px;
	text-align: left;
	overflow: auto;
}
#sub_nav {
	position: relative;
	float: top;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
#content_left {
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
}
#content_space{
	position: relative;
	float: left;
	width: 40px;
	text-align: left;
}
#content_right {
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
}
#content_left_right {
	position: relative;
	float: left;
	width: 490px;
	text-align: left;
}
/*  BOTTOM  ------------------------------------------!!!!!!!!!!!!!-----  */
#bottom {
	z-index: 1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 10%;
	width: 100%;
	text-align: center; /* for IE */
	background-image: url(../images/bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#naw {
	position: absolute;
	bottom: 0px;
	left: 100px;
	width: 100%;
	height: 20px;
	text-align: left;
	color: rgb(84,83,74); 
}
/*  --------------------------------------------------------------------  */
/*  TEXT  --------------------------------------------!!!!!!!!!!!!!-----  */
.header {
	color: rgb(244,125,48);
	font-weight: bold;
}
.header_left {
	color: rgb(244,125,48);
	font-weight: bold;
	font-size: 24pt;
}
.hd_bottom {
	color: rgb(244,125,48);
	font-weight: bold;
}
/*  --------------------------------------------------------------------  */
/*  IMG  ---------------------------------------------!!!!!!!!!!!!!-----  */
.img {
	border-width: 0px;
}
.thumb_img {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(244,125,48);
}
/*  --------------------------------------------------------------------  */
/*  A HREF  ------------------------------------------!!!!!!!!!!!!!-----  */
a:link {
	color: rgb(84,83,74);
	text-decoration: underline;
}a:visited {
	color: rgb(84,83,74);
	text-decoration: underline;
}a:hover {
	color: rgb(244,125,48);
	text-decoration: underline;
}a:active {
	color: rgb(84,83,74);
	text-decoration: underline;
}
a.link_top {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.link_top:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.link_top:hover {
	color: rgb(84,83,74);
	text-decoration: none;
}
a.link_top:active {
	color: rgb(255,255,255);
	text-decoration: none;
}
/*  --------------------------------------------------------------------  */
/*  FORM  --------------------------------------------!!!!!!!!!!!!!-----  */
.button {
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 75px;
	font-size: 9pt;
	color: rgb(84,83,74);
	border-style: solid;
	border-color: rgb(244,125,48);
	background-color: rgb(222,222,222);
}
.inputfield {
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 200;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
}
.inputfield_big {
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 200;
	height: 100px;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
}
