/* Start of CMSMS style sheet 'MenuTemplate' */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
img {
   border: 0;
}
a,
a:link 
a:active { text-decoration: none;
/* 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 */
   color: #a50022; font-weight: bold; }
a:visited { text-decoration: none; color: #a50022; font-weight: bold;                /* a different color can be used for visited links */
}
a:hover { text-decoration: underline; color: #001119; font-weight: bold; }
#pagewrapper { background-image: url(../uploads/images/sitePics/spisBedre.gif); background-repeat: no-repeat; background-position: right 0; margin: 0 auto; width: 860px; padding-top: 32px; }
#wrapper { background-color: #fff; margin: 0; width: 858px; border: solid 1px #666; }
#header { width: 850px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; height: 350px; margin: 4px 4px 0; }
#menuwrapper { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 4px 4px 0; position: absolute; top: 114px; left: 6px; width: 830px; height: 114px; z-index: 10; }
#navigation { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 850px; margin: 0 4px; height: 30px; }
#contentwrapper { width: 850px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 4px; height: auto; min-width: 200px; }
#content { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 20px; }
#footerwrapper { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 850px; height: auto; clear: both; margin: 0 4px 4px; }
div#footer { color: #9d9d9d; text-align: right; padding: 10px 5px 5px; }
/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 { color: #c40000; font-size: 1.8em; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal; text-align: left; word-spacing: 2px; margin-bottom: 22px; }
div#content h3 {
   color: #4d4d4d; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em;
}
div#content h4 { color: #ab0c21; font-size: 1.4em; font-weight: bold; margin-bottom: 2px; }
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}
/* END TEXT */
/* LISTS */
div#content ul, div#main ol, div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li, div#main ol li { margin: 0 0 0.25em 3em; }
/* END LISTS */
td { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dotted #aeaeae; }

/* End of 'MenuTemplate' */

