/* CSS Document
(c) 2008 Atle Lillehovde
atle @ atlewebdesign.no
 */
*, html {
font: 12px/16px Verdana, sans-serif;
color: #333;
padding: 0px;
margin: 0px;
}
body {
background: #e7f2f7 url(images/bg_topp.gif) repeat-x;
}
#wrapper {
width: 694px;
margin: 0px auto;
}
#masthead {
height: 164px;
background: url(images/bg_masthead.gif) no-repeat 100% 0%;
position: relative;
}
#content {
background: url(images/bg_content.gif) repeat-y 100% 0%;
padding: 5px 40px 20px 120px;
}
#footer {
text-align: center;
background: url(images/bg_footer.gif) no-repeat 54px 0px;
padding: 10px 0px;
}
.clear {
clear: both;
}
/*----------------------NAV---*/
#mainmenu {
border-left: 1px solid #6fa5d7;
position: absolute;
top: 20px;
left: 120px;
padding: 2px 0px;
}
#mainmenu li {
border-right: 1px solid #6fa5d7;
padding: 3px 8px 3px 4px;
display: inline;
}
#mainmenu li a:link, #mainmenu li a:visited {
font-weight: bold;
padding: 10px 8px 10px 4px;
font-size: 16px;
color: #adcbff;
text-decoration: none;
}
#mainmenu li a:hover, #mainmenu li a:active{
color: #FFF;
}
/*----------------------TYPO--*/
#masthead p {
color: #205790;
padding-left: 120px;
}
strong {
font-weight: bold;
color: #205790;
}
h1 {
font-size: 24px;
font-weight: bold;
font-style: italic;
color: #ac3405;
padding-bottom: 15px;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #ac3405;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #ffdfc0;
} 
#content p {
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
}
#content li {
list-style-type: none;
float: left;
width: 255px;
border: 1px solid #ffdfc0;
text-align: center;
padding: 10px 0px;
margin: 5px;
}
a:link, a:visited {
color: #0d3eb9;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
#footer p {
padding-left: 54px;
}
#footer span a {
color: #98b9c6;
}
/*----------------------BOXES-*/
/*----------------------IMG---*/
#dekkmann {
position: absolute;
top: 0px;
left: 0px;
}
a img#dekkmann {
border: none;
}
#fagdekk{
position: absolute;
top: 17px;
right: 40px;
}
a img#fagdekk, #content li a img{
border: none;
}
#logo {
margin: 70px 0px 0px 120px;
}
#forside #content img {
border: 1px solid #ffdfc0;
padding: 3px;
margin-bottom: 20px;
}
#googlemap {
float: left;
border: 1px solid #ffdfc0;
padding: 3px;
}
/*----------------IE PNG-FIX--*/
img, div { behavior: url(http://www.bilringen.no/iepngfix.htc) }
