* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:12px;
}

body {
	font-family: Tahoma, Arial, serif;
	font-size:11px;
	background-image: url(../images/patt1.jpg);
	background-position: center;
	background-color: #e4d9be;
	height: 100%;
}

#container {
	font-size:11px;
	line-height:1.4em;
	border: solid 3px #71740B;
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
	background-color: #f6eacf;
	margin: 0px auto;
	width: 789px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 113px;
}

#subheader {
	background-image: url(../images/sub_header.jpg);
	background-repeat: no-repeat;
	height: 71px;
	clear: both;
}

#content {
	background-color: #d1ba84;
	padding: 10px;
	margin-right: 202px;
}

#right {
	font-size: 11px;
	float: right;
	clear: both;
	background-color: #c5ac71;
	padding-top: 3px;
	width: 168px;
}

#footer {
	font-size:10px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	height: 21px;
	text-align:left;
}

#footerNyheter {
	 font-size:12px;
	 clear: both;
	 background-image: url(../images/footer.jpg);
	 background-repeat: no-repeat;
	 padding-top: 10px;
	 padding-bottom: 10px;
 	 padding-left:250px;
	 height: 21px; 
}

#navcontainer ul
{
	font-size: 12px;
	background-image: url(../images/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/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

.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 4px 4px 4px;
	width: 158px;
	
	color: #000000;
	text-decoration: none;
}

.navcontainer a:link,
{
color: #000000;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #fff;
	font-weight:bolder;
}


h1 {
	padding-top: 62px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 67px;
	font-style: italic;
}

h2 {
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	height: 39px;
	padding-top: 20px;
	padding-left: 40px;
	clear: left;
	color: #FBE09D;
} 

h3 {
	font-size: 13px;
	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.generell {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Tahoma, Arial, serif;
	font-size:11px;

	font-weight: bold;
	list-style-image: url(../images/arrow.gif);
} 
ul.ulnormale {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Tahoma, Arial, serif;
	font-size:11px;
	list-style-image: url(../images/arrow.gif);
} 

.cssModuloA {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #E0CDA1;
	border: 1px solid #998861;
}
.cssTestoModuloA {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	font-weight:bold;
}
.cssTestoModuloB {
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
}
.cssModuloAMust {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #E0CDA1;
	border: solid 1px #785012;
}
.msgErrore{
	color: #A12828;
	font-family: Tahoma, Arial, serif;
	font-size:11px;
	font-weight:bold;
}

.linkNero A:link { 
font-size: 11px;
	 font-weight:bold;
	 color:#000000;
	 text-decoration: none; 
	 background-color: #E0CDA1; 
	 border: 1px solid #998861;
 }
.linkNero A:visited { 
	font-size: 11px; 
	font-weight:bold;
	color:#000000;
	text-decoration: none; 
	background-color: #E0CDA1; 
	border: 1px solid #998861;
}
.linkNero A:active { 
font-size: 11px; 
font-weight:bold;
color:#000000;
text-decoration: none; 
background-color: #E0CDA1; 
border: 1px solid #998861;
}
.linkNero A:hover { 
font-size: 11px; 
font-weight:bold;color:#000000;
text-decoration: none; 
background-color: #E0CDA1; 
border: 1px solid #998861;
}