body
{
background-color: #FFFFFF;
font-family: Arial, sans-serif;
}

a:link {color: #362bf1; text-decoration: none;}
a:visited {color: #362bf1; text-decoration: none;}
a:hover {color: #362bf1; text-decoration: underline;}

h1, h2, h3
{
color: #362bf1;
}

img.logo
{
margin: 0px;
}

#logo
{
background-image:url("./grafikk/header.png");
background-repeat: repeat-x;
height: 207px;
width: 799px;
margin: 0 auto;
}

#meny
{
width: 795px;
margin: 0 auto;
background-color: #aeacf4;
text-align: left;
border-left: solid 2px #362bf1;
border-right: solid 2px #362bf1;
border-bottom: solid 1px #362bf1;
}

#bilder
{
background-color: #aeacf4;
border: solid 1px #362bf1;
float: right;
width: 225px; 
font-size: 10px;
text-align: justify;
margin: 2px;
padding: 2px;
}

#hoved
{
background-color: #FFFFFF;
width: 791px;
margin: 0 auto;
overflow: auto;
border-left: solid 2px #362bf1;
border-right: solid 2px #362bf1;
padding: 2px;
}

#copyright
{
width: 795px;
margin: 0 auto;
color: #aeacf4;
text-align: center;
border-left: solid 2px #362bf1;
border-right: solid 2px #362bf1;
border-bottom: solid 2px #362bf1;
}