﻿@import url("green.css");

* { padding:0; margin:0; }

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { 
 margin-bottom: 12px; 
}

ul, ol, dl {padding: 10px; margin-left:20px;}

body {
 background-color: #fff;
 margin:10px 0;
}
/*** GUI Elementer *************/
#wrapper { 
 margin: 0 auto;
 width: 870px;
 background:#fff;
}
#top{
 margin:0 auto;
 margin-top:15px;
 width:870px;
 height:25px;
 background-image:url(/Files/System/design3/top.gif);
}
#header {
 margin: 0 auto;
 width: 820px;
 background: #fff;
}
#logo{
 float:left;
 width:550px;
 padding:0 0 8px 0;
}
#logo-img{
 display:inline;
}
#logo-txt{
  display:inline;
  font-weight:bold;
  font-size:25px;
}
#soeg{
 float:left;
 width:266px;
 padding:10px 0 25px 0;
}
#top-menu{
 clear:both;
 margin: 0 auto;
 margin-top: 5px; 
 margin-bottom: 10px;
 width: 820px;
 height: 30px;
 }
#content { 
 margin: 0 auto;
 margin-bottom: 10px;
 width: 820px;
 background-repeat:repeat-y;
}
#innerUside{ 
 width: 820px;
 min-height: 300px;
 overflow: hidden;
}
#indhold{      
 float: left; 
 width: 610px;  
 margin-bottom: -10000px; 
 padding-bottom: 10000px; 
}
.marginIndhold{
 position:relative;
 margin:0 10px 0 0;
}
#umenu{ 
 float: left;
 width: 210px;   
 margin-bottom: -10000px; 
 padding-bottom: 10000px;
}
.marginFeatured{
 marging:8px;
}
.margin8px{
 margin: 8px;
}
#footer{ 
 clear: both;
 margin: 0 auto;
 width: 820px;
 height: 40px;
 background-image: url(/Files/System/design3/footerStreg.gif);
 background-repeat:repeat-x;
}
#copyright{
 float: right;
 margin: 6px 0 0 0;
}
#bund{
 margin:0 auto;
 margin-bottom:25px;
 width:870px;
 height:25px;
 background-image:url(/Files/System/design3/bund.gif);
 clear:both;
}
#printIcon{
 position:absolute;
 top:0;
 right:0;
}
/*** Top menu ****************/
#top-menu ul{
 margin: 0 0 0 10px; 
 padding: 8px 0 0 0;
 list-style-type: none;
}
#top-menu ul li{
 display:inline;
}
#top-menu ul li a{
 font-family: Verdana, Helvetica, Arial;
 font-size: 14px;
 font-weight:bold;
 color: #fff;
 text-decoration: none;
 margin: 0 10px 0 0;
}
#top-menu ul li a:hover{
 color:#000000;
}
#top-menu ul li a#activeitem{
 color:#000000;
}
#top-menu ul li a.inpath{ /* the black color of active topmenu item */
 color:#000;
}
/*** Forside elementer ***/
#forsidePic{
 margin: 0 auto;
 width:820px;
 height:200px;
}
#innerForside{ 
 width: 820px;
 overflow: hidden;
}
#innerForside div{      
 float: left; 
 width: 273px;  
 margin-bottom: -1000px; 
 padding-bottom: 1000px; 
}
#innerForside .featured2{ 
 width: 274px;
 background: #fff; 
}
#innerForside .featured3{
 width: 273px;
}
.marginFeatured{
 margin:6px;
}
.boxesHeading{
 font-family: Verdana, Helvetica, Arial;
 font-size: 18px;
 font-weight: 600;
 margin:4px 0 10px 0;
 display:block;
}