html, body {
   height: 100%;
   margin: 0px;
}

body {
   background-color: #fff;
   margin: 0px;
}
.center {
   position: relative;
   width: 880px;
   margin: 0px auto 0px;
}
#wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

#header {
   position: relative;
   height: 70px;
   width: 100%;
   margin: 0px;
   background-color: #000;
}
#header .center {
   height: 70px;
}
#header #logo {
   position: absolute;
   top: 50%;
   margin-top: -23px;
}
#header ul {
   position: absolute;
   right: 0px;
   display: block;
   margin: 0px;
   list-style: none;
   height: 70px;
}
#header ul li {
   display: block;
   height: 70px;
   text-transform: uppercase;
   font: 11px Arial;
   font-weight: bold;
   float: left;
}
#header ul li a {
   display: block;
   float: left;
   color: #fff;
   height: 26px;
   padding: 44px 6px 0px;
   text-decoration: none;
   line-height: 11px;
   vertical-align: bottom;
}
#header ul li.current a {
   background: #444;
}
#header ul li a:hover {
   background: #222;
}
#header ul li ul {
   display: none;
}

#main {
   min-height: 354px;
   background: url('http://www.testwebben.se/2116/Images/bg.gif') top repeat-x;
   width: 100%;
   margin: 0px;
   overflow: auto;
   position: relative;
}
#main-wrapper {
   position: relative;
   width: 880px;
   margin: 45px auto 0px;
   overflow: auto;
}
#main-submenu {
   float: left;
   width: 170px;
   margin: 0px;
   color: #000;
   font: 12px Arial;
}
#main-submenu ul, #main-submenu li {
   list-style: none;
   margin: 0px;
   padding: 0px;
   line-height: 20px;
}
#main-submenu #detachedSubMenu .active {
   list-style-type: disc;
   margin-left: 15px;
   padding-left: 0px;
   text-indent: -6px;
}
#main-submenu #detachedSubMenu a {
   text-decoration: none;
   font-weight: bold;
   color: #000;
}
#main-submenu #subMenuHeader {
   display: none;
}
#main-content {
   float: left;
   width: 370px;
   margin: 0px 0px 0px 45px;
   color: #000;
   font: 12px Arial;
   line-height: 15px;
}
#main-right {
   float: left;
   width: 250px;
   margin: 0px 0px 0px 45px;
   font: 12px Arial;
}






#footerpush {
   height: 90px;
}
#footer {
   position: relative;
   width: 100%;
   height: 90px;
   text-align: right;
   font: 10px Arial;
   font-weight: bold;
   color: #fff;
   background-color: #000;
   overflow: visible;
}
#footer .center {
   
}
#footer .center #footerimageleft {
   position: relative;
   width: 170px;
   height: 95px;
   float: left;
   margin: -95px auto 0px;
   background: url('http://www.testwebben.se/2116/Images/grupp_undersida_liten.png') bottom left no-repeat;
   ; 
}

#footer p {
   
}

.subgroup {
   margin-top: 18px;
}

a {
   font-weight: bold;
   color: #d58d00;
}

p {
   margin-top: 0px;
}

h1, .modNewsList h2 {
   font: 33px Arial;
   line-height: 33px;
   margin: 0px 0px 15px;
}
h2, h3, h4, h5, h6{
   margin: 0px 0px 5px;
   line-height: 1.1em;
}

/*.modNewsList h2 {
display: none;
}*/

p.pNewsText {
   font-weight:normal;
}
