html {
margin:0px;
padding:0px;
height:100%;
text-align: center;
}


body {
background: #f6f6f6 url("../images/bgr.jpg");
margin: 0px;
padding: 0px;
height: 100%;
text-align: center;
color: #555555;
font: 12px arial, verdana, sans-serif;
overflow: -moz-scrollbars-vertical; 
}

h2 {
color: #555555;
font: 12px arial, verdana, sans-serif;
font-weight: bold;
margin-bottom: 0;
padding-bottom: 0;
}

#toppcontainer {
background: url("../images/bg_topp.jpg") repeat-x;
}

.header {
background: url("../images/bg_header.jpg") repeat-x;
height: 123px;
width: 890px;
margin: 0 auto;
text-align: left;
cursor: pointer;
}

.listentape {
margin: 11px;
float: right;
}

.logo {
margin: 16px;
}

.navigasjon {
margin: 0 auto;
padding-bottom: 3px;
background: url("../images/bg_navi.jpg") repeat-x;
width: 890px;
text-align: center;
}




.thom {
float: right;
margin-top: 3px;
margin-bottom: 3px;
}

#footer {
margin: 0 auto;
background: url("../images/bg_header.jpg") repeat-x;
width: 890px;
text-align: center;
vertical-align: bottom;
clear: both;
color: #FFF;
font-size: 10px;
}

.bottom {
padding: 4px;
}


.navigasjon a:link, .navigasjon a:visited, a.white:link, a.white:visited {
color: #FFF;
text-decoration: none;
background: none;
padding: 0;
}


.navigasjon a:active, .navigasjon a:hover, a.white:hover, a.white:active {
text-decoration: underline;
background: none;
padding: 0;
}
