/* CSS Document */

* { 
margin: 0px; 
padding: 0px; 
} 

body { 
font-family: Century Gothic, Sans-serif;
font-size: 13px;
background-image: url(bilder/bakgrunn2.png);
background-repeat: repeat-x;
background-color: #FFF;
color: #FFF;
}

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

p {
color: #000;
margin-left: 15px;
margin-right: 10px;
margin-bottom: 15px;
padding-bottom: 10px;
}

div#pagewidth {
background-image: url(bilder/pagewidth-bakgrunn.png);
background-repeat: repeat;
margin-left: auto;
margin-right: auto;
width: 810px;
height: auto;
border-left: 5px solid #FFF;
border-right: 5px solid #FFF;
border-bottom: 5px solid #FFF;
}

div#header {
width: 810px;
height: 150px;
background-image: url(bilder/header.png);
background-repeat:no-repeat;
}

div#left {
float: left;
}

div#right {
float: right;
}

div#meny {/*
height: 80px; */
width: 810px;
background-color: #FFF;
}

div#meny2 {/*
height: 80px; */
width: 580px;
background-color: #FFF;
}

ul.meny {
height: auto; 
list-style-type: none; 
text-align: center;
padding-top: 10px;
font-size: 12px;
} 

ul.meny li { 
margin: 0;
padding: 0;
border: 1px solid;
border-color: #000;
background-color: #A6C749;
padding: 5px 5px; 
/*background-image: url(bilder/meny-bakgrunn.png);
background-repeat: repeat-x;
padding: 10px 5px; */
list-style: none;
display: inline;
white-space:nowrap;
} 

ul.meny li a { 
color: #000;
text-decoration: none;
} 

ul.meny li a:hover { 
color: #FFF;
} 
ul.meny2 {
margin-top: 10px;
height: auto; 
list-style-type: none; 
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
} 

ul.meny2 li { 
margin: 0;
padding: 0;
border: 1px solid;
border-color: #000;
background-color: #A6C749;
padding: 5px 5px; 
/*background-image: url(bilder/meny-bakgrunn.png);
background-repeat: repeat-x;
padding: 10px 5px; */
list-style: none;
display: inline;
white-space:nowrap;
} 

ul.meny2 li a { 
color: #000;
text-decoration: none;
} 

ul.meny2 li a:hover { 
color: #FFF;
} 
div#sok {
float: right;
background-repeat: repeat-x;
margin-right: 10px;
margin-top: -50px;
}

div#innhold {
background-image: url(bilder/repeat.png);
background-repeat: repeat-y;
background-color: #FFF;
width: 790px;
height: 100%;
text-align:left;
margin-left: 10px;
margin-top: 15px;
position: relative;
}

#innhold {
color: #000;
margin-left: 15px;
}

#innhold h1 {
color: #993300;
font-size: 20px;
margin-left: 10px;
margin-bottom: 15px;
margin-top: 5px;
text-align: center;
}

#innhold h2 {
color: #993300;
font-size:16px;
margin-left: 15px;
margin-bottom: 5px;
padding: 5px;
}

#innhold li {
color: #000;
margin-left: 35px;
margin-right: 10px;
margin-bottom: 15px;
padding-bottom: 10px;
}

#innhold li.liste {
color: #000;
margin-left: 50px;
margin-right: 10px;
margin-bottom: 2px;
padding-bottom: 2px;
}

#innhold li p {
color: #000;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}


#innhold p {
color: #000;
margin-left: 30px;
margin-right: 10px;
margin-bottom: 15px;
padding-bottom: 10px;
}

#innhold img.toril {
margin-right: 25px;
}

div#tekst {
width: 780px;
height: 100%;
margin-top: 0px;
overflow: auto;
}

div#footer {
background-color: #999900;
width: 810px;
height: 20px;
background-repeat:no-repeat; 
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#iecontainer,
#iecontainer img {
width: 790 px;
height: 54 px;
}

#iecontainer2,
#iecontainer2 img {
width: 790 px;
height: 44 px;
}

p.bunnbilde
 {
margin-top:0px;
margin-bottom:0px;
margin-left: 10px;
padding:0px;
}

/* SNEWS  */
fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0; background: #E6FFE4; color: #000; }
input { padding: 3px; margin: 0; }
textarea { width: 97%; height: 300px; } 
.comment { background: #eee; color: #808080; }
.commentsbox { background: #fff; color: #808080; margin-left:15px; }