body {
    color: #000000;
    background: #ffffff url(bakgrunnur.gif) repeat-x;
    margin: 0; padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	background-color: transparent;
	text-decoration: none;
}
a:active {
    color: #3399FF;
}
h1 {
    font-weight: bold;
    color: #333333; background-color: transparent;
}
h1 a {
    font-weight: normal;
    font-size: 80%;
}
h2 {
    font-weight: normal;
    color: #333333; background-color: transparent;
}
h3 {
    color: #024; background-color: transparent;
}
hr {
    border: 0;
    width: 80%;
    color: #369; background-color: #369;
    height: 2px;
}
#Logo {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 68px;
    margin: 0; padding: 0;
    color: #FFFFFF; background-color: transparent;
}
#Logo img {
    border: 0;
}
#Content {
    margin: 110px 80px 0 50px;
    padding-bottom: 30px;
    padding-top: 15px;
}
/* Fix IE5 Horizontal scroll */
* html div#Content { width: 100%; width: auto; }

/* Navigate */ 

#NavMenuList {
    color: #000; background-color: transparent;
    font: 80% Arial, Geneva, Helvetica, sans-serif;
    padding: 3px; margin-left: 40px;
}
.NavSubMenuList li {
	display: inline;
	list-style: none;
	background-color: Transparent;
}
#NavMenuListTitle {
    display: block; margin-left: 40px;
    text-decoration: underline;
}

/* Footer */

#FooterNav {
    margin: 0px; padding: 0 100px 0 70px;
    border: 1px solid #69C;
    color: #FFF; background-color: #3399FF;
    clear: both;
}
#FooterNav li {
    display: inline;
    list-style: none;
    color: #FFF; background-color: #3399FF;
}
#FooterNav a {
    color: #FFF; background-color: #3399FF;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
}
#FooterNav a:hover {
    color: #000; background-color: #FFF;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}

.newsdate {
	font-style: italic;
	color: #3399FF;
}

