/* CSS Document */

body {
font-family:verdana;
font-size : 8pt;
color : #000000;
background-color: #CCCCCC;

}

* {margin:0;padding:0; list-style:none;}

/* Ramme design  start */

div#container {
border:none;
width: 968px;
margin: 0 auto;
} 

div#header {
height:206px;
background-image:url(grafikk/header.jpg);
}

div#ramme {
background-image:url(grafikk/bak.jpg);
padding-bottom:10px;
}

#vannrett {
height:34px;
width:790px;
margin: 0 auto;
}

#vannrett li {
height:44px;
display:inline;
list-style:none;
}

div#side {
width:790px;
margin: 0 auto;
}

div#bunn {
background-image:url(grafikk/bunn.jpg);
height:43px;
}

#vali{
position:static;
bottom:0px;
right:0px;
}

/* Ramme design slutt */


/* Meny  start*/


#meny a {
color : #000000;
text-decoration : none;
}

#meny a:hover {
color:#0033CC; 
text-decoration : underline;
}

/* Meny slutt */ 


/* Diverse generelt */

a {
color : #808080; 
text-decoration : underline; 
} 

a:hover {
color : #808080;
text-decoration : none; 
}


h1 {
 padding: 3px;
  font-size:20px;
 color:#000000;
}

h2 {
font-size:14px;
color:#000000;
}

h3 {
font-size:12px;
color:#006600;
}

h5 {
color:#000000;
font-size:16px;
}

strong {
color:#006600;
}

img {
border:0px;
}

p {
margin: 8px;
}


#side dl {width:290px;}

dd  {margin:2px;}

dt { font-weight: bold; margin-top:8px; }

div#nyheter {
width:400px;
}

#nyheter strong {
font-size:12px;
}

.ny {
margin:5px;
border:dashed 2px;
}


