@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/aplback.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#navcontainer {
	width: 195px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: auto;
	border-bottom: 1px solid #999999;
	background-image: url(../img/smallarrowbox.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	background-color: #E7EDED;
	
}


#navcontainer a:link, #navlist a:visited
{
	color: #29489A;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #B59B78;
	color: #fff;
}
#subnavlist a
{
	list-style-type: square;
	background-color: #FFFFFF;
	background-image: none;
	background-position: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB922E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B59B78;
	padding-bottom: 1px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B78F15;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB486;
}
.bodyright {
	border-top: 15px solid #AF9E8E;
}
.bedrifttop {
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 6px;
}
