body{   
  	margin:0;
  	padding:0;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #dfdbdd;	
}


#super {
	width: 920px;
	MARGIN-LEFT: auto;
  	MARGIN-RIGHT: auto;
  	margin-top: 10px;
  	margin-bottom: 10px;
}

#page{ position: relative; /* reference for absolute positions in site */
  	width: 920px; margin-left: 20px; color: #000000; font-family: Arial; font-size: 12px; background-color: #dfdbdd; background-repeat: no-repeat; background-attachment: scroll; background-position: center top; border-right: 4px solid #bdb6ba; border-left: 4px solid #bdb6ba; }

#banner { height: 150px; color: #000000; background-color: #bdb6ba; background-image: url(images/bg_banner.jpg); }

#leftContent { background-color: #bdb6ba; height: auto; }

#centerContent { width: 500px; float:left; padding-bottom: 20px; height: auto !important; height: 300px; min-height: 300px; padding-right: 50px; padding-left: 50px; }

#rightContent { width: 250px; float:right; padding-top: 50px; }

#footer{
	text-align: center;
  	clear: both;
  	height: auto;
  	background-color: #bdb6ba;
  	color: #000000;
	font-family: Arial;
	font-size: 12px; 
  	border-top: 1px dotted #666;
	padding-top: 10px;
}


#footer .copyright {
	position: absolute;
	right:  10px;
	bottom: 10px;
}


#footer a{
  color: black; 
}





#centerContent p {
	line-height: 1.5;
}




h1{ 
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 12px;
	color: #000000;
	font-size: 22px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}
td {
	vertical-align:top;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}



a{
  color: #000000;
  text-decoration: none;
  font-family: Arial;
}

a:hover{ color: black; text-decoration: underline; }



div.objectPath {
	display: none;
	margin-bottom:5px;
	color: #000000;
}



/**
 ** M E N Y
 **/
#navcontainer {
}


#navcontainer a { 
  text-decoration: none; 
}

#navcontainer ul{
  margin: 0 0 2em;
  list-style-type: none;
  position: relative;
  line-height: 21px;
  
}

#navcontainer li {
  display: inline;
}

#navcontainer ul a{
  color: white;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Verdana;
  font-size: 14px;
}

#navcontainer ul a:hover{
  color: #ffffff;
}

#navcontainer  a#active{ 
  font-weight: normal;
  background-color: #336666;
  color: #ffffff;
}

#navcontainer ul ul{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 20px !important;
  top: 19px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000000;
}

#navcontainer ul ul li {
  display: inline;
}

#navcontainer ul ul a{
  background-color: #336666;
  color: black;
}

#navcontainer ul ul a:hover{
  color: #336666;
}

/* Ikke implementert*/
#navcontainer ul ul a#subcurrent{
  font-weight: bold;
}









.hiddenStructure {
  display: none;
}

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

#documentActions li { 
  display: inline;
}


#contentBox {
  margin: 10px 10px 10px 20px;
}






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

div.newsItem {
  float: left;
  position: relative;
  width: 320px;
  border-top: 1px solid #cccccc;
	padding-left: 12px;
	padding-right: 12px;
}

div.newsItem.odd {
  margin-right: 25px;
}

span.evenClearer, span.newsListingClearer{
  display: block;
  clear: left;
}

p.pageDescription, .newsPageDescription{
	font-weight: bold;
}

div.newsItem img, .newsPageDescription img {
  float: left;
	margin-right: 10px;
}

.newsItemDate {
  color: gray;
  font-size: 7pt;
}

.newsItemDateText{
  display:none;
}




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


#imagePageCC {
}

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


div.folderList {
  float: right;
}

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: 400px;
  margin: 0; 
  list-style: none;
}

ul#imageControl li {
	margin:0;
	width:130px;
	float:left;
	text-align:center;
}

ul#imageControl li span#imageCounter{
}

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

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





input#name, #phone, #email, #fax, #adress, textarea#comment  {
  width: 290px;
}


#pageCC fieldset.form {
  border:1px solid #cccccc;
  background-color: #eeeeee;  
}

fieldset {

  background-color: #eeeeee;  

  border: 0;

}


#pageCC input:hover, #pageCC textarea:hover{

  background-color: #ccc;

}






