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

html {
height:100%;
}
body {
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	background: url('images/bg.jpg') #30021a no-repeat top center fixed;
}


div#wrapper {
	margin: 0 auto;
	width: 920px;
}


div#wrapper2 {
	margin: 0 auto;
	display:block;
	width: 920px;
	float:left;
	background: url('images/wrapper.gif') repeat-y top left;
}


div#header {
	float: left;
	width: 920px;
	height: 271px;
	margin-top: 15px;
	background: url('images/header.gif') no-repeat top left;
}

div#left {
	float: left;
	width: 150px;
	min-height: 350px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;

}

div#content {
	float: left;
	width: 730px;
	margin: 0 0px 0 0;
	padding: 0 10px 10px 10px;
	min-height: 350px;
}

div#content h1 {
	font-size: 18px;
	border: 0px solid black;
	border-width: 0 0 0px 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div#content h2 {
	font-size: 14px;
	text-align: right;
	border: 0px solid black;
	border-width: 0px 0 0 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div#footer {
	width: 920px;
	height: 20px;
	text-align: right;
	cursor: pointer;
	clear: both;
}

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

#contact_error {
	color: #FF0000;
}

/*******************************
 *
 *
 * Horizontal menu styleset 
 *
 *
 ******************************
 */
div#menu {
	float: left;
	--border: 0px dashed #d3d4d4;
	text-align:center;
	font-size: 12px;
	margin: 0px;
	margin-left:0px;
	padding: 126px 0px 0px 310px;
	width: 610px;
}
div#menu ul {
	margin: 0 0 0 0;
	padding: 0;
}
div#menu li {
	list-style: none;
	padding: 0 0 0 10px;
	font-weight: normal;
}
div#menu a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
div#menu a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.L1item{
	cursor: pointer;
	height: 22px;
	padding: 0px 20px 0px 20px;	
	z-index: 1;
	float: left;
}

.L1menu{
	cursor: pointer;
	height: 22px;
	padding: 0px 20px 0px 20px;	
	z-index: 1;
	float: left;
}

.L2menu{
	cursor: pointer;
	height: 22px;
	border:0px solid #CF0070;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.L2item{
	cursor: pointer;
	height: 22px;
	border:1px solid #CF0070;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.hiddenL2{
	width: 190px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #CF0070;
}

.hiddenL3{
	width: 190px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #00528C;
}

.L3item{
	cursor: pointer;
	height: 16px;
	z-index: 1;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	/*background-color: #B9D300;*/
}
img{
	border: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: 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: 800px;
	float:left;
	color: #000000;
}
.news_news{	/* link div */
	float:right;
}
.news_news img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		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;
}
 /*******************************
 *
 *
 * 		Projecten
 *
 *
 ******************************
 */
.project_head {
	height:30px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
}
.project_start_msg{
	width:360px;
}
.project_pic {
	width:20px;
}
.project_text {
	font-family:Calibri, Arial, sans-serif;
	font-size: 12px;
	width:170px;
	text-align: left;
}

.project_text_wide {
	font-family:Calibri, Arial, sans-serif;
	font-size: 12px;
	width:340px;
	text-align: left;
}

.project_text a{
	font-family:Calibri, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}
	
project_text a:visited{

}
.project_table {
	border-spacing: 0px;
	border: 1px solid #eeeeee;
	vertical-align: top;
}
.project_table td {
	vertical-align: top;
	border: 1px solid #eeeeee;
	padding: 0px;
	background: url('images/news_wrapper.gif') repeat-y top left;
}

.project_news_entry {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

img{
	border: 0px;
}
