

/* - Fjerne border på mozilla browsere */
:focus{-moz-outline-style: none; }


html body{   
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5;
/*
	background-color: #BCE5F9;
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-x;
*/
}

#super{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#page{ 
	position: relative;
	width: 1000px;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

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

#leftContent {
	float: left;	
	width: 166px;
}

#leftContentTitle {
	margin: 14px 0 0 14px;
}

#centerContent {
	float: left;
	width: 796px;

	margin: 0;
	padding: 15px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
}

#rightContent {
	display: none;
	float: right;	
	width: 166px;
}



#footer {
	clear: both;  
	padding-top: 12px;
	background-color: #7BBE33;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	border: 1px solid green;
}

#footer span{
	margin-left: 15px;
	font-weight: bold;
}



/*
 *  Meny
 */
div#navcontainer{
	margin-top: 18px;
	width: 166px;
}

ul#navlist{
	list-style: none; /* Fjerner list-style i Opera */
	margin: 0px;
	padding: 0px;
}

ul#navlist li{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

ul#navlist li a{
	display: block;
	padding: 2px; 
	padding-left: 10px;
	color: #0A4999;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

ul#navlist li a#active{
	color: #7BBE33;
}

ul#navlist li a:hover{
	color: #7BBE33;
}



ul#subnavlist{
	list-style: none;
	padding-left: 20px;
	margin-bottom: 20px;
}

ul#subnavlist li a{
	font-size: 11px;
}

ul#subnavlist li a#subactive{
	color: #7BBE33;
}

ul#subnavlist li a:hover{
	color: #7BBE33;
}




.objectBody ul { margin-left: 35px; margin-top: 10px; margin-bottom: 10px;}
.objectBody ul li { list-style: disc outside;  line-height: 1.5;}

.objectBody p {
	line-height: 1.7;
}






.hiddenStructure {
	display: none;
}

a {	
	color: #0A4999;
}

a:hover{
	color: #7BBE33;
}


p a {	
	font-weight: normal;
	text-decoration: none;
}


div.objectPath{
	color: #ccc;
}

a#BannerLink, a#Forside, a#OmOss, a#Kontakt , a#containerLink, div.copyright a, p a, p a:hover {
	border-bottom: 0px;
}

dd{
	margin-bottom: 1em;
	margin-left: 1em;
}

dt {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}




h1 { 
  font-family: Arial, Verdana;
  font-size: 18px;
  color: #0C4B9B;
  background-image: url(images/header-bullet.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 12px;
}

h2 { 
  font-family: Arial, Verdana;
  font-size: 16px;
  color: #0C4B9B;
}

h3, h3.newsItemHeader a{
  font-family: Arial, Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #0C4B9B;
}

h3, h3.newsItemHeader a:hover{
  color: #7BBE33;
}


h1 { font-size: 16px;}
h2 { font-size: 14px;}
h3, h4, h5 { font-size: 13px;}




.pageDescription{
	font-weight: bold;
}

#documentActions ul {
  list-style: none;
  float: right;
}

#documentActions li { 
  display: inline;
}
#documentActions a, .objectPath a {
	border:0;
}


a.link-file, a.link, a.link-word, a.link-excel, a.link-powerpoint, a.link-pdf, a.link-html, a.link-flash, a.link-sound, a.link-video, a.link-archive, a.link-executable {
	background: url(icon/file.gif) left no-repeat;
	padding-left: 22px;
	text-decoration: none;
}

img.icon {
	margin: 0 0 0 4px;
	vertical-align:middle;
}

table td {
	vertical-align:middle;
}
input {
	vertical-align:middle;
}

/**
 **  N Y H E T E R
 **/

.newsItemImage, .newsPageDescriptionImage {
	float: left;
	margin: 2px 10px 5px 2px;
}

.newsItemDate, .newsPageDate {
	display: none;
	
	margin-bottom: 5px;
	text-transform: lowercase;
	color: #aaa;
	font-size: 10px;
}

.newsItemDateText, .newsPageDateText {
	display: none;
}

div.newsItem {
	position: relative;
	width: 30%;
	padding: 10px;
	margin-bottom: 10px;
}

div.newsItem.even {
	float: left;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
}

div.newsItem.odd {
	float: left;
}

div.newsItemFooter{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#newsArchive {
	clear: left;
	border-top: 1px solid #cccccc;
}

.newsArchiveItem {
	margin: 0.2em;
}

.newsPageDescription, .objectDescription{
	font-weight: bold;
}






div.objectPath{
	margin-bottom: 8px;
}




#folderListing{
	border: 0px solid #0C4B9B;
	padding: 12px;
}

dl.folderList{
	margin-top: 8px;
	width: 350px;
}

dl.odd{
	float: left;
}

dl.even{
	float: right;
}

div.evenClearer{
	clear: both;

}

div.folderListingClearer{
	clear: both;
}


dl.folderList dt{
}

dl.folderList dt a{
  font-family: Arial, Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #0C4B9B;
	text-decoration: none;
}

dl.folderList dt a{
	border-bottom: 1px solid #eee;
}

dl.folderList dt a:hover{
	border-bottom: 1px solid #7BBE33;
	color: #7BBE33;
}









div.login{

	display: none;

	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div.login h3{
	color: #fff;
	background-color: #7BBE33;
	padding: 2px;
	padding-left: 8px;
	display: block;
}

div.login input, div.login span{
	margin-left: 8px;
}








/*
 *	Search form
 */
 
form#searchForm{
	position: absolute;
	width:250px;
	height:19px;
	top: 4px;
	right: 10px;
	text-align: right;
}
 
form#searchForm input{
	border: 1px solid #0C4B9B;
	font-size: 13px;
	margin: 0px 5px 0 0;
	padding: 1px;
}

form#searchForm #searchSubmit{	
	border: none;
	background-image: url("images/soek.jpg");
	width: 47px;
	height: 21px;
	font-size: 11px;
	color: #fff;
	margin-top: 1px;
	padding: 2px  2px 6px 2px;
	cursor: pointer;
}






/**
 ** G A L L E R I
 **/

#mainImage {
	border: 1px solid #CBCBCB;
	padding: 0px 18px 0 18px;
	margin: 20px 0 0 0;
	background-color: #fff ;
}


#imagePageCC {	
  margin-top: 10px !important;
  margin-top: 16px;
  width: 700px;
  height: 100%;
  padding: 10px;
  padding-bottom: 100px;


}

#imagePageCC h3 {	
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, Sans;
  margin-top: 10px;
  margin-bottom: 6px;
}


div.folderList {	
  float: right;
  margin-left: 420px;
  margin-top: -240px !important;
  margin-top: -240px;
  width: 320px;
  height: 200px;
  border: none;
}

div.folderList img {
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  border: none;
  margin-top: 0px;
}

span.folderList {
  clear: both;
}

a.imagefolder {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 60px;
  height: 85px;
  background-color: #ffffff;
  text-align: center;
}


ul#imageControl {	
  width: 436px;
  text-align: center;
  margin: 10px 0 0 0 ; 
  list-style: none;
}

ul#imageControl li {	
	color: #0A4999;
	font-size: 10px;
  display: inline;
  margin: 0px;
  padding: 0px;
}

ul#imageControl a {
	color: #7BBE33;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

ul#imageControl a:hover {
	color: #0A4999;
}

ul#imageControl li span#imageCounter{
  padding-left: 60px;
  padding-right: 50px;
}

ul#imageControl li#previousImage a {	
  padding-left: 50px;
  background-image: url(images/forrige.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

ul#imageControl li#nextImage a {
  padding-right: 50px;
  background-image: url(images/neste.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

form .formControls {
	padding:10px;
	text-align:center;
}


/* EXTRA */
#containerLink {
	display:block;
	width: 143px;
	height: 68px;
	background: url(images/bestill_container.jpg) center no-repeat;
}

#containerLink:hover {
	background: url(images/bestill_container_hover.jpg) center no-repeat;
}

fieldset.container {
	width: 484px;
	padding: 12px;
}
.must {
	font-weight:bold;
}

.info{
	font-style: italic;
}

fieldset.containerCustomer, fieldset.containerPlace, fieldset.containerInvoice {
	margin: 20px 0 0 0;
	padding: 10px;
	width: 460px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	
	
}

fieldset.container table {
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px;
}

fieldset.containerCustomer table, fieldset.containerPlace table, fieldset.containerInvoice table {
	border: 0;
	padding: 0;
}

fieldset.container table td {
	padding:5px;
}

fieldset.container {
	-moz-border-radius: 5px;
	padding: 5px;
}

fieldset.container legend {
	color: #3333CC;
	padding:0 2px 0 2px;
	font-size: 13px;
	font-weight: bold;
}


table.Ansattelist td {	
	padding:3px 45px 3px 5px;
	vertical-align:center;
	background-color: #fff;
	border-bottom: 1px solid #D0EBB3;
}

table.numbers td  {	
	border: none;
	width: 65px;
	padding: 0;
}

table.numbers {
	
}

table.Ansattelist a {
	font-weight: bold;
}

span.stilling {
	color: #7BBE33;
	font-size: 14px;
	margin-left: 12px;
	font-weight: normal;
}

div#ansatteText {
	margin-top: 1em;
	
}




.error {
	height:56px;
	padding: 10px 0 0 70px;
	background: url(/icon/error.gif) left center no-repeat;
	color: #b40000;
	font-size: larger;
	
	
}

