@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3f0f0d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 850px;
	background: #816f61;
	background-image:url(images/container_bakgrunn.jpg);
	background-repeat:repeat-y; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #3f0f0d;  /* 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;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 425px;
	background-image:url(images/sidebar_bakgrunn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 218px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; 
	background-position: right top;
	width: 610px;
	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer_bakgrunn.gif);
	background-position:bottom;
	background-repeat:no-repeat; 
	height: 95px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 73px;
	padding-top: 47px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #806E60;
	font-size: x-small;
}


.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;
}

table {
margin: 0;
}
.twoColFixLtHdr #container #ekstra {
	background-image:url(images/bakgrunn_extra_div.png);
	background-repeat: no-repeat;
	background-position:27px 228px;
}
.twoColFixLtHdr #container #ekstra #mainContent img {
	padding-right: 0px;
}

p{
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-left: 10px;
}
h1 {
font-size: large;
font-weight: bold;
color:#540a0b;
}

h2 {
font-size: medium;
font-weight: bold;
}

h3 {
font-size: small;
font-weight:normal;
color:#888686;
margin-left: 30px;
}

h4 {
font-size: x-small;
font-weight: normal;
color:#000000;
}

img {
border: none;
}

.twoColFixLtHdr #container #ekstra #sidebar1 p {
margin-left: 60px;
}

.twoColFixLtHdr #container #ekstra #sidebar1 img {
margin-left: 45px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}






#myGallery
{
	text-align: left;
	margin: 0 auto;
}
.twoColFixLtHdr #container #ekstra #mainContent a:link {
	color: #3F0F0D;
	text-decoration: none;
}

.twoColFixLtHdr #container #ekstra #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #ekstra #mainContent a:visited {
	color: #3F0F0D;
	
}
