/* CSS Document by Dieter Schneider 2006 */

* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}

body {
	height: 100%;
	font-size:1em;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #e4d9be;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 789px;
	margin: 0px auto;
	background-color: #F9F4E8;
	font-size: medium;
	background-repeat: no-repeat;
}

#header {
	height: 113px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#subheader {
	height: 71px;
	clear: both;
	
	background-repeat: no-repeat;
}

#content {
	padding: 20px;
	background-image:url(images/container.jpg);
	background-repeat:no-repeat;
}

.img-right-noborder {float: right; margin: 0px 0px 10px 10px; padding: 10px}


#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	height: 40px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 20px;
}

#footerNyheter { padding-left:250px;
                 height: 21px; 
                 font-size: medium;
				 clear: both;
				 background-image: url(images/footer.jpg);
	             background-repeat: no-repeat;
				 padding-top: 10px;
				 padding-bottom: 10px;
}

/*********************************************  linkbar start **************************************/

 #navcontainer ul
{
	font-size: medium;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat:no-repeat;
	height: 5px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	padding-top: 5px;
}

#navcontainer ul li a:hover
{
	color: #000;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

 #navcontainer ul .selected {
	color: #000;
	font-weight:bold;}

/********************************************   linkbar end ***********************************/

/*********************************************  linkbar start **************************************/

 #navcontainer2 ul
{
	font-size: medium;
	background-image: url(images/linkbar_bg2.jpg);
	background-repeat:no-repeat;
	height: 5px;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	color: #414321;
	text-decoration: none;
	float: right;

	margin-right: 65px;
	padding-top: 5px;
}

#navcontainer2 ul li a:hover
{
	color: #FFF;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/

/*********************************************  linkbar start **************************************/

 #navcontainer3 ul
{
	font-size: small;
	background-image: url(images/linkbar_bg2.jpg);
	background-repeat:no-repeat;
	height: 5px;
}

#navcontainer3 ul li { display: inline; }

#navcontainer3 ul li a
{
	color: #414321;
	text-decoration: none;
	float: right;

	margin-right: 25px;
	padding-top: 5px;
}

#navcontainer3 ul li a:hover
{
	color: #FFF;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/


h1 {
	padding-top: 62px;
	font-size: 2em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 67px;
	font-style: italic;
}

h2 {
	
	background-repeat: no-repeat;
	font-size: 1em;
	height: 39px;
	padding-top: 20px;
	padding-left: 0px;
	clear: left;
	color: #4c5225;
} 

h3 {
	font-size: 1em;
	background-color: #785012;
	padding-left: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 15px;
	background-repeat: no-repeat;
	height: 18px;
}

p {
   margin: 7px;
} 

ul {

	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 30px;
	
	color: #030;
	list-style-image: url(images/arrow.gif);
	vertical-align:top;
} 

a {color: #630;}
