/* CSS Document */

body{
background-image:url(grafikk/bg.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
left:0px;
top:0px;
margin-left:0px;
margin-top:0px;
}

a { color: #306089; text-decoration:underline;}
a:visited { color:#306089; text-decoration:underline;}
a:hover { color: #306089; text-decoration:underline;}
a:active { color:#306089; text-decoration:underline;}

a.white { color: #FFFFFF; font-size:18px; text-decoration:none;}
a.white:visited { color: #FFFFFF; font-size:18px; text-decoration:none;}
a.white:hover { color: #FFFFFF; font-size:18px; text-decoration:underline;}
a.white:active { color: #FFFFFF; font-size:18px; text-decoration:underline;}

.innhold{
left:5px;
top:0px;
margin-left:5px;
margin-top:0px;

width:900px;
}

.tdInnhold{
background-image:url(grafikk/innhold_bg.gif);
background-repeat:no-repeat;

}

.links{
left:0px;
top:75px;

position:absolute;
}


h4{
color:#FFFFFF;
}
h3{
color:#FFFFFF;
}

.overskrift{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#306089;
}

.overskrifter{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#306089;
}

.kursiv{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#306089;
}

.overskrift_red{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FF0000;
}
.underoverskrift{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#EA811B;
font-weight:bold;
}
.tekst{
font-family:Arial, Helvetica, sans-serif;
font-size:12;
color:#333333;
line-height:18px;
}

.sitat{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

/* MENY */
#dd {
 margin-left: 210px;
 padding: 0 0 20px 0;
}

#dd li {
 margin: 0;
 padding: 0;
 list-style: none;
 float: left;
 font: bold 11px arial;
 
}

#dd li a.menu {
 display: block;
 text-align: center;
 background: #70A8D7;
 padding: 4px 10px;
 margin: 0 1px 0 0;
 color: #FFF;
 width: 115px;
 
 text-decoration: none;
}

#dd li a.menu:hover {
 background: #94C4EC;
}

.submenu {
 background: #EAEBD8;
 border: 1px solid #5970B2;
 visibility: hidden;
 position: absolute;
 z-index: 3;
 width:124px;
}

.submenu a {
 display: block;
 font: 11px arial;
 text-align: left;
 text-decoration: none;
 padding: 5px;
 color: #2875DE;
  width: 124px;
}

.submenu a:hover {
 background: #94C4EC;
 color: #FFF;
}
/* FORM */
.inputStandard {
 font-size: 9pt;
 font-family: Arial;
 background-color: #FFFFFF; 
 border: 1px solid #5393C9; 
 
}
.buttonStandard {
 font-size: 9pt;
 font-family: Arial;
 color:#000000;
 background-color: #FFFFFF; 
 border: 1px solid #5393C9; 
 height:auto; 
}
textarea { 
 font-size: 9pt;
 font-family: Arial;
 color:#000000;
 border: 1px solid #5393C9;
 
}

