body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #3d3d3d;
  background-image: url(images/back.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #fff;
}


/**
 ** Fra gammal all.css
 **/

/** Remove browser-dependent margin and padding **/

* { 
  margin: 0;
  padding: 0; 
}

fieldset {
  margin-bottom: 1em;
  padding: 1em;
}

.field, .formControls, .checkbox{
  margin-top: 5px;;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p { margin 0.75em 0; }

ul, li {
  margin-left: 20px;
}

cite {
 display: block;
 margin: 1em;
}

div#pageCC div.objectPath, div#pageCC #documentActions {
  display: none;
}

#errorMessage {
  color: #FF0000;
  font-weight: bold;
}

div.copyright a{
  color: #ff9102;
}







/* 
**			Main divs
**/

#page {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background: #fff;

}

#banner {
  height: 125px;
  padding-bottom: 15px;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#banner .bioBanner{
	float: right;
	display: none;
}


#leftContent{
  display: none;
}

#centerContent {
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 12px;

  height: auto !important;
  min-height: 360px;
  height: 360px;
	width: 750px;
	float: left;
}

#forsiden #centerContent {
}

#leie_henger_-_statoil_storo_er_storst_pa_utleie_av_tilhenger #rightContent {
	display: none;
}

#leie_henger_-_statoil_storo_er_storst_pa_utleie_av_tilhenger #centerContent {
	width: 960px;
	height: 380px;	
}



#rightContent {
	background-color: #fff;
	width: 210px;
	float: right;
	border-left: 1px solid #eee;
	text-align:center;
}

#footer {
	clear:both;
	height: 56px;
	width: 1000px;
	background: url("images/footer.jpg") no-repeat;
	font-size: 11px;
	text-align: center;
	padding-top: 75px;
	color: #ADADAD;
}

div.copyright a {
  display: none;
  font-weight: bold;
  color: #666666;
  font-size: 10px;
}

div.objectPath {
  display: none;
}

#bannerLink {
	height: 80px; 
	width: 360px; 
	display:block; 
	position:absolute;
	margin-top: 20px;
}

#henger_front, #biker_front, #vask_front, #selvvask_front {
	display: block;
	height: 178px;
	width: 353px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#henger_front {
	background: url("images/henger.jpg");
}

#biker_front {
	background: url("images/bike.jpg");
}

#vask_front {
	background: url("images/vask.jpg");
}

#selvvask_front {
	background: url("images/selvvask.jpg");
}

#henger_front:hover {
	background: url("images/henger_hover.jpg");
}

#biker_front:hover {
	background: url("images/bike_hover.jpg");
}

#vask_front:hover {
	background: url("images/vask_hover.jpg");
}

#selvvask_front:hover {
	background: url("images/selvvask_hover.jpg");
}




/*
**			Basic typography
**/

td {
      font-size: 12px;
}

h1 { 
     font-family: Arial, Verdana;
     font-size: 20px;
     margin: 0 0 10px 0;
 }

h2 { 
     font-family: Arial, Verdana;
     font-size: 14px;
     margin-left: 0px;
     color: #a7001c;
 }
h3 {
     font-family: Arial, Verdana;
     font-size: 13px;
  
}











/* 
**			Misc, hideing, other
**/

.hiddenStructure {
  display:none;
}

.clearer {
  clear:both;
  padding:1em;
}




/*
 * DocumentActions (print out, email friend,...)
 */

#documentActions {
	float: right;
  text-align: right;
  padding-right: 10px;

}
#documentActions ul {
  list-style-type: none;
}
#documentActions ul li {
  display: inline;
}
#documentActions ul li a img {
  border: 0;
}



























div.linesep{
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
	margin-bottom: 12px;
}

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

h1.newsFolderHeader{
	display: none;
}

.newsItemImage, .newsPageDescriptionImage {
}





h3.newsItemHeader{
	margin-left: 110px;
}

h3.newsItemHeader, h3.newsItemHeader a{
	color:#666666;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
}

h3.newsItemHeader a:hover {
}

img.newsItemImage{
	float: left;
	margin-top: -24px;
}

span.newsItemDescription{
	float: right;
	width: 250px;
	margin-right: 10px;
}

div.newsItemFooter{
	clear: both;
	width: 330px;
}

p.newsPageFooter, p.newsPageDetails{
	display: none;
}

a.newsItemURL{
	float: right;
	font-size: 12px;
	color: #999;
}

.newsItemDate {
	display: none;
}

div.newsItem {
	width: 368px;
}

div.newsItem.even {
  float: left;
}

div.newsItem.odd {
	float: left;
}

div#newsArchive {
	display: none;
}








:focus{-moz-outline-style: none;}
