html,body{
   height:100%;
   margin:0;
   padding:0;
}

body{
	background:url(images/general/woodbgbrown.jpg);
	text-align:center;
	min-width:900px;
	min-height:600px;
}


#vert-hor{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;/* half elements height*/
	margin-left:-450px;/* half elements width*/
	width:900;
	height:600;
	border:0px solid #fff;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
	
}
#margincell{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	padding-right: 35px;
	padding-left: 35px;
	text-align: left;
}

@charset "UTF-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: url(images/general/woodbgbrown.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height : 600px
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	vertical-align: middle;
	height: 85px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 60px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:450px;
	color: #000;
	background:#FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;	
}
.oneColFixCtrHdr #footer a {
	color: #999;	
}
.oneColFixCtrHdr #footer a:hover {
	color: #F00;	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.p {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.streepjerood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	margin-right: 5px;
	margin-left: 5px;
}
.wit {
	color: #FFF;
}
.lightgray {
	color: #999;
}
.Titlesinpages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.TitleWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	margin-left: 50px;
	vertical-align: bottom;
	
}
#navigatie {
	padding-top: 65px;	
}
#navigatie a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 10px;
}
#navigatie a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 14px;
	line-height: 10px;
	
}
#navigatieindex {
	padding-left: 50px;
	width: 400px;	
}
#navigatieindex a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 10px;
}
#navigatieindex a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 14px;
	line-height: 10px;
	
}
#back a{
	font-size: 10px;
	color: #999;
	float: right;
	width: 40px;
	margin-right: 20px;
	padding-bottom: 40px;
}
.framewit {
	border-top: 2px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 5px solid #FFF;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#taal a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 80px;
	left: 850px;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#taal a:hover {
	color: #F00;
	text-decoration: none;
	position: relative;
	top: 80px;
	left: 850px;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


#taalindex a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 80px;
	left: 850px;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#taalindex a:hover {
	color: #F00;
	text-decoration: none;
	position: relative;
	top: 80px;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
