* {
	/*color:black;*/
	border:0;
}
html, body{
	/*height: 100%;*/
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Geneva,Arial,Helvetica,sans-serif; */
	
	font-size:12px;
	background:url('/bgImages/bg_body.png') #EDE7CF top center repeat-y; 
}
#header{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:205px;
	width:990px;
	background:url('/bgImages/bg_top.jpg') #EDE7CF top center no-repeat;
}

#header.day{
	background:url('/bgImages/bg_top_day.jpg') #EDE7CF top center no-repeat;
}
#logo{
	margin-top:15px;
	margin-left:20px;

}
#bottomLogo{
	position:absolute;
	bottom:30px;
	right:55px;
}
#centerBox{
	position: absolute;
	width:990px;
	top: 0px;
	left: 50%;
	
	min-height:100%;
  	height:auto !important;
  	height:100%;
	
  	margin-left: -495px;
  	
}
#topBar{
	position:absolute;
	left:0px;
	top:200px;
	width:100%;
	height:40px;
	background:url('/bgImages/bg_top_bar.png') transparent;
	display:block;
	

}

#content{
	display:block;
	margin-top:204px;
	margin-left:95px;
  	background:url('/bgImages/bg_center.jpg');
  	
  	min-height:495px;
  	height:auto !important;
  	height:495px;
  	
  	padding-left:105px;
  	padding-right:200px;
  	padding-top:5px;
  	padding-bottom:35px;
  	
  	line-height:15px
}
* html #content { 
	/* properties voor IE6 (en IE5) */ 
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	margin-left:190px;
	margin-top:217px;
	height:460px;
	width:600px;
	overflow:scroll;
	overflow-x: hidden;
} 
*+html #content { 
/* properties voor IE7 */ 
	margin-top:217px;
}

#content #bottom{
	position:absolute;
	bottom:4px;
	left:188px;
	width:615px;
	text-align:center;
	font-color:black;
	

}

* html #content #bottom { 
	/* properties voor IE6 (en IE5) */ 
	display:none;
	}

#content #bottom a{
	margin-left:15px;
	margin-right:15px;
	text-decoration:none;
	font-size:11px;
}
.hr{
	display:block;
	width:590px;
	background:url('/bgImages/hr_black.jpg') no-repeat;
	height:1px;
	margin-bottom:3px;
	margin-top:3px;
}
* html #content .hr { 
/* properties voor IE6 (en IE5) */ 
	display:none;
}
#bottom .hr{
	background:url('/bgImages/hr.gif') no-repeat;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#menuLeft{
	position:absolute;
	left:0px;
	top:230px;
	width:195px;
  	background:url('/bgImages/menu_left.png');
  	background-repeat:repeat-y; 
  	min-height:500px;
  	height:auto !important;
  	height:500px;

}

#menuRight{
	position:absolute;
	right:0px;
	top:230px;
	width:195px;
  	background:url('/bgImages/menu_right.png');
  	background-repeat:repeat-y; 
  	min-height:500px;
  	height:auto !important;
  	height:500px;

}

#menuRight .rightItem{
	float:right;

}
#menuRight .rightBottom{
	position:absolute;
	bottom:0;
	right:0;
}

#menuLeft .leftBottom{
	position:absolute;
	bottom:0;
	left:0;
}

#menuLeft ul {
	margin-bottom:23px;
	margin:0;
	padding:0;

}

#menuLeft ul li{
	background:url('/bgImages/bg_menu.png');
	width:155px;
	height:26px;
	list-style-type:none;
	padding-left:40px;

}

#menuLeft ul#toolBox li{
	padding-left:5px;
	width:182px;

}

#menuLeft a{
	padding-top:4px;
	color:white;
	display:block;
	text-decoration:none;

}
#menuLeft a:hover{
	/*text-decoration:underline;*/

}

#menuRight ul {
	margin:0;
	padding:0;
	margin-bottom:23px;

}

#menuRight ul li{
	background:url('/bgImages/bg_menu.png') transparent 10px 0px no-repeat;
	width:155px;
	height:26px;
	list-style-type:none;
	padding-left:40px;

}

#menuRight a{
	padding-top:4px;
	color:white;
	display:block;
	text-decoration:none;

}
#menuRight a:hover{
	/*text-decoration:underline;*/

}

/*toggle div*/
#bodyContent pre{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Geneva,Arial,Helvetica,sans-serif; */
	font-size:12px;
	
	overflow:hidden;
	height:12px;
	padding-left:10px;
	font-size:10px;
	background:url('../document.png');
	background-position: 0px 1px;
	background-repeat:no-repeat;
	cursor:pointer;
	
}

#bodyContent pre:hover{
	overflow:auto;
	height:auto;
}



/*Search*/
#search{
	margin-top:10px;
}
#search input{
	color:#666666;
	text-align:center;
	border:1px solid black;
	vertical-align:middle;
	height:15px;
}
#search input[type="submit"]{

	color:black;
	height:18px;
	width:80px;
	background-color:#CCCCCC;
	text-align:center;
	border:1px solid black;
	vertical-align:middle;
	margin-top:5px;
}
/*Default styles*/

.clear{
	clear:both;
}
.center{
	display:block;
	text-align: center;
    margin-left: auto;
    margin-right: auto;

}
.rightContent{
	 text-align:center;
	 color:white;
	 width:175px;
	 float:right;
	 padding:4px;
	 margin-bottom:15px;
}
.rightContent a i{
	text-decoration:underline;
}
.rightContent b{
	 text-align:center;
	 color:white;
}
.rightContent i{
	 text-align:center;
	 color:white;
}
.rightContent img{
	margin:4px;
}

.right{
	 text-align:right;
	 color:white;
	 display:block;
}

/*Admin styles*/
#headActions{
	position:absolute;
	bottom:0;
	left:0;
}

#headActions div{
	position:relative;
	text-align:center;
	vertical-align:baseline;
	float:left;
	margin-right:4px;
	margin-top:12px;
	bottom:0px;
	

}

#headActions div:first-child{

	margin-left:186px;
	width:111px;
	

}

#headActions div a{
	display:block;
	margin-left:10px;
	margin-right:10px;
	height:17px;
	margin-top:1px;
	color:white;
	text-decoration:none;
}
#ca-nstab-main{
	background:url('/bgImages/edit_orange.jpg');
}

#ca-talk{
	background:url('/bgImages/edit_brown.jpg');
}
#ca-edit{
	background:url('/bgImages/edit_red.jpg');
}
#ca-history{
	background:url('/bgImages/edit_orange.jpg');
}
#ca-delete{
	background:url('/bgImages/edit_red.jpg');
}
#ca-move{
	background:url('/bgImages/edit_brown.jpg');
}
#ca-addsection{
	background:url('/bgImages/edit_brown.jpg');
}
#topBar div#ca-addsection  a{
	width:20px;
	height:17px;
}
#ca-protect{
	background:url('/bgImages/edit_orange.jpg');
}
#ca-unprotect{
	background:url('/bgImages/edit_orange.jpg');
}
#ca-watch{
	background:url('/bgImages/edit_red.jpg');
}
#ca-viewsource{
	display:none;
}

#headActions .selected{
	background:url('/bgImages/edit_green.jpg');
}

h3#siteSub{
display:none;
}
/*Disable search*/
form#powersearch{
	display:none;
}
.adminBtn{
	display:none;
}
#jump-to-nav{
	display:none;
}

span.searchmatch{
	font-weight:bold;
	color:green;
}

.printfooter{
	display:none;

}

#catlinks{
	display:none;
}
#filetoc{
	display:none;
}
#filehistory{
	display:none;
}
.filehistory{
	display:none;
}
#filelinks{
	display:none;
}
#filelinks{
	display:none;
}
#mw-imagepage-section-linkstoimage{
	display:none;
}
#mw-imagepage-linkstoimage{
	display:none;
}