@charset "utf-8";
/* CSS Document */
.style19 {
	color: #355073;
	font-weight: bold;
}
* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(Bilder/shadow_left.jpg);
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
}

#header {
	height: 247px;
	background-image: url(Bilder/toengler.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(Bilder/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(Bilder/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_left {
	width: 49%;
	float: left;
}
#sub_content {
	margin-left: 33.4 %;
	margin-right: 33.4 %;
	width: 49%;
	float: right;
}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	position: absolute;
	top: 22px;
	right: -1px;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigasjon ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(Bilder/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(Bilder/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* Slutt topp navigasjon ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2em;
	color: #4381B4;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.4em;
	color: #6A272E;
}


h2 {
	font-size: 1.2em;
	color: #6A272E;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #4381B4;
	font-style: normal;
	font-weight: bold;
}


a:link {
	color: #6E2B32;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigasjon ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(Bilder/knappenal.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}
.sitat {
	font-size: 12px;
	color: #4381B4;
	font-weight: normal;
}

