/*********************************
	Stylesheet Galerie-inbeeld
	Door Joël Cox voor Citysites
	(C) 2008 - 2009
/********************************/

body{
	background: #111111;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	
	scrollbar-base-color: #434343;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #EEE;
	scrollbar-darkshadow-color: #DEDEDE;
	scrollbar-face-color: #434343;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-track-color: #EEEEEE;
}	

#wrapper{
	background: url('images/context.gif') no-repeat top left;
	/*background: url('images/backgroundlow.jpg') black 50% 50% no-repeat ;*/
	margin: 0px auto;
	width: 800px;
	height: 488px;
	margin-top: 40px;
}

#content{
	height: 480px;
	width: 520px;
	margin-left: 15px;
	padding: 10px;
	padding-top: 10px;
	float: left;
}

#menu{
	background: url('images/menu.gif') no-repeat top right;
	height: 468px;
	padding-right: 0xp;
	float: right;
}

ul{padding-top: 285px;}

li{
	list-style: none;
	margin-left: -40px;
	font-size: 16px;
}



/******* Tekst *****

.item61 {
	margin-top: 80px;
}

.active item61 {
	margin-top: 80px;
}


/******* Links *****/

a img{
	border: none;
}

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

#menu a:hover{
	color: red;
}


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