/* Start of CMSMS style sheet 'Clean_Orange : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-image: url(uploads/images/bgbalk.jpg);
   background-repeat: repeat-x;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: red;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: darkred;
}

a:hover {
   text-decoration: none;
   background-color: none;
   color: purple;
}

#menubar a {color:gold;}
#menubar a:hover {color:yellow;}

#left49 a {
position: absolute;
margin-right: 100px;
}

body {
   background-color: #fff;
   color: #666666;
   margin:1em;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width: 750px;
   min-width: 750px;
   background-color: #F7E3AE;
}

div#menubar {
   background-image: url(uploads/images/bgmenu2.jpg);
   height:15px;
   font-size: 10px;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
   color: white;
}

div#header {
   background-image: url(uploads/images/esdoornalt3.jpg);
   background-repeat: no-repeat;
   height:140px;
}

div#search {
   width: 90px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: darkred;
}

div#search input {
   width: 90px;  
   margin: 4px 0 0 0;
   color: black;
}

div#content {
   color: #666666;
   margin-left: 180px;
   margin-right: 180px;
   width: 384px; /* minus 6px due to ie6 */
}

div#content2 {
   color: gold;
   padding: 5px 10px 5px 5px;
   height: 600px;
   background-color: black;
   width: 370px; /* minus 6px due to ie6 */
}



div#lang {
   height: 50 px;
   position: relative;
   top: -18px;
   left: 540px;
   right: 20px;
   padding: 5px 10px 5px 0px;
   color: ivory;
}

div#leftsidebar {
   float: left;
   width: 150px;
   background-image: url(uploads/images/sidebg.jpg);
   height: 600px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 160px;
   background-image: url(uploads/images/sidebg.jpg);
   height: 600px;
}

div.NewsSummary {
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
border: 1px solid darkred;
background: ivory;
padding: 3px;}

p.NewsSummaryContent {margin-top: 5px}
div.NewsSummaryContent {margin-top: 5px}

div#footer {
   clear: both;
   background-image: url(uploads/images/bgmenu2.jpg);
   color: gold;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: gold;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

div#menudivider {margin-top: 7px;}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: darkred; 
   font-size: 20px; 
   font-weight: normal;
   text-align: left; 
   padding-left: 4px;
   padding-top: 4px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: darkred; 
   font-size: 20px; 
   font-weight: normal;
   text-align: left; 
   padding-left: 4px;
   padding-top: 4px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: darkred; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0.5em 0.5em 0.5em 0.5em; 
}

li.menuactive {background-color: white;}
a.menuactive {background-color: white;}
h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.2em;
   padding-left: 4px;
   color: black;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.1em;
   margin: 0 0 1.5em 0em;
}

li.menuactive {color: orange;}
a.menuactive {color: darkred;}

div#content ul li,
div#content ol li {
  margin: 0 0 0 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div#content dl {
  height: 400px;
}


/* END LISTS */


/* start album */
   span.noprintklasen {
   height: 400px;
   color: red;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul.picturelist {
  height: 400px;
}

ul.albumlist {
  height: 400px;
}

p.albumname {
  height: 25px;
}

p.albumnav {
  height: 200px;
}


/* end album */


/* start styling FLAGIT */


 #div1 {position:absolute; top: 400px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div2 {position:absolute; top: 400px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div3 {position:absolute; top: 400px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div4 {position:absolute; top: 400px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div5 {position:absolute; top: 300px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div6 {position:absolute; top: 300px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div7 {position:absolute; top: 300px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div8 {position:absolute; top: 300px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
 #div9 {position:absolute; top: 350px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div10 {position:absolute; top: 350px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div11 {position:absolute; top: 350px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div12 {position:absolute; top: 350px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div13 {position:absolute; top: 650px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div14 {position:absolute; top: 650px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div15 {position:absolute; top: 650px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div16 {position:absolute; top: 650px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div17 {position:absolute; top: 550px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div18 {position:absolute; top: 550px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div19 {position:absolute; top: 550px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div20 {position:absolute; top: 550px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div21 {position:absolute; top: 600px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div22 {position:absolute; top: 600px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div23 {position:absolute; top: 600px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}
#div24 {position:absolute; top: 600px; left: 500px; width:200; visibility:hidden; background-image: url(uploads/images/divbg.jpg); color: darkred; padding: 3px 3px 3px 3px; border: 2px solid gold; font-size: 10px;}

/* END FLAGIT */



/* End of 'Clean_Orange : Main' */

/* Start of CMSMS style sheet 'Clean_Orange : News' */
.NewsSummary {
    padding: 0em 0em 1em 0em;
    margin: 0 0em 1em 0em;
    border-bottom: 1px dotted #ccc; 
    background: beige;
}

.NewsSummaryPostdate {
   font-size: 10px;
   font-style: italic;
   padding-top: 6px;
   padding-bottom: 4px;
}

.NewsSummaryLink {
   font-weight: bold;
   color: #666666;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 1.6em;  
   color: #666666;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
   font-size: 10px;
   font-style: italic;
   padding-top: 4px;
   padding-bottom: 4px;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Clean_Orange : News' */

/* Start of CMSMS style sheet 'Clean_Orange : Navigation' */
/* This is the active menu for MARQUETERY PAGES */

/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}

#primary-nav2 li.menuparent {
margin-top: 0px;

}


#primary-nav1 li.menuparent {
margin-top: 0px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav2, #primary-nav2 ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: 0px;
}
#primary-nav2 ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav2 li { 
   margin-bottom: 0px; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav2 a { 
   border-top: 0px solid darkred; 
   border-right: 0px solid darkred; 
   border-bottom: 1px solid darkred; 
   border-left: 1px solid darkred; 
   display: block; 
   margin: 0px; 
   padding: 6px 0px 6px 3px;
   color: white;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav2 li, #primary-nav2 li.menuparent { 
   background-image: url(uploads/images/bgmenu2.jpg); 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav2 li.menuactive { 
   background-image: url(uploads/images/bgmenu4.jpg); 
   color: white;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav2 li.menuparent, 
#primary-nav2 li.menuparent:hover, 
#primary-nav2 li.menuparenth { 
 /*  background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
}

#primary-nav2 a:hover {color: yellow;}

/* Styling the apperance of menu items on hover */
#primary-nav2 li:hover, 
#primary-nav2 li.menuh, 
#primary-nav2 li.menuparenth, 
#primary-nav2 li.menuactiveh { 
   background-image: url(uploads/images/bgmenu1.jpg); 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav2 ul, 
#primary-nav2 li:hover ul, 
#primary-nav2 li:hover ul ul, 
#primary-nav2 li.menuparenth ul, 
#primary-nav2 li.menuparenth ul ul { 
   display: none; 
}
#primary-nav2 li:hover ul, 
#primary-nav2 ul li:hover ul, 
#primary-nav2 ul ul li:hover ul, 
#primary-nav2 li.menuparenth ul, 
#primary-nav2 ul li.menuparenth ul, 
#primary-nav2 ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav2 li, #primary-nav2 li.menuparenth { _float: left; _height: 1%; }
#primary-nav2 li a { _height: 1%; }


/* section header */
#primary-nav2 li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav2 li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* My right Menu */

/* Unless you know what you do, do not touch this */ 
#primary-nav1, #primary-nav1 ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: 0px;
}
#primary-nav1 ul { 
   position: absolute; 
   top: 0; 
   right: 100%; 
   display: none; 
}
#primary-nav1 li { 
   margin-bottom: 0px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav1 a { 
   border-top: 0px solid darkred; 
   border-right: 0px solid darkred; 
   border-bottom: 1px solid darkred; 
   border-left: 1px solid darkred; 
   display: block; 
   margin: 0px; 
   padding: 7px 0px 7px 3px;
   color: yellow;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav1 li, #primary-nav1 li.menuparent { 
   background-image: url(uploads/images/bgmenu2.jpg); 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav1 li.menuactive a.menuactive { 
   background-image: url(uploads/images/bgmenu4.jpg); 
   color: white;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav1 li.menuparent, 
#primary-nav1 li.menuparent:hover, 
#primary-nav1 li.menuparenth { 
 /*  background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
}

#primary-nav1 a:hover {color:white;}

/* Styling the apperance of menu items on hover */
#primary-nav1 a.menuactive:hover,
#primary-nav1 li:hover, 
#primary-nav1 li.menuh, 
#primary-nav1 li.menuparenth, 
#primary-nav1 li.menuactiveh 
{ 
   background-image: url(uploads/images/bgmenu1.jpg); 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav1 ul, 
#primary-nav1 li:hover ul, 
#primary-nav1 li:hover ul ul, 
#primary-nav1 li.menuparenth ul, 
#primary-nav1 li.menuparenth ul ul { 
   display: none; 
}
#primary-nav1 li:hover ul, 
#primary-nav1 ul li:hover ul, 
#primary-nav1 ul ul li:hover ul, 
#primary-nav1 li.menuparenth ul, 
#primary-nav1 ul li.menuparenth ul, 
#primary-nav1 ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav1 li, #primary-nav1 li.menuparenth { _float: left; _height: 1%; }
#primary-nav1 li a { _height: 1%; }


/* section header */
#primary-nav1 li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav1 li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}



/* End of 'Clean_Orange : Navigation' */

/* Start of CMSMS style sheet 'Clean_Orange : Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
   text-decoration: none;
}
/* colors for external links */
a.external:link {
  color: #ff6600;
/* background image for the link to show wiki style arrow */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0;
   text-decoration: none;
}
a.external:visited {
  color: #ff6600; /* a different color can be used for visited external links */
   text-decoration: none;

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #ff6600;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
  background-color: #f3f3f3;
   text-decoration: none;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.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 clearing */
/* End of 'Clean_Orange : Accessibility and cross-browser tools' */

