@charset "utf-8";
/* CSS Document */

body{
	background: url(pics/leather.jpg) repeat-x;
	padding: 20px;
	color: #523b0f;
	scrollbar-3dlight-color: #744c06;
	scrollbar-arrow-color: #7d5024;
	scrollbar-base-color: #b9a461;
	scrollbar-darkshadow-color: #744c06;
	scrollbar-track-color: #956939;
}
#wrapping{
	height: 1070px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 0;
	background: url(pics/oldpaper2.jpg);
	background-repeat: no-repeat;
	position: relative;
	visibility: inherit;
}
			

#banner{
	width: 820px;
	height: 175px;
	background: url(pics/crooswijk_banner.jpg);
	background-repeat: no-repeat;
}
#textnews{
	float:left;
	width:820px;
	height:20px;
}
#Content {
	 float:left;
	  width:810px;
	  border:solid 0;
	  height:660px;
	  margin-top:20px;
	  overflow:auto;
	  padding-left:10px;
}
	 
/* nieuwe dropdownmenu  main navigation*/
#mainNav{
	width:auto;
	height:30px;
	margin:0px auto;
 
	
}
 dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 186px;
	left: 10px;
	z-index:100;
	width: 1008px;
}
#menu dl {
float: left;
width: 100px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: url(pics/menu_hover.jpg) repeat-x 100px;
border: #853212;
}
#menu dd {
border: #853212;
}
#menu li {
text-align: center;
background: #c6af6c;
}
#menu li a, #menu dt a {
color: #552c0a;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover {
background:#fcf8f8;
}
#menu dt a:hover{
background:url(pics/menu_h.jpg) repeat-x 100px;
}

/*einde dropdownmenu */

a {text-decoration: none;
color: black;
color: #222;
}
	

	

p{
	color:#552c0a;
	font-weight:bold;
}
 

h1{ 
	color:#552c0a;
	font-family:"Maiandra GD";
	font-size:inherit;
	

}


#Content  a:hover{
	color:#AC8959;
}
#Content a:link{
	color:#ffffcc;
	}
#Content a:visited{
	color: #6C6C00;
}
#footer{
	height:150px;
	width:815px;
	clear:both;
	border: solid 0;
	margin-left:5px;
	background:url(pics/adlogomini.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:2px;
	position:absolute;
	bottom:0px;
	left:5px;
}
#footer a{
text-decoration:underline;
color:#0033CC;
}
