@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
	background-image: url(%20);
	line-height: normal;
}

p {word-wrap:break-word;
} 

/* CONTAINER BESTÅR AV LEFT, MIDDLE OG RIGHT PÅ ØVERSTE NIVÅ */
.container {
	width: 1040px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1040px; /* 
	min-width: 780px; the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border-collapse:collapse;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 110%;
	font-size: 0.8em;
	height: 1138px;
	background-color: #CCD5E6;
}

/*left og right er skyggene på sidene*/
.container .left{
	width: 100px;
	height: 1138px;
	background-repeat: repeat-y;
	background-image: url(../images/side_left.png);
	clear: right;
	float: left;
	margin: 0px;
}

.container .right{
	width: 100px;
	height: 1138px;
	background-image: url(../images/side_right.png);
	background-repeat: repeat-y;
	clear: none;
	float: right;
	margin: 0px;
	}

.container .middle{
	width: 840px;
	height: 1138px;
	float: left;
	margin: 0px;
	}
	

/* MIDDLE BESTÅR AV HEADER, STRUCTURE OG FOOTER */	

/* ~~ HEADER innholder logo, title og bilder ~~ */
.container .middle .header {
	background-color: #FFF;
	width: 100%;
	margin: 0em;
	float: left;
}

.container .middle .header #bilder tr td {
	width: 25%;
	background-image: url(%20);
}
.container .middle .header #bilder {
	float: left;
	height: auto;
	width: 840px;
	text-align: center;
	margin: 0px;
	background-repeat: repeat-x;
	}

.container .middle .header a #insert_logo {
	background-color: #FFF;
	display: block;
}

.container .middle .header #title {
	background-repeat: repeat-x;
	background-position: left;
	height: 33px;
	width: 100%;
	float: left;
	background-image: url(../images/dark_blue.png);
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	}

/*END MIDDLE HEADER*/

/*.pos-top{
	position:relative;
	top:-50px;}
*/


	
/*  STRUCTURE DELER INN MIDDLE I SIDEBAR 1, CENTER OG SIDEBAR 2   */

.container .middle .structure {
	/*height: 300px;*/
	width: 840px;
	float: left;
	margin-top: 0px;
	background-color: #CCD5E6;
	height: auto;
}
 


/* CENTER BESTÅR AV #carousel med img id "medium_image", #knapper, #result med table "gjenstandsliste" og #dagboker */

.container .middle .structure .center {
	width: 419px;
	float: left;
	background-color: #EDDBC0;
	/*height: 860px;*/
	margin: 0px;
	color: #FFF;
	height: 860px;
}

.container .middle .structure .center .carousel {
	float: left;
	width: 420px;
	margin: 0px;
	padding: 0px;
}

.container .middle .structure .center #knapper {
	width: 420px;
	height: 20px;
	text-align: center;
	float: left;
	background-color: #EDDBC0;
}

.container .middle .structure .center #knapper .prev {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F2F1F3;
	height: 18px;
	width: 48px;
	border: 1px solid #333;
	color: #333;
	background-image: url(../images/light_grey.png);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 2px;
	}

.container .middle .structure .center #result {
	float: left;
	height: 142px;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 10px;
	background-image: url(../images/46.jpg);	/*background-color: #667b99;*/
	
}

.container .middle .structure .center #result #gjenstandsliste {
	color: #930;
	background-color: 667b99;
	width: 418px;
	height: 142px;
	margin-top: 0px;
	float: left;
	/*border: 1px solid #666;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}
.container .middle .structure .center #result #gjenstandsliste td {
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
	height: 10px;
	vertical-align: super;
	margin-top: 0px;
}

.container .middle .structure .center #result #gjenstandsliste th {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #333; 
	height: 14px;
}

.container .middle .structure .result td #gjenstandslistebody {
	height: auto;
	margin-top: 0px;
}

/*END CENTER*/

/* SIDEBAR 1 OG 2 */
 
.container .middle .structure .sidebar1 {
	top: 0px;
	width: 210px;
	float:left;
	background-color: #CCD5E6;
	margin-top: 0px;
}

.container .middle .structure .sidebar1 .text {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding: 5px;
	margin: 0px;
	font-size: 90%;
}
.container .middle .structure .sidebar2 .text {
	font-family: Verdana, Geneva, sans-serif;
	width: 95%;
	color: #333;
	margin-top: 0px;
	padding: 5px;
	font-size: 90%;
}

.container .middle .structure .sidebar2 {
	top: 0px;
	width: 210px;
	float: right;
	background-color: #CCD5E6;
	margin-top: 0px;
}
.container .middle .structure .sidebar1 img {
	clear: none;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}
.container .middle .structure .sidebar2 img {
	clear: none;
	float: right;
	margin-top: 2px;
	margin-left: 2px;
}


/*END SIDEBAR 1 OG 2*/

/* MIDDLE FOOTER*/

.container .middle .footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #6F7D94;
	text-align: center;
	width: 840px;
	float: left;
	border-bottom-width: 0.1px;
	border-bottom-style: solid;
	border-bottom-color: #6F7D94;
	background-image: url(../images/dark_grey.png);
}

/* END MIDDLE FOOTER*/

/*ALLE OVERSKRIFTER*/

h1 {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E9EEF6;
	font-size: 200%;
	margin-top:7px;
}
h2 {
	float: left;
	height: 20px;
	width: 209px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F0F0FF;
	padding-top: 5px;
	background-color: #667b99;
	
	}
h3 {
	float: left;
	height: 20px;
	width: 420px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-image: url(../images/dark_grey.png);
	color: #F0F0FF;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
}
h4 {
	float: left;
	height: 18px;
	width: 209px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-color: #84A1D2; 
/*	#afbbd2; */
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	margin: 0px;
}
	
h5 {
	float: left;
	height: 20px;
	width: 420px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F0F0FF;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	background-color: #cca672;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
h6 {
	float: left;
	height: 18px;
	width: 420px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-color: #ddbb88;
	text-align: center;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/*END OVERSKRIFTER*/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	background-image: url(file:///U|/test/brit/lorange2/images/side_.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a {color:#C30;
	text-decoration: underline;}
	
a:link {
	color:#C30;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	width: 30px;
}
a:visited {
	color:#C30;
/* #FFF; */
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #147061;
/*	#FC0; */
}

ul.nav a {
	zoom: 1;
}  


.container .middle .structure .center .carousel ul a, ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	/* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	list-style: disc;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.container .middle .structure .center .carousel ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #FC0;
	}

 

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

.container .middle .structure .center .carousel ul li {
	display: block;
	font-size: 90%;
	margin-bottom: 1px;
	list-style-type: none;
	color: #F00;
	padding-top: 3px;
	width: 140px;
	height:115px;
	float: left;
	background-color: #EDDBC0;
}
ul a, ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	/* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	list-style: disc;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	float: left;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #FC0;
	}



/* ~~miscellaneous float/clear classes~~ */

.floatLeft {
	float: left;
	clear: left;
	padding: 3px;
	
	
}

.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	
	/* margin-right: 8px; */
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
</style>
<![endif]
