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

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

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

div#header {
	float: left;
	width: 840px;
	height: 173px;
	padding: 3px 0px 0px 0px;
	background: url('../images/header.png') no-repeat top left;
	text-align: left;
	color: #919191;
}

div#header a {
	color: #919191;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

div#content {
	float: left;
	width: 600px;
	padding: 0px 120px 0px 120px;
	background: url('../images/content.png') no-repeat top left;
	min-height:500px;
}

div#footer {
	width: 840px;
	height: 92px;
	background: url('images/footer.png');
	clear: both;
	text-align: right;
}

#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: center;
	font-size: 11.5px;
	margin: 0 auto;
	padding: 126px 0px 0px 85px;
	width: 755;
}

div#menu a {
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
div#menu a:hover {
	color: #918f8f;
}

.L1item{
	float: left;
	display:block;
	clear:none;
	line-height:33px;
	width: 93px;
	margin: 0px 0px 0px 2px;
}

.L1menu{
	float: left;
	clear:none;
	display:block;
	line-height:2em;
	width: 80px;
	height: 25px;
}

div#menu ul {
	margin: 0 0 0 0;
	padding: 0;
}
div#menu li {
	list-style: none;
	padding: 0 0 0 10px;
	font-weight: normal;
}

/*******************************
 *
 *
 * 		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;
}