/* CSS skrevet av John Viggo Grønbech (johnvg@broadpark.no) */

body {
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/main_bg.jpg);
background-repeat: repeat-x;
background-color: #3A456C;
margin: 0;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

h1 {
font-size: 1.1em;
text-align: left;
font-style: italic;
letter-spacing: 3px;
}

h2 {
font-size: 1em;
}

a:link {
color: #CD3232;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #3A400C;
text-decoration: none;
}

a:active {
background-color: #67849e;
text-decoration: none;
}

#hoved-innhold {
position: absolute;
background-color: #ffffff;
background-image: url(images/ages_bottom.jpg);
background-repeat: no-repeat;
background-position: 382px 0px;
border: 1px #000000 solid;
margin-left: 130px;
width: 610px;
/* margin-top: -50px; */
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#bunn {
position: 1000px 1000px;
text-align: center;
width: 610px;
}

#bunn a:link, #bunn a:visited {
color: #BEBEBE;
background-color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#bunn a:hover {
color: #000000;
background-color: #ffffff;
font-weight: bold;
text-decoration: none;
}

p.bunn {
font-size: .5em;
font-weight: bold;
color: #BEBEBE;
text-align: center;
}

#top-image1 {
background-image: url(images/ages.jpg);
height: 170px;
background-repeat: no-repeat;
background-position: 130px 0px;
}

#navbar {
background-color: #ffffff;
position: absolute;
top: 170px;
left: 0px;
width: 130px;
font-size: .8em;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #000000;
background-color: #ffffff;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
padding-bottom: 3px;
padding-top: 3px;
text-align: center;
font-weight: bold;
text-decoration: none;
}

#navbar a:hover {
display: block;
color: #CD3232;
background-color: #dedede;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
padding-bottom: 3px;
padding-top: 3px;
text-align: center;
font-weight: bold;
text-decoration: none;
}