body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #786d61;
}


.twoColElsLtHdr #container {
	width: 1005px;
	text-align: left;
	border: 1px none #000000;
} 
.smabilder {
	float: left;
}
.twoColElsLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.topLeftBox {
	background-color: #786D61;
	height: 303px;
	width: 343px;
	float: left;
	text-align: center;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7B6D62;
	border-right-color: #7B6D62;
	border-bottom-color: #7B6D62;
	border-left-color: #7B6D62;
	background-image: url(../web%20bilder/logo.gif);
}
.hovedTekst {
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	height: 450px;
	width: 295px;
	letter-spacing: normal;
	float: right;
	clear: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
	margin-right: 30px;
	line-height: 16px;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #3ac1cc;
}
.topArea {
	background-color: #FFFFFF;
	height: 303px;
	float: none;
	clear: none;
}
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.viEr {
	padding-top: 18px;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 343px; /* top and bottom padding create visual space within this div */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #7B6D62;
	border-right-color: #7B6D62;
	border-bottom-color: #7B6D62;
	border-left-color: #7B6D62;
	background-color: #786d61;
	background-image: url(../web%20bilder/herfaardu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 453px;
}
.footerLeft {
	height: 60px;
	width: 343px;
	background-color: #BCAEA3;
	border-top-style: none;
	border-top-color: #7B6D62;
	border-right-color: #7B6D62;
	border-bottom-color: #7B6D62;
	border-left-color: #7B6D62;
	background-image: url(../web%20bilder/bunnbilde.jpg);
}
.meny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d6d3cf;
	padding-left: 30px;
	font-size: 12px;
	list-style-type: none;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
	height: 472px;
	padding-top: 1px;
	margin: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d6d3cf;
	border-right-color: #d6d3cf;
	border-bottom-color: #d6d3cf;
	border-left-color: #d6d3cf;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 0px;
} 
.twoColElsLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	clear: right;
	background-color: #534c43;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7B6D62;
	border-right-color: #7B6D62;
	border-bottom-color: #7B6D62;
	border-left-color: #7B6D62;
	background-image: url(../web%20bilder/smakfull.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #7b6d62; padding-left: 30px; font-size: 12px; font-weight: bold; }
 

/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 20px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.style2 {
	color: #3ac1cc;
	padding-top: 10px;
}
.paddingFix {
	margin-top: 0px;
}
.portefolio {
	height: 325px;
	width: 662px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: right;
	background-color: #CCCCCC;
	background-image: url(../web%20bilder/bakgrunn_portfolio_DUS.jpg);
	margin-left: 0px;
}
.portefolioTekst {
	position: absolute;
	left: 352px;
	top: 311px;
	font-size: 9px;
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	/* for Mozilla */
  -moz-opacity:0.6;
	width: 198px;
	height: 45px;
	padding: 10px;
}
.portefolioTekst_nobox {
	position: absolute;
	left: 348px;
	top: 598px;
	font-size: 9px;
	width: 311px;
	height: 26px;
}
.portefolioBilde {
	float: right;
	padding: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.pageflipBox {
	position: absolute;
	left: 124px;
	top: 252px;
}


.portefolioThumbs {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	cursor: pointer; cursor: hand;

}
.portofolioThumbs_container {
	text-align: center;
	padding-left: 10px;
}
.heading {
	font-weight: bold;
	color: #3ac1cc;
}
