* {
margin:0;
padding:0;
}

body{
background-position:top center;
background-repeat:repeat-x;
background-color:#000000;
height:100%;
width:100%;
font:12px Verdana, arial, sans-serif;
color:#333333;
line-height:140%;
text-align:center;
background-color:#ffffff;
}

#top {
display: none;
}

#content {
position:relative;
width:100%;
margin:0 auto;
text-align:left;
padding-top:25px;
padding-bottom:25px;
}

#footer {
display: none;
}

hr {
height:1px;
color:#dbdbdb;
border-top:1px solid #dbdbdb;
border-bottom:none;
}

.linje {
height:1px;
line-height:1px;
overflow:auto;
width:100%;
background-color:#dbdbdb;
margin-top:20px;
margin-bottom:20px;
}

.linje2 {
width:55px;
background-image:url('../images/linje.gif');
background-repeat:repeat-y;
background-position:top center;
}

h1 {
font-family: Arial, Verdana;
font-size:20px;
line-height:normal;
margin-bottom:10px;
}

p {
margin-bottom:16px;
}

td {
line-height:18px;
}

a {
color:#e60016;
}

a:hover {
color:#e60016;
cursor:pointer;
}

ul {
list-style-type:square;
list-style-position:outside;
margin-left:16px;
}

ul li {
margin-bottom:18px;
}

img {
border:none;
}

#nav {
position:absolute;
margin:0px;
top:35px;
left:264px;
width:500px;
list-style:none;
text-align:left;
}

#nav li {
float:left;
}

#nav li a {
font-family:arial,verdana;
font-weight:bold;
color:#333333;
text-decoration:none;
padding-left:7px;
padding-right:7px;
}

#nav li a:hover {
color:#e60016;
}

#print {
display: none;
}