/* Start of CMSMS style sheet 'MaudCSS' */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;background-color: #E1B7A1;

	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #808080;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #000066;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	height: 0%;width: 600px;padding-left:300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: red;
}
#sidebar {width: 250px;margin-top: 150px;float: left;display: inline;}
#nieuws {width: 250px;margin-top: 170px;margin-left:20px;float: left;}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#werkvlak {
	background-image: url(uploads/Maud/werkvlak.jpg);
	background-repeat: no-repeat;
	height: 620px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;	background-position: top;
}
#werkvlak-nieuws {
	background-image: url(uploads/Maud/werkvlak-nieuws.jpg);
	background-repeat: no-repeat;
	height: 620px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;	background-position: top;
}
#werkvlak-gastenboek {
	background-image: url(uploads/Maud/werkvlak-gastenboek.jpg);
	background-repeat: no-repeat;
	height: 620px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;	background-position: top;
}

#content {
	height: 350px;
	width: 490px;
	background-image: url(upload/Maud/muisjes.jpg);
	background-repeat: no-repeat;background-attachment: fixed;
	background-position: right 200px;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position: absolute;
	left: 331px;
	top: 201px;
/*	background-color: #FFFFFF;*/	padding-right: 20px;
}
#gastcontent {
	height: 420px;
	width: 490px;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position: absolute;
	left: 331px;
	top: 120px;
	background-color: #ffffff;padding-right: 20px;
}
#naam {
	height: 62px;
	width: 380px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	left: 314px;
	top: 63px;
	background-color: #C5EFEF;;
	margin: 0px;
	padding: 0px;
}
#naam img {
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	width: 400px;
	position: absolute;
	left: 443px;
	top: 600px;
	text-align: right;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
/***************************/

/* End of 'MaudCSS' */

/* Start of CMSMS style sheet 'MaudVertMenu' */
/********************
MENU
*********************/
#menu_vert {padding-left: 0;margin-left: -5em;}

/* het 3de niveau heeft wat padding om wat afstand te maken */
div#menu_vert ul ul ul {padding-bottom: 0.5em;}

/* menu li block */
#menu_vert li {list-style: none; margin: 0; display: block;}

#menu_vert ul ul li {border: none;}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* links op het 1ste nivea */
div#menu_vert a {
   text-decoration:none; display: block;
   padding: 0.5em 0.5em 0.5em 0.5em; color: #18507C;
   background: url(uploads/Maud/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* 2de niveau, meer padding en kleiner lettertype */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* 3de niveau, meer padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 2em;
   background: url(uploads/Maud/dash.gif) no-repeat 0.5em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/Maud/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/Maud/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/Maud/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'MaudVertMenu' */

/* Start of CMSMS style sheet 'MaudHorMenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {margin-left: 1px;margin-right: 1px;}

/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #e1b7a1; width: 100%;}

#primary-nav li li { width: 200px; }

#primary-nav, #primary-nav ul { list-style: none; margin: 0px; padding: 0px; }
#primary-nav ul { position: absolute; top: auto; display: none; }
#primary-nav ul ul { margin-top: 1px;margin-left: -1px;left: 100%; top: 0px; }
	
#primary-nav li { margin-left: -1px;float: left; }
#primary-nav li li { margin-left: 0px;margin-top: -1px;float: none; position: relative; }

#primary-nav a { display: block; margin: 0px; padding: 5px 10px; text-decoration: none; color: #006699;}
#primary-nav li a { border-right: 1px solid #C0C0C0;border-left: 1px solid #c0c0c0;}
#primary-nav li li a { border: 1px solid #C0C0C0;}	
#primary-nav li, #primary-nav li.menuparent { background-color: #e1b7a1;}

#primary-nav li.menuactive { background-color: #edd0c8; }

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(uploads/Maud/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #edd0c8; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'MaudHorMenu' */

/* Start of CMSMS style sheet 'lightbox' */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* End of 'lightbox' */

/* Start of CMSMS style sheet 'Maud-Nieuws' */
div#news {margin: 0em 1em 0em 1em;  background: transparent;font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 10px;}

div#news h2 {font-size: 180%;font-weight: normal;color: #666666;}

.NewsSummaryPostdate {font-weight: normal;}

.NewsSummaryLink {font-size: 110%;font-weight: normal;font-style: italic;}

.NewsSummaryLink a:hover {color: #000000;text-decoration: none;	background-color: yellow}

.NewsSummary {
padding: 0.5em 0.5em 1em; 
margin: 0 0.5em 1em 0.5em;
}




/* End of 'Maud-Nieuws' */

