/* 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: #f6ebcf; /* #e4d9be */
	background-position: center;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	padding: 0px;
}

#container {
	width: 100%;
	margin: 0px auto;
	background-color: #f6eacf;
	font-size: 10pt;
	background-image: url(./images/container.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

#header {
  width: 100%;
  height: 30pt;
  font-size: 10pt;
}

#subheader {
  display: none;
}

#content {
	background-color: #d1ba84;
	padding: 10px;
}

#right {
  display: none;
}

#footer {
	clear: both;
	background-image: url(./images/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/footer.jpg);
	             background-repeat: no-repeat;
				 padding-top: 10px;
				 padding-bottom: 10px;
}

/*********************************************  linkbar start **************************************/

 #navcontainer ul
{
display: none;
}

/********************************************   linkbar end ***********************************/


/********************************************    linkpanel start************************************/

.navcontainer {
	display: none;
}

/************************************************* linkpanel end **********************************/

h1 {
	padding-top: 0;
	font-size: 2em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 37px;
	font-style: italic;
}

h2 {
	background-image: url(./images/h2.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 39px;
	padding-top: 20px;
	padding-left: 40px;
	clear: left;
	color: #FBE09D;
} 

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;
}

p {
   margin: 7px;
} 

ul {
	padding: 10px 10px 10px 20px;
} 
