/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #D84830;
	background-image: url(../bitmaps/bg2.gif);
	background-repeat: repeat-x;
}

/* links */
a {
	color: #D33A2C;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background-color: inherit;
}

/* headers */
h1, h2, h3, .overskrift, overskrift2 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
}
h1, .overskrift {
	font-size: 1.5em;
	color: #666666;
} 

h2 { font-size: 1.4em; text-transform:uppercase;}
h3, .overskrift2 {
	font-size: 1.3em;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#venstremeny p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

p.sitat {

	color: #AA273E;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #333333;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}


img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img.thumb-left {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	clear: left;
}
/*

a img {  
  border: 2px solid #568EB6;
}

a:hover img {  
  border: 2px solid #CCC !important; 
  border: 2px solid #568EB6;
}

*/

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}



/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #AA273E; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#container {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#Innhold {
	margin: 0;
	padding: 0;
	position: relative;
	width: 990px;
}

/* header */
#topp {
	position: relative;
	height: 85px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#topp h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: none;
	top: 50px;
	left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	font-style: italic;
	width: 302px;
}

#topp h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#topp form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

 #InterformLogo {
	top: 20px;
	left: 16px;
	width: 197px;
	z-index: 10;
	position: absolute;
	clear: none;
	float: none;
	display: none;
}

 #InterformLogoBW {
	top: 20px;
	left: 16px;
	width: 197px;
	z-index: 10;
	position: absolute;
	clear: none;
	float: none;
}

 #InterformLogoMain {
	top: 0px;
	left: 0px;
	width: 250px;
	z-index: 10;
	position: absolute;
	clear: none;
	float: none;
	height: 120px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 16px;
}

#adr{
	position: absolute;
	top: 93px;
	right: 15px;
	z-index: 15;
	color: #FFFFFF;
	visibility: hidden;
}

/* main */
#main {
	float: left;
	margin-left: 7px;
	width: 500px;
	position: relative;
	margin-bottom: 15px;
	margin-right: 8px;
}

#midt {
	float: none;
	padding: 0;
	visibility: visible;
	z-index:3;
	position: relative;
	width: 500px;
}

#midt2 {
	float: none;
	padding: 0;
	visibility: hidden;
	z-index:1;
	position: absolute;
	overflow: hidden;
	width: 500px;
	top: 2px;
	right: 3px;
}



#eiendomer {
	width: 100%;
	position: relative;
	float: left;
}

#eiendomer table {
	width: 95%;
	margin-left: 15px;
	margin-bottom: 15px;
}

#tabelList table {
	width: 475px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#tabelList {
	width: 75%;
	position: relative;
	float: left;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../bitmaps/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../bitmaps/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../bitmaps/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* venstremeny */
#venstremeny {
	float: left;
	width: 235px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	display: none;
}
#venstremeny ul.sidemenu {
	list-style:none;
	padding:0;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#venstremeny ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#venstremeny ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #venstremeny ul.sidemenu a { height: 18px; }

#venstremeny .sidemenu .current a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #D33A2C;
}

#venstremeny ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #9A9585;
	background-color: #D33A2C;
}

#venstremeny .sidemenu .current a {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #888574;
	background-color: #D33A2C;
}

/* rightbar */
#rightbar {
	float: right;
	width: 235px;
	padding: 0;
	margin:0;
}


#rightbar ul.sidemenu {
	list-style:none;
	padding:0;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#rightbar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#rightbar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-right:4px solid #CCC;	
	
	min-height:18px;
}

* html body #venstremeny ul.sidemenu a { height: 18px; }

#rightbar .sidemenu .current a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #D33A2C;
	}

#rightbar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #D33A2C;
}

#rightbar .sidemenu .current a {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #D33A2C;
}


/* Footer */
#footer {
	clear: both;
	color: #FFF;
	border-top: 5px solid #9A9585;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	background-color: #D33A2C;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 75%;
}
#footer .footer-right{
	float: right;
	width: 20%;
}

/* menu tabs */
#topp ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0;
	bottom: 0px !important;
	bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	display: none;
}
#topp li {
   display:inline;
   margin:0; padding:0;
}
#topp a {
   float:left;
   background: url(../bitmaps/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#topp a span {
	float:left;
	display:block;
	color: #FFF;
	background-image: url(../bitmaps/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 8px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topp a span {float:none;}
/* End IE5-Mac hack */
#topp a:hover span {
	color:#FFF;
}
#topp a:hover {
   background-position:0% -42px;
}
#topp a:hover span {
	background-position:100% -42px;
	background-color: #D33A2C;
	color: #333333;
}
#topp #current a {
	color: #FFF;
}
#topp #current a span {
	background-color: #D33A2C;
	color: #333333;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.Produkt {
	color: #666666;
	margin-left: 0px;
}
.gray  {	color: #BFBFBF; }
.BGgreen {
	background-color: #AA273E;
	padding:2px 5px 2px 5px;
	color: #FFFFFF;
	white-space: nowrap;
}

.BGgray {
	background-color: #F2F2F2;
	padding:2px 5px 2px 5px;
	vertical-align: top;
}

#container #Innhold #main #midt .LedigAreal {
	margin-left: 15px;
	width: 250px;
}

#venstremeny Table.LeftLedigAreal {
	margin-left: 15px;
	width: 215px;
	background-color: #CCCCCC;
}

#album {  
	width: 130px;
	height: 130px;
	overflow: hidden;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}

#albumTableThumb {
	margin-left: 13px;
	margin-right: 10px;

}

#albumThumb {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 2px solid #cccccc;
}
#container #Innhold #wide {
	width: 755px;
	float: left;
	padding-bottom: 15px;
}
#container #Innhold #main table {
	margin-left: 15px;
}

/* padding for table*/

.org {
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: top;
}
#container #Innhold #rightbar table {
	margin-left: 12px;
}

#produktType {
	width: 230px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

#produktFoto {
	width: 230px;
	height: 320px;
	border: 2px solid #CCC;
	overflow: hidden;
}

#container #Innhold #wide table {
	margin-left: 15px;
	margin-right: 15px;
}
#left {
	float: left;
	width: 45%;
	margin-top: 5px;
}
#right {
	float: left;
	margin-right: 15px;
	width: 45%;
	margin-top: 5px;
}

