body {
margin:0;
padding:0;
background-color:#969595;
}
.mainbg {
background:url(mainbg.jpg) top center repeat-y #FFF;
}
.toptile {
background:url(sidetile.gif) top left repeat-x;
}
.menuline {
height:28px;
background:url(menuline.gif) bottom left repeat-x;
}
.contentstyle {
padding:15px 50px 15px 50px;
height:300px;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#1a171b;
}
h1 {
font-size:13px;
font-weight:bold;
}
.contentstyle a, .contentstyle a:hover, .contentstyle a:active, .contentstyle a:visited{
text-decoration:none;
color:#1a171b;
}

.beregnertabelbg {
background-color:#535154;
}
.beregnertabel td {
background-color:#FFFFFF;
font-size:10px;
color:1a171b;
}

/*TOP MENU*/

a.topmenu{
padding:0 15px 0 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#1a171b;
text-decoration:none;
background:url(menuspacer.gif) right no-repeat;
}
a.topmenu:hover {
color:#969595;
}
a.active {
padding:0 15px 0 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#1a171b;
text-decoration:none;
background:url(menuspacer.gif) right no-repeat;
color:#969595;
}
a.active:hover {
padding:0 15px 0 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#1a171b;
text-decoration:none;
background:url(menuspacer.gif) right no-repeat;
color:#1a171b;
}

.footertext {
height:35px;
padding-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:center;
background-color:#969595;
}


/*** set the width and height to match your images **/

#slideshow {
    width:788px;
    position:relative;
    height:192px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 192px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 192px;
    display: block;
    border: 0;
    /*margin-bottom: 10px;*/
}



