/* CSS Document by Lynn Snell 2011 */

* {margin: 0;padding: 0;}

html {height: 100%;font-size:100.01%;}

body {height: 100%;font-size:1em;background-image: url(images/back/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: #f6eacf;
	font-size:.9em;
	background-image: url(images/back/container.jpg);
	background-repeat: repeat-y;
    
}
  
#header {
	height: 113px;
	background-image: url(images/back/header.jpg);
	background-repeat: no-repeat;
}

#subheader {
	height: 71px;
	clear: both;
	background-image: url(images/back/sub_header.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-right: 202px;
	background-color: #d1ba84;
	padding: 10px;
}

#right {
	width: 168px;
	float: right;
	clear: both;
	background-color: #c5ac71;
	padding-top: 3px;
	font-size: 0.8em;
}

#footer {
	clear: both;
	background-image: url(images/back/footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 20px;
}

#footerNyheter { 
    padding-left:250px;
    height: 21px; 
    font-size:.7em;
	clear: both;
	background-image: url(images/back/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*********************************************  linkbar start **************************************/

 #navcontainer ul{
	font-size: small;
	background-image: url(images/back/linkbar_bg.jpg);
	height: 37px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	padding-top: 8px;
}

#navcontainer ul li a:hover{
	color: #2a4d73;
	background-image: url(images/back/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/


/********************************************    linkpanel start************************************/

.navcontainer {
	text-decoration: none;
}

.navcontainer ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
}

.navcontainer a{
	display: block;
	padding: 4px 0 4px 10px;
	width: 158px;
	border-bottom: 1px solid #7C7C3C;
	background-image: url(images/back/linkpanel.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}

.navcontainer a:link,{
color: #000000;
text-decoration: none;
}

.navcontainer a:hover{
	color: #fff;
	background-image: url(images/back/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/************************************************* linkpanel end **********************************/

h1 {
	padding-top: 5px;
	font-size: 2em;
	color: #000000;
	text-align: center;
    font-style: italic;
}

h2 {
	background-image: url(images/back/h2.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 39px;
	padding-top: 20px;
	padding-left: 40px;
	clear: left;
	color: #000000;
} 

h3 {
	font-size: 1em;
	background-color: #785012;
	padding-left: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 18px;
}

p {margin: 7px;} 

ul.list {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 0.9em;
	color: #433c2a;
	list-style-image: url(images/back/list.gif);
} 

br {line-height:8px;}
hr {color:#785012; background-color:#785012; width:75%; height:1px;}
blockquote {display:block; padding:2px; margin:5px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; background:#8a8d08;}
blockquote p {margin:0px;}
blockquote cite {color:#000000; display:block; text-align:right; padding:10px; border-top:solid 1px  #e5f87c;}  
    
img {background:#785012; margin:5px; padding:5px; border:solid 0px #999999; }    
.alignleft {float:left; }   
.alignright {float:right; }   

table{width:100%; border:solid 1px #993300;}
th {color:#993300; font-weight:bold; text-align:center; border-bottom:1px solid #993300;}
td {border-bottom:3px solid #993300 ; padding:5px 5px 5px 5px; border-right:1px solid #993300;}

