@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:visited {
	color:#000;
	text-decoration: none;
}
a:active {
	color: #000000;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

div.language {
	width:650px;
	background-image:url(images/kroon_swart_agtergrond.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:auto;
	padding:10px;
	height:500px;
}	

div.outer {
	width:980px;
	background-color:#FFFFFF;
	text-align:center;
	margin:auto;
	padding:0px;
}

div.outer_index {
	width:650px;
	background-color:#FFFFFF;
	text-align:center;
	margin:auto;
	padding:0px;
}

div.top {
	width:980px;
	padding:0px;
}

div.top_index {
	width:650px;
	padding:0px;
}

div.middle {
	width:980px;
	padding:0px;
	background-image:url(images/border.gif);
	background-repeat:repeat-y;

}

div.middle_index {
	width:650px;
	padding:0px;
	background-image:url(images/border_index.gif);
	background-repeat:repeat-y;

}

div.content {
	width:870px;
	margin-left:55px;
	margin-right:55px;	

}

div.content_index {
	width:500px;
	margin-left:60px;
	margin-right:20px;	

}

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;
}

div.bottom_index {
	width:650px;
}



