/* Start of CMSMS style sheet 'Woods' */
body 
{
/*background-color: #28121c;*/
background: #ffffff url(images/woods/background1.png) repeat;
color: #333;
margin:10px 0px 10px 0px;
font: normal 12px/14px verdana;
	scrollbar-face-color:#28121c;
	scrollbar-base-color:#001317;
	scrollbar-arrow-color:#eee;
	scrollbar-track-color:#ACA690;
	scrollbar-shadow-color:#28121c;
	scrollbar-highlight-color:#eee;
	scrollbar-3dlight-color:#28121c;
	scrollbar-darkshadow-Color:#000000;
}

body.start
{
background: #ffffff;
}

div#pagewrapper 
{
border: 1px solid;
border-color: #6c6c6c;
margin: 0 auto 0 auto;
max-width: 802px;
min-width: 802px;
width: 802px;
background-color: #ACA690;
color: black;
min-height: 605px;
}
div#start
{
margin: 0 auto 0 auto;
max-width: 802px;
min-width: 802px;
width: 802px;
color: black;
min-height: 600px;
}
div#noscript
{
margin: 0 auto 0 auto;
align: center;
max-width: 802px;
min-width: 802px;
width: 802px;
color: black;
min-height: 600px;
}
/**/
div#header 
{				
border: 1px solid;
border-color: #6c6c6c;
height: 110px;
background: url(images/woods/Header2.png) no-repeat center; 
display: block;
text-indent: -999em;
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
#main
{
	height: 470px;
}
#main_content
{
width: 800px;
	height: 448px;
	color: #eee;
	/*display: block;*/
	/*overflow: auto;*/
	text-align: left;
	border: 1px solid;
	border-color: #6c6c6c;
	position: absolute;
	/*top: 60px;
	right: 30px;*/
	z-index: 0;
}
#main_content #content
{
	margin: 0px;
        padding: 10px;
	height: 428px;
        width: 780px;
	float: right;
	display: block;
	text-align: left;
	background-color: #ACA690;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#main_content #backgroundimage
{

	z-index: -30;
	position: absolute;
	background-color: #000;
	height: 448px;
        width: 800px;
	left: 0px;
	float: right;
}
#content
{
margin: 10px;
}
div#footer 
{
border: 1px solid;
border-color: #6c6c6c;
clear: both;
text-align: center;
color: #eee;
background: #ffffff url(images/woods/background1.png) repeat;
padding: 3px;
height: 19px;
font: normal 8px/10px verdana;
}
div#footer a
{
font: bold 8px/10px verdana;
}
h1
{
 background-color: #28121c;
 color: #ffffff;
 font: bold 12px/14px verdana;
 padding: 1px 5px 1px 5px;
}
h2
{
 font: bold 12px/14px verdana;
}
h3
{
 color: red;
 font: bold 12px/14px verdana;
}
h4
{
 font: bold 12px/14px verdana;
}
a,
a:link 
a:active {
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   /*background-color: inherit;*/ 
   color: #eee; 
   font-weight: bold;
   text-decoration: none;
}
img.thumbnail
{
border: 1px solid;
border-color: #6c6c6c;
}
a img
{
border: none;
}

/*MENU*/

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
width: 800px;
height: 20px;
border: 1px solid;
border-color: #6c6c6c;
margin: 0;
}

/* 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: #28121c;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 160px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute;
   z-index:10; 
   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; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 4px 0px;
   width: 159px;
   text-align: center;
   text-decoration: none; 
   color: #eee;
}
#primary-nav li a { 
   border-right: 1px solid #6c6c6c;
   border-left: 1px solid #6c6c6c;
}
#primary-nav li li a { 
   border: 1px solid #6c6c6c;
}	
#primary-nav li, #primary-nav li.menuparent, #primary-nav { 
   background-color: #28121c; 
font: bold 12px/14px verdana;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
      background-color: #ACA690;

}


/* 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(images/cms/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 { 
   color: #eee;
   filter: blur(add=true,direction=225,strength=5);  
}


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

/*GASTENBOEK*/

 /* Style pagination */

.cms-guestbook-showform-button
{
 text-align: center;
 margin: 20px 0px 20px 0px;
}

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #6c6c6c;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #28121c;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Woods' */

