@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	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;
	background-color: #f3efe6;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-left: 10px;
	padding-right: 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #background_start {
	background-color: #FFFFFF;
	background-image: url(../images/i/quakka-poster-drawing.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #background_kontakt {
	background-color: #FFFFFF;
	background-image: url(../images/i/bottom_post.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.oneColFixCtrHdr #background_erbjudande {
	background-color: #FFFFFF;
	background-image: url(../images/i/tur-illustration.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #background_galleri {
	background-color: #FFFFFF;
	background-image: url(../images/i/galleri-illustration.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	height: 50px;
	padding: 10px 10px 10px 20px;  /* 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. */
	margin: 0px 0px 20px 0px;
}

.oneColFixCtrHdr #startLine {
	float:left;
	width: 10px;
	margin-right:5px;
	height: 1px;
	background-repeat:repeat-x;
	background-image: url(/images/i/linje.jpg);
	margin-top: 7px;
}

.oneColFixCtrHdr #padLine {
	float:left;
	width: 40px;
	height: 1px;
	margin-left:5px;
	margin-right:5px;
	background-repeat:repeat-x;
	margin-top: 7px;
	background-image: url(/images/i/linje.jpg);
}

.oneColFixCtrHdr #logo {
	float: left;
}

.oneColFixCtrHdr #navigationCanvas {
	float: left;
	margin-top: 25px;
	z-index: 10;
}

.oneColFixCtrHdr #navigationItem {
	float: left;
}


.oneColFixCtrHdr #top {
	width: 800px;
	margin: 10px 0px 0px 0px;
	
}


.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #sideBar {
	float:left;
	width:7px;
	height: 500px;
	background-color: #FFFFFF;
	background-image: url(/images/i/orange-bar.jpg);
	background-repeat: repeat-y;
}
.blue_header {color: #8DA7CB}
.green_header {color: #668961}
.brown_heading {color: #875F00}
.orange_heading {color: #F0B627}

.mailto {
	color: #F0B627;
	font-weight: bold;
	text-decoration:none;
}

.brown_large_italic {
	font-size: 12px;
	font-style: italic;
	color: #885F00;
}

.brown_small_italic {
	font-size: 10px;
	font-style: italic;
	color: #885F00;
}

.large_italic {
	font-size: 12px;
	font-style: italic;
	color:#333333;
}

.oneColFixCtrHdr #sideBarorange {
	float:left;
	width:7px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/i/orange-bar.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #sideBarturq {
	float:left;
	width:7px;
	height: 450px;
	background-color: #FFFFFF;
	background-image: url(/images/i/turq-bar.gif);
	background-repeat: repeat-y;
}
.sideBarblue {
	float:left;
	width:7px;
	height: 450px;
	background-color: #FFFFFF;
	background-image: url(/images/i/blue-bar.gif);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #sideBarblue {
	float:left;
	width:7px;
	height: 450px;
	background-color: #FFFFFF;
	background-image: url(/images/i/blue-bar.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #sideBarbrown {
	float:left;
	width:7px;
	height: 450px;
	background-color: #FFFFFF;
	background-image: url(/images/i/brown-bar.jpg);
	background-repeat: repeat-y;
}
.sideBarbrown {
	float:left;
	width:7px;
	height: 450px;
	background-color: #FFFFFF;
	background-image: url(/images/i/brown-bar.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #sideBargreen {
	float:left;
	width:7px;
	height: 450px;
	background-color: #668961;
	background-image: url(/images/i/green-bar.gif);
	background-repeat: repeat-y;
}
.sideBargreen {
	float:left;
	width:7px;
	height: 450px;
	background-color: #668961;
	background-image: url(/images/i/green-bar.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent {
	float:left;
	width: 746px;
	/*height: 450px;*/
	padding-right: 20px;
	padding-left: 20px;
}

.galleryCanvas {
	width: 100%;
	text-align: center;
}

.oneColFixCtrHdr #column1 {
	float:left;
	width: 400px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	color:#CC6600;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #orange {
	font-size: 10px;
	font-weight: bold;
	color: #F0B627;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #turq {
	font-size: 10px;
	font-weight: bold;
	color: #46B6C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #blue {
	font-size: 10px;
	font-weight: bold;
	color: #8DA7CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #brown {
	font-size: 10px;
	font-weight: bold;
	color: #875F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #green {
	font-size: 10px;
	font-weight: bold;
	color: #668961;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #bottom { 
	padding: 0px 0px 0px 0px;  /* 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. */
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	color:#666666;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.galleryItem {
	float: left;
	height: 124px;
	width: 91px;
	position: relative;
}
.galleryItemPadding {
	float: left;
	height: 124px;
	width: 12px;
	position: relative;
}
.galleryItemImage {
	height: 104px;
	width: 91px;
	position: relative;
	display: block;
}
.galleryItemDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #668961;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 91px;
}

.galleryItemDescription a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}


.galleriItemImageFrame {
	height: 104px;
	width: 91px;
	z-index: 99;
	display: block;
	position: absolute;
}

#mainWrapper {
	float:left;
	height: inherit;
}.porfolio {
	margin: 0px;
	padding: 0px;
}

