* {
margin: 0;
padding: 0;
font-family: Verdana , Helvetica , Sans-serif;
font-size: 12px;
color: #000000;
border: none;
}

html , body {
height: 100.02%;
background-image: url('bg.jpg');
}

* html #ramme {
height: 100%;
}

#ramme {
margin: auto;
width: 780px;
min-height: 100%;
background-image: url('midt.jpg');
background-repeat: repeat-y;
}

#topp {
width: 780px;
height: 145px;
background-image: url('topp.jpg');
}

#meny {
float: right;
margin-right: 23px;
padding-bottom: 140px;
width: 140px;
}

html>body #meny {
float: right;
margin-right: 45px;
padding-bottom: 140px;
width: 140px;
}

#meny ul {
list-style: none;
}

#meny li {
margin-bottom: 5px;
}

#meny a {
display: block;
padding: 4px 5px 4px 5px;
width: 130px;
font-weight: bold;
color: #996633;
background-color: #FFFFFF;
text-decoration: none;
}

#meny a:hover {
color: #FFFFFF;
background-color: #336699;
text-decoration: none;
}

#meny hr {
margin: 10px 20px 10px 20px;
height: 1px;
border-bottom: 1px solid #996633;
}

#innhold {
margin-left: 50px;
margin-right: 230px;
padding-top: 5px;
padding-bottom: 140px;
}

#innhold h1 {
margin-bottom: 15px;
padding-bottom: 3px;
font-size: 22px;
color: #996633;
border-bottom: 1px dashed #336699;
}

#innhold h2 {
margin: 15px 0 15px 0;
}

#innhold h2 , #innhold h2 a {
font-size: 16px;
color: #336699;
text-decoration: none;
}

#innhold h2 a:hover {
text-decoration: underline;
}

#innhold h1 span a , #innhold h2 span a {
font-size: 16px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#innhold h1 a:hover , #innhold h2 a:hover {
text-decoration: underline;
}

#innhold p {
margin-top: 15px;
}

#innhold a {
color: #000000;
text-decoration: underline;
}

#innhold a:hover {
color: #336699;
text-decoration: none;
}

#bunn {
clear: both;
margin: auto;
margin-top: -135px;
padding-top: 35px;
width: 780px;
height: 100px;
background-image: url('bunn.jpg');
text-align: center;
}

#bunn div {
margin: auto;
width: 709px;
height: 64px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.stem {
cursor: pointer;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
}

.stem:hover {
color: #FFFFFF;
background-color: #996633;
}