/* Start of CMSMS style sheet 'Stil skovhuset' */
* {
margin:0;
padding:0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

html { font-size: 62.5%;font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

body {
   text-align: left;

 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;   font-size: 1.0em;
   line-height: 1.2em;
}


form { margin: 12px 0px;}
img {
   border: 0; 
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #000000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #666666;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #ffffff;
   color: #000000;
}

#primary-nav a:hover {
   text-decoration: none;
   background-color: #cccc99;
   color: #000000;
}


body {
   
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

.tiltoppen a:hover { background-color: #fff; }
p.tiltoppen  { padding: 20px 0 40px 0; font-size: 0.9em; display: block; text-decoration: underline;}
/*safari ekstras*/
body:last-child:not(:root:root) p.tiltoppen { padding: 30px 0 250px 0; }

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 900px; /* IE wont understand these, so we will use javascript magick */
   min-width: 480px;
   background-color: #fff;;
   color: black;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}




div#header {
   height: 60px; 
   background: #ffffff;           
}
div#indholdet { 
background-color: #fff; 
   margin: 1.5em 0 0 0; 
}



div#header h1 a {
   background: #fff url(images/cms/skovhuset.png) no-repeat 24px 12px; 
   display: block; 
   height: 60px;            
   text-indent: -999em;  
   text-decoration:none; 
}


div#content {
   margin: 0em 0 2em 0; /* some air above and under menu and content */
  overflow:hidden; 
border: 1px solid #ccc;
height: 100%;
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
padding-bottom: 34px;
}

div#main {
  float: left;
 margin-left: 3%; 
   margin-right: 1%; /* and some air on the right */
margin-bottom: 1em;
width: 63%;
padding: 1em 0;
height: 100%;
}


div#sidebar {
   float: right;  
   width: 26%;
   display: inline;  
   margin-left: 0;
background-color: #cccc99;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}


/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 2.1em 1%;
   width: 23%;  
}
div#sidebar.hascontent, div#main { padding-bottom: 32767px;
margin-bottom: -32767px; }


div#footer {
   clear:both;    
   color: #fff;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
display: none;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 0px dotted black;
}


.overskrift { font-weight: bold; margin-top: 1.4em; margin-bottom: 0;}
/* HEADINGS */
div#content h1 {
   font-size: 1em;  /* font size for h1 */
   line-height: 1.1em;
   margin: 0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

div#content h2, div#content h3, div#content h4, div#content h5, div#content  h6 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 2.2em 0 0.1em 0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

div#content #sidebar h6 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 1.3em 0 0.1em 0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
div#content #sidebar p {
   font-size: 1.1em;
   line-height: 1.2em;
   margin: 1em 0 0.1em 0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.2em;
   margin: 0.3em 0 0.7em 0;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif !important;
}

p.datoforside { font-size: 110%; font-style:italic;}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.2em;
}
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: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 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%;   /* smaller font size, as these are usually not so important data */
}

.center { text-align: center;}
.center2 { text-align: left; margin-top: 0.4em; margin-bottom: 0.4em; }
.information { margin-top: 1.2em; margin-bottom: 0.2em; font-weight: bold; }
.laesvidere { float: right; color: #c00;}
.laesvidere a {  color: #c00;}
.deltagere { text-align: left; }
/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}


div#stot a { width: 300px; height: 48px; position: absolute; right: 0; top: 0;  background: url(../images/stot.png) no-repeat 0 0px; z-index: 1; }
div#stot a:hover { background-position: 0 -200px; height: 244px; }
div#stot p { text-indent: -4222px; }



div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

td {padding: 4px 8px; border:none; }
tr { background-color: #cccc99; border:none; }
tr.hvid { background-color: #fff; border:none; }
tr:hover { background-color: #ccc; border:none; }


table { border: 0px solid #ccc; padding: 12px;}

.display {  }
.js .display { display:none; }
div#container { position: relative; top: 12px; left: 6px; height: 400px; width: 600px;  display: block; overflow: hidden;z-index: 1}
#div1,#div2,#div3 { position: absolute; height: 400px; width: 600px;z-index: 1}
#div2,#div3 { display: none; }
#div1 p, #div2 p, #div3 p { z-index: 4; margin: 0; position: relative;  color: #fff;  padding: 0 24px;  font-size: 24px;text-align: left;}
#div1 p img ,#div2 p img ,#div3  p img  { position: absolute; height: 400px; width: 600px; z-index: 1; left: 0px; top: 0;  }
#div1 p.overskrift,#div2 p.overskrift,#div3 p.overskrift  { text-transform: uppercase; font-size: 25px; color: #fff; text-align: left;  padding: 34px 24px 0 24px; line-height: 30px; height: 30px; display: block; }
/* End of 'Stil skovhuset' */

