@charset "UTF-8";
/* CSS Document */

html{
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:center;
	}

body {
	background-color:#272727;
	background-image:url(images/bg_pattern.gif);
	font-family:Arial, Verdana, "Times New Roman";
	color:#333333;
	font-size:11px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

div.outer {
	width:980px;
	background-color:#FFFFFF;
	text-align:center;
	margin:auto;
	padding:0px;
}

div.top {
	width:980px;
	padding:0px;
}

div.middle {
	width:980px;
	padding:0px;
	background-image:url(images/border.gif);
	background-repeat:repeat-y;

}

div.content {
	width:870px;
	margin-left:55px;
	margin-right:55px;	

}

div.header {
	text-align:center;
	padding:5px;
}

div.topnav {
	background-color:#000000;
	height:25px;
}

div.tuisinhoud {
	text-align:left;
}

div.footer {
	text-align:left;
	padding-top:20px;
}

div.bottom {
	width:980px;
}

