/* CSS Document */
html,body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #c5b199 url(../images/background_stretch.jpg) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 16px;
	text-align:justify;
	color: #000000;
}
h1 {
	line-height: 13px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 8px 0;
	
}
div#container{	
	position:absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
div#inhoud {
	background-image:url(../images/header-back.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 0px 46px 160px 48px;
}
div#inhoud img {
	margin: 20px 0px 20px 20px;
	/*
	border:#785320;
	border-style:solid;
	border-width:3px;
	*/
}
div#header {
	width: 100%;
	height: 349px;
	position: relative;
	padding: 0;
	margin: 0;
}
div#content {
	margin: 231px 0px 0px 0px;
	position: relative;		
	margin: 0 auto;
}
#contentStretch {
	background-image:url(../images/content_stretch2.jpg);
	background-repeat:repeat-y;
	background-position: top left;
}

a:link {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#777777;
	text-decoration:none;
}
a:visited {
	color: #99df00;
	text-decoration:underline;
}

