* {
margin:0;
padding:0;
}

body{
background-image:url('../images/body.gif');
background-position:top center;
background-repeat:repeat-x;
background-color:#000000;
height:100%;
width:100%;
font:11px Verdana, arial, sans-serif;
color:#333333;
line-height:18px;
text-align:center;
background-color:#ffffff;
}

#top {
position:relative;
background-image:url('../images/top.gif');
background-position:top center;
background-repeat:no-repeat;
width:770px;
height:68px;
margin:33px auto 0px auto;
}

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

#footer {
position:relative;
height:20px;
width:770px;
margin:0 auto;
padding-top:7px;
text-align:left;
background-image:url('../images/footer.gif');
background-repeat:no-repeat;
background-position:top center;
}

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:16px;
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;
}
