body{
height: 100%;
}

table{
font-size: 12px;
font-family: Arial;
}

div.innhold{
width: 100%;
height: 100%;
overflow: auto;
text-align: left;
}

h1{
margin-top: 50px;
font-size: 24px;
}

a.hovedmeny{
display: block;
width: 196px;
height: 22px;
background: url(design/hovedmeny_inaktiv.gif);
text-align: left;
text-indent: 35px;
line-height: 22px;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
color: #000;
margin-top: 10px;
}

a.hovedmeny:hover{
display: block;
width: 196px;
height: 22px;
background: url(design/hovedmeny_inaktiv.gif);
text-align: left;
text-indent: 35px;
line-height: 22px;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
color: #333;
margin-top: 10px;
}

a.ahovedmeny{
display: block;
width: 196px;
height: 22px;
background: url(design/hovedmeny_aktiv.gif);
text-align: left;
text-indent: 35px;
line-height: 22px;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
color: #000;
margin-top: 10px;
}

a.submeny{
display: block;
width: 196px;
height: 16px;
background: url(design/underpunkt.gif);
text-align: left;
text-indent: 35px;
line-height: 16px;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
font-size: 10px;
color: #000;
outline: 0px;
}

a.submeny:hover{
color: #666;
font-weight: bold;
text-decoration: none;
outline: 0px;

}

a.nytt{
text-decoration: none;
font-size: 10px;
color: #000;
display: block;
margin-top: 7px;
}

a.nytt:hover{
text-decoration: none;
font-size: 10px;
color: #666;
display: block;
margin-top: 7px;
}

table.bilde{
float: right;
margin: 2px;
font-size: 10px;
border: 0px;
color: #333;
clear: right;
}



img.bilde{
border: 1px solid #333;
}



div.info{
display: block;
margin-top: 40px;
font-size: 10px;
color: #999;
text-align: left;
position: relative;
bottom: 0px;
}

td.nytt{
background-image: url(design/nytt_bg.gif);
padding: 8px;
font-size: 12px;
}

a{
color: #FFF;
text-decoration: none;
}

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

textarea,input{
font-family: Arial;
font-size: 12px;
padding: 4px;
border: 1px solid red;
margin: 5px;
}

input.submit{
background-color: #F30;
font-size: 12px;
color: #FFF;
}

textarea{
width: 350px;
height: 100px;
}
