#container{
	width:100%;
}

#page{
	position:relative;
	width:905px;
	left:50%;
	margin-left:-452px;
}

#header{
	position:relative;
	float:left;
	width:905px;
	height:205px;
	top:10px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
}

#mid{
	position:relative;
	float:left;
	width:905px;
	margin-top:15px;
}

#menu_left{
	position:relative;
	float:left;
	width:169px;
}

#menu_left_top{
	position:relative;
	float:left;
	width:169px;
	height:6px;
	background-image:url('../images/menu_left_top.png');
	background-repeat:no-repeat;
}

#menu_left_mid{
	position:relative;
	float:left;
	width:169px;
	background-image:url('../images/menu_left_mid.png');
	background-repeat:repeat-y;
}

#menu_left_mid_text{
	position:relative;
	float:left;
	width:165px;
	left:50%;
	margin-left:-81px;
}

#menu_left_bottom{
	position:relative;
	float:left;
	width:169px;
	height:9px;
	background-image:url('../images/menu_left_bottom.png');
	background-repeat:no-repeat;
}

.spacer_6{
	position:relative;
	float:left;
	width:6px;
	height:1px;
}

#spacer_6{
	position:relative;
	float:left;
	width:6px;
	height:1px;
}



#content{
	position:relative;
	float:left;
	width:555px;
}

#content_top{
	position:relative;
	float:left;
	width:555px;
	height:8px;
	background-image:url('../images/content_top.png');
	background-repeat:no-repeat;
}

#content_mid{
	position:relative;
	float:left;
	width:555px;
	background-image:url('../images/content_mid.png');
	background-repeat:repeat-y;
}

#content_text{
	position:relative;
	width:500px;
	left:50%;
	margin-left:-252px;
	margin-top:10px;
}

#content_bottom{
	position:relative;
	float:left;
	width:555px;
	height:9px;
	background-image:url('../images/content_bottom.png');
	background-repeat:no-repeat;
}

#menu_right{
	position:relative;
	float:left;
	width:169px;
}

#menu_right_top{
	position:relative;
	float:left;
	width:169px;
	height:6px;
	background-image:url('../images/menu_right_top.png');
	background-repeat:no-repeat;
}

#menu_right_mid{
	position:relative;
	float:left;
	width:169px;
	background-image:url('../images/menu_right_mid.png');
	background-repeat:repeat-y;
}

#menu_right_mid_text{
	position:relative;
	float:left;
	width:165px;
	left:50%;
	margin-left:-81px;
	text-align:center;
}

#menu_right_bottom{
	position:relative;
	float:left;
	width:169px;
	height:9px;
	background-image:url('../images/menu_right_bottom.png');
	background-repeat:no-repeat;
}

#footer{
	position:relative;
	float:left;
	width:905px;
	margin-top:5px;	
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
}

#footer_text{
	position:relative;
	width:905px;
	float:left;
	text-align:center;
	color:#000;
	margin-top:4px;
	margin-bottom:4px;
}

#footer_text a{
	color:#FFF;
	text-decoration:none;
}

#melding
{
	border: 1px solid #666;
	background-image: url(../images/warning.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 500px;
	margin_left: 20px;
}

#melding_in
{
	width: 350px;
	margin-left: 150px;
	margin-top:5px;
}

.menu_list{
	list-style-image:url('../images/arrow_double.png');
}

.menu_list_item a{
	color:#000;
	text-decoration:none;	
	line-height:17px;
}

.menu_list_item a:hover{
	color:#999;
	text-decoration:none;
}

.wiki_title{
	color:#222;
	font-size:17px;
	font-weight:bold;
}

body{
	background-image:url('../images/bground.png');
	background-repeat:repeat-x;
	background-color:#414141;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	line-height:15px;
}

img{
	border:none;
}

ul{
	margin-top:0px;
}

li{
	list-style-type:disc;
	line-height:15px;
	margin-left:-5px;
}

hr {
	color: #f00;
	background-color: #900;
	height: 3px;
	margin-top:-10px;
	margin-bottom:10px;
	border:none;
}

a{
	color:#900;
}