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

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

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

div#header {
	float: left;
	width: 936px;
	height: 344px;
	background: url('images/header.png') no-repeat top left;
	text-align: left;
}

div#header p {
	margin: 3px 0px 0px 749px;
	color: #ffffff;
}

div#header p a{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

div#header p img{
	margin: 5px 0px 0px 0px;
}

div#content {
	float: left;
	width: 936px;
	color: #ffffff;
	padding: 0px;
	min-height:300px;
}

div#content h1{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

div#content h2{
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0px 2px 0px;
	color: #ffffff;
}

div#content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	color: #ffffff;
}

div#content a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#content li {
	margin: 0px 0px 0px -5px;
}

div#footer {
	width: 100%;
	height: 70px;
	background: #ffffff;
	clear: both;
}

div#footer2{
	width: 936px;
	height: 70px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#footer2 img {
	margin: 3px 11px 0px 11px;
}

#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;
	text-align: center;
	margin: 0 auto;
	padding: 71px 0px 0px 20px;
	width: 100%;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

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

.L1item{
	text-align: center;
	cursor: pointer;
	z-index: 1;
	width: 90px;
	height: 15px;
	display:block;
	padding: 5px 0px 0px 0px;
	margin: 0px 1px 0px 1px;
	background-image: url('../images/knop.png');
	clear:none;
	float:left;
	position:relative;
}

.L1menu{
	text-align: center;
	cursor: pointer;
	z-index: 1;
	width: 90px;
	height: 15px;
	display:block;
	padding: 5px 0px 0px 0px;
	margin: 0px 1px 0px 1px;
	background-image: url('../images/knop.png');
	clear:none;
	float:left;
	position:relative;
}

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

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

.hiddenL2{
	text-align: center;
	width: 180px;
	height: 20px;
	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: #ffffff;
	background: url('../images/overknop.png');
}

.L1item a{
	color: #ffffff;
}

.L1menu{
	color: #ffffff;
	background: url('../images/knop.png');
}

.L1menu:hover{
	color: #ffffff;
	background: url('../images/overknop.png');
}

.L1selected{
	background: url('../images/overknop.png');
}

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

.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: 800px;
}

.photo_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 0px;
	cursor: pointer;
}
.photo_hoverdiv:hover{
	cursor: pointer;
}

.photos_text{	/* text div */
	width: 500px;
	float:left;
	color: #ffffff;
	text-decoration: none;
}

.imagealbum {
	max-width: 200px;
	max-height: 200px;
}

.photos_text a {	/* text div */
	text-decoration: none;
}

.photos_photo{	/* photo div */
	float:right;
}
.photos_photo img{
	border: 4px solid #2b4168;
}
 /*******************************
 *
 *
 * 		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;
}

embed {
	z-index: 2;
}
