/* CSS Document */

/* Text Styles */

a {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #6f2e10;
	
}

body {
	font-family: Trebuchet;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #6f2e10;
	
}

p {
	font-family: Trebuchet;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #6f2e10;
	
}

#container #maincontent .Titel {
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-size: 24px;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
}

#container #maincontent td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
}

#container #maincontent .Subtitel {
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
}

#container #maincontent .onderdeeltitel {
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
}


/* Basic Framework */

#container{
	background: #732d0f;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 933px;
	height: 618px;
	border: solid yellow 0px;
}

#image_left{
	position: absolute;
	left: 0px;
	top: 12px;
	width: 13px;
	height: 520px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 20;
	border: solid red 0px;
}

#image_top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 933px;
	height: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 40;
	border: solid red 0px;
}

#image_right{
	position: absolute;
	left: 920px;
	top: 12px;
	width: 13px;
	height: 520px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 20;
	border: solid red 0px;
}

#image_bottom{
	position: absolute;
	left: 0px;
	top: 532px;
	width: 933px;
	height: 86px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 10;
	border: solid green 0px;
}

#logo_top{
	position: absolute;
	left: 13px;
	top: 12px;
	width: 207px;
	height: 122px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF;
	background-position: 0px 0px;
	z-index: 10;
	border: solid green 0px;
}

#navigatie_top{
	position: absolute;
	left: 220px;
	top: 12px;
	width: 700px;
	height: 122px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF;
	background-position: 0px 0px;
	z-index: 10;
	border: solid green 0px;
}

#navigatie{
	position: absolute;
	left: 13px;
	top: 134px;
	width: 207px;
	height: 398px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF;
	background-position: 0px 0px;
	z-index: 10;
	border: solid red 0px;
}

#maincontent{
	position: relative;
	left: 220px;
	top: 134px;
	width: 700px;
	height: 398px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF  url(../_images/verloop_contentscherm.jpg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
	z-index: 1;
	border: solid green 0px;
  overflow:auto;
}




