/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body{
	background-image:url('../_images/background.png');
	background-repeat:repeat;
}
a img{
	border:none;
}
#container{
	width:950px;
	margin:auto;
}
#header{
	background-image:url('../_images/headerBack.png');
	background-repeat:repeat;
	width:950px;
}
#headerImage #fjLogo{
	float:left;
	margin:12px;
}
#headerImage #vjjfLogo{
	margin:15px;
	float:right;
}
#menu{
	background-image:url('../_images/menu.png');
	background-repeat:no-repeat;
	width:950px;
	height:47px;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
}
#menu ul{
	list-style:none;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	margin:0px;
}
#menu li{
	float:left;
	position:relative;
	z-index:100;
	margin-left:27px;
	margin-right:27px;
	padding-bottom:12px;
	color:#aaa;
}
#menu a{
	display:block;
	text-decoration:none;
}
#menu ul ul{
	visibility:hidden;
	padding:0px;
	position:absolute;
	width:120px;
	background-color:black;
	margin-left:-10px;
	margin-top:12px;
	opacity:0.8;
}
#menu ul ul li a{
	text-decoration:none;
	color:white;
}
#menu ul ul li{
	margin:0px;
	padding:5px;
	display:block;
	float:none;
	border-bottom:1px solid #333;
	box-shadow:2px 5px 5px black;
}
#menu ul ul li:hover{
	background-color:#666666;
}
#menu ul li:hover ul,#menu ul a:hover ul{
	visibility:visible;
}
#menu ul ul .info:hover{
	background-color:black;
	opacity:1.0;
	color:#333;
}
#menu ul ul .info
{
	color:#333;
}
#contentWrapper{
	width:100%;
	min-height:650px;
	background-image:url('../_images/contentbackground.png');	
}
#content{
	padding-top:40px;
	margin-left:40px;	
	font-size:14px;
	padding-bottom:40px;
}
#content ul{
	margin-left:25px;
}
#content h3{
	font-size:20px;
}
#content h4{
	font-size:18px;
}
#content h5{
	font-size:16px;
}
#content ul li, #content h3, #content h4, #content h5{
	padding:2px;
	color:black;
}
#content a{
	color:black;
}
#content #bestuur, #content #trainers{
	width:500px;	
	opacity:0.8;
	margin-left:200px;
	box-shadow:5px 5px 10px black;
}
#content #stagetabel table{
	width:870px;
	box-shadow:5px 5px 10px #bbb;
}
#content #stagetabel td{
	border:1px solid #bcbcbc;
}
#content .topic{
	background-color:#c7c7c7;
	opacity:0.9;
	margin:20px;
	padding:10px;
	box-shadow:5px 5px 5px #bbb;
}
#content .topic .homePageImage{
	width:150px;
}
#content .bbq{
	height:450px;
	background-image:url('../_images/bbq.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .ndk{
	height:500px;
	background-image:url('../_images/ndk.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .dragon{
	height:400px;
	background-image:url('../_images/dragon.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .contact{
	background-image:url('../_images/mailTopicback.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .kick{
	height:360px;
	background-image:url('../_images/kick.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .reglement{
	background-image:url('../_images/boek.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content .link{
	background-image:url('../_images/world.png');
	background-position:right;	
	background-repeat:no-repeat;
}
#content #selectors{
	width:400px;
	margin-left:225px;
}
#content #selectors td{
	width:50px;
	text-align:center;
	background-color:#666;
	opacity:0.7;
	box-shadow:5px 5px 10px #afafaf;
	padding:3px;
}
#content #selectors td a{
	color:#ccc;
}
#content #gallery{
	margin-top:10px;
	margin-left:85px;
	margin-right:125px;
	box-shadow:5px 5px 10px black;
}
#content .video{
	padding-bottom:-10px;
	margin-top:10px;
	margin-left:180px;
	margin-right:230px;
	box-shadow:5px 5px 10px black;
}
#content #afb img{
	width:420px;
	height:280px;	
}
.field{
 	width:100%;	
}
#footer{
	background-image:url('../_images/footer.png');
	background-repeat:no-repeat;
	width:950px;
	height:39px;
}
#footer #logoFacebook{
	margin:3px;
	float:left;	
}
#footer #copy{
	padding-top:4px;
	font-size:11px;
	text-align:center;
	color:#CCC;	
}
#footer #footerNav{
	float:right;
	margin-top:5px;
}
#footer #footerNav ul{
	list-style:none;
}
#footer #footerNav a{
	color:#CCC;
	font-size:11px;
	margin-right:10px;
}
#footer #footerNav ul li{
	margin:-5px;
}
