@import "cmxform_lib.css";
@import "cmxform.css";

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

div#wrapper {
	margin: 0 auto;
	width: 860px;
	overflow: hidden;
	background: #ffffff;
	}

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

div#right {
	float: left;
	width: 231px;
	min-height:250px;	
	background: #ffffff;
	border-left: 2px solid #e5e5e5;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 27px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px; 
}

div#right h1{
	color: #ed1c24;
	font-size: 13px;
	font-weight: bold;
}	

div#right a{
	color: #ed1c24;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#content {
	float: left;
	width: 542px;
	padding: 0px 30px 0px 28px;
	background: #ffffff;
	min-height:250px;
}

div#content h1 {
	color: #ed1c24;
	font-size: 18px; 
	font-weight: bold;
	margin: 16px 0px 12px 0px;
}

div#content img {
	border: 1px solid #ed1c24;
}

div#footer {
	width: 817px;
	height: 30px;
	background: #ffffff;
	cursor: pointer;
	clear: both;
	text-align: right;
	padding: 10px 43px 0px 0px
}

div#footer a{
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}	

#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 
 *
 *
 ******************************
 */
div#menu {
	display: block;
	border: 0px dashed #d3d4d4;
	text-align: left;
	margin: 0 auto;
	padding: 106px 0px 0px 200px;
	width: 100%;
}

div#menu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover{
	color: #ed1c24;
	text-decoration: none;
}

.L1item{
	text-align: center;
	background: url('../images/knop.png') no-repeat top center;
	cursor: pointer;
	z-index: 1;
	min-width: 113px;
	height: 31px;
	display:block;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	clear:none;
	float:left;
	position:relative;
}

.L1menu{
	text-align: center;
	cursor: pointer;
	z-index: 1;
	width: 90px;
	height: 22px;
	display:block;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0 2px 0px 2px;
	clear:none;
	float:left;
	position:relative;
}

.L2menu{
	cursor: pointer;
	padding: 2px;
	margin: 1px;
	border-bottom:0px;
	z-index: 1;
}

.L2item{
	cursor: pointer;
	padding: 3px;
	margin: 1px;
	border-bottom:0px;
	z-index: 1;
}

.hiddenL2{
	text-align: center;
	width: 120px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

.hiddenL3{
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
}

.L3item{
	cursor: pointer;
	height: 16px;
	z-index: 1;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	background-color: #eeeeee;
}

.L1item:hover{
	color: #ed1c24;
}

.L1item a{
	color: #000000;
}

.L1menu{
	color: #d45f63;
}

.L1menu:hover{
	color: #ed1c24;
}

.L1selected a{
	color: #ed1c24;
}

.L2item:hover{
	background: url('../images/knop.png') no-repeat top center;
}

.L2item{
	background-image: url('../images/subknop.png');
}

/*******************************
 *
 *
 * 		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: 540px;
}
div#photo_container{
	float: left;
	margin: 5px;
	width: 260px;
	text-decoration: none;
	background-color: #FFFFFF;
}
div#photo_container a{
	text-decoration: none;
	color: #000000;
}

div#photo_container img{
	border: 3px solid #cccccc;
}


.photo_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 260px;	/* force hover effect on IE for whole DIV */
	padding: 0px;
}
.photo_hoverdiv:hover{
	background-color: #eeeeee;
}
.photos_text{	/* text div */
	width: 260px;
	float:left;
	text-align: center;
	color: #000000;
}
.photos_photo{	/* photo div */
	float:center;
}
.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;
}