html {
height:100%;
}
body {
	margin: 0;
	color: #000000;
	height:100%;
	background: url('images/bg.jpg') no-repeat top center #363636;
}

div#wrapper {
	margin: 0 auto;
	width: 930px;
	overflow: hidden;
	}

div#header {
	float: left;
	width: 930px;
	height: 235px;
	background: url('images/header.png') no-repeat top center;
	text-align: left;
	border: 0px solid #004400;
}

div#content {
	float: left;
	width: 810px;
	background: url('images/wrapper.png') repeat-y top center;
	color: #363636;
	padding: 30px 60px 40px 60px;
	min-height:310px;
}

#header h1 {
	width: 670px;
	text-align: left;
	color: #363636;
	text-decoration:  none;
	padding:  16px 0px 0px 110px;
	font-weight:  bold;
	letter-spacing: 8px;
	font-size: 20px;
}

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

div#footer {
	background: url('images/footer.png') no-repeat top center;
	width:930px;
	height: 19px;
	padding: 100px 0px 0px 0px;
	clear: both;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration:  none;
	font-size:  11px;
}

#footer a {
	color: #ffffff;
font-weight: bold;
text-decoration:  none;
font-size:  11px;
	margin:  0px 0px 0px 0px;
}

#contact_error {
	color: #FF0000;
}

/*******************************
 *
 *
 * file icons
 *
 *
 ******************************
 */
 .file_icon{	/* used at the upload page */
 	background-repeat: no-repeat;
 	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
 }

/*******************************
 *
 *
 * Horizontal menu styleset 
 *
 *
 ******************************
 */
#menu {
	margin: 0 auto;
	display: inline-block;
	padding: 70px 0px 0px 90px;
}

#menu a {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 8px;
	font-weight: bold;
	display: block;
	width: 100%;
	height:100%;
}
#menu a:hover {
	color: #647cb2;
}
.L1item{
	display: block;
	float: left;
	text-align: center;
	z-index: 1;
	height: 24px;
	padding: 82px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

.L1item:hover{
}

.L1selected{
		color: #ffffff;
}

}

.L2item{
	border:1px solid #aaa;
	z-index: 1;
	
	width: 142px;
	padding-left: 8px;
	
	height: 23px;
	padding-top: 7px;
	
	background-color: #8ba8f0;
	
	margin-top: 8px;

	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;	
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	background: #8031b5; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c586f0', endColorstr='#dbbef0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c586f0), to(#dbbef0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c586f0,  #dbbef0); /* for firefox 3.6+ */
}

.L2item:hover{
	background-image: url('images/btntest_hover.gif');
	background-color: #c586f0;
}

.L3item{
	border:1px solid #aaa;
	z-index: 1;
	
	width: 142px;
	padding-left: 8px;
	
	height: 23px;
	padding-top: 7px;
	
	margin-left: 8px;
	
	background-color: #6d3d8e;

	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;	
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	background: #c586f0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c586f0', endColorstr='#dbbef0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c586f0), to(#dbbef0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c586f0,  #dbbef0); /* for firefox 3.6+ */
}

.hiddenL2{
	text-align: left;
	width: 152px;	/* at least padding+width+border width of L2 item */
	position: absolute;
	padding: 5px;
	margin: 0px;
}

.hiddenL3{
	text-align: left;
	width: 152px; /* at least padding+width+border width of L3 item */
	position: absolute;
	padding: 0px;
	margin: 0px;
}



/*******************************
 *
 *
 * 		Sitemap 
 *
 *
 ******************************
 */
div#sitemap a, div#sitemap a:visited{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
 
div#sitemap a:hover{
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.sitemap_tab{
	padding-left: 40px;
}
 /*******************************
 *
 *
 * 		Fotopagina
 *
 *
 ******************************
 */
div#photos_container{
	width: 845px;
}
.photo_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.photo_container a{
	text-decoration: none;
}
.photo_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 10px;
	cursor: hand;
}
.photo_hoverdiv:hover{
	background-color: #eeeeee;
}
.photos_text{	/* text div */
	width: 500px;
	float:left;
	color: #000000;
}
.photos_photo{	/* photo div */
	float:right;
}
.photos_photo img{
	border: 3px solid #cccccc;
}
 /*******************************
 *
 *
 * 		Videopagina
 *
 *
 ******************************
 */
.video_container{
	text-align:center;
}
 /*******************************
 *
 *
 * 		Linkpagina
 *
 *
 ******************************
 */
div#links_container{
	width: 845px;
}
.link_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.link_container a{
	text-decoration: none;
}
.link_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 10px;
	cursor: hand;
}
.link_hoverdiv:hover{
	background-color: #eeeeee;
}
.links_text{	/* text div */
	width: 500px;
	float:left;
	color: #000000;
}
.links_link{	/* link div */
	float:right;
}
.links_link img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		Nieuwspagina
 *
 *
 ******************************
 */
div#news_container{
	width: 100%;/*845px;*/
}
.news_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.news_container a{
	text-decoration: none;
}
.news_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	cursor: hand;
}
.news_hoverdiv:hover{
	background-color: #eeeeee;
}
.news_title{
	font-weight: bold;
	background-color: #aaaaaa;
}
.news_text{	/* text div */
	padding: 10px;
	width: 90%;/*800px;*/
	float:left;
	color: #000000;
}
.news_news{	/* link div */
	float:right;
}
.news_news img{
	border: 3px solid #cccccc;
}
 /*******************************
 *
 *
 * 		Headlines
 *
 *
 ******************************
 */
 ul#headlines li a{
 	text-decoration: none;
 	font-size: 9px;
 	color: #000000;
 }
  ul#headlines li a:hover{
 	text-decoration: underline;
 	color: #999;
 }
 
 /*******************************
 *
 *
 * 		Gastenboek
 *
 *
 ******************************
 */
.gb-notes {
	color:#666666;
}
.gb_errors {
	color: #ff0000;
}
.gb_navbar {
	text-align:center;
}
div#loader{
	display: none;	
}
 /*******************************
 *
 *
 * 		Navigatie van album
 *
 *
 ******************************
 */
 div#nav{
 	display:block;
	text-align:center;
}

 div#nav a{
 	color: #000000;
 	text-decoration: none;
}


img{
	border: 0px;
}