/* CSS Document */


/*TEXT */

div, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;    padding: 0px;    border: 0px; text-align: left;
}
p {		margin: 0px;    padding: 8px 0px 10px 0px; } 
h1 {	font-size: 24px; }
h2 {	font-size: 20px; font-weight:bolder; margin-bottom: 12px;   }
h3 {	font-size: 18px; font-weight:lighter;  padding: 0px;}
h4 {	font-size: 14px; ; }
h5 {	font-size: 13px; padding: 2px; } 
li{		list-style-position: inside;
		list-style-type: none; }
		
p2 {	font-size: 22px; font-weight:bolder; border-bottom: 8px solid #39270e;   }
		
a { 	text-decoration: underline; 
		color: #452F0D;
}
a:hover{text-decoration: none;
		color: #452F0D;
 }
a.headlink { color: 452F0D;	}

.reading {
	line-height: 26px;
	}	
	

/*LAYOUT*/
	
body {	
	margin: 0px;	padding: 0px;	background: url(../../images/bg7.jpg) repeat-x #fbf8f0;  
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             sans-serif;	font-size: 13px;	
	/* color: #39270e;	*/
	color:#39270e;
	text-align: center;		
}

p.lineheight {line-height:20px; }

#layout {
	margin:0 auto;
	padding:0 auto;
	position: relative;
	background: #fff;
	width: 969px;
	}

#head {
	background: #fff;
	height: 79px;
	background:url(../../images/headbg0.jpg) repeat-x;
	}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 400px; 
}

#search {
	width: 10px;
	position: relative;
	top: 15px;
	left: 450px;
}

#login {
	width: 10px;
	position: absolute;
	top: 0px;
	left: 850px;
	}

/* MENY */

#menu {	
	position: relative; 
	width: 500px;
	top: 45px;
	left: 450px;

}

#menu ul {
	position: relative;
	left: 9px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             sans-serif;
	font-size:14px;
	font-stretch:wider;
}
#menu li {
	display: inline;
	margin: 1px;
}

#menu a {
	padding: 0px 15px 0px 15px;
	color: #efe3c9;
	text-decoration: none;
}
#menu a:hover {
	color: #766e54;
}


#main{
	width: 969px;

}

#mainhead {
	position: relative;
	background: #fff;
	width: 950px;
	left: 10px;
	height: 610px;
}
#mainhead2 {
	position: relative;
	background: #fff;
	width: 950px;
	left: 10px;
	height: 200px;
}

#headleft{
	height:200px;
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
		
}

#headcenter{
	height:200px;
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
}

#headright{
	height:200px;
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
}



#mainbottom{
	clear: both;
	background: #fff;
	height: 40px;
	width: 950px;
}


#mainleft{
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
		
}

#maincenter{
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
}

#mainright{
	float: left;
	width: 270px;
	padding-left:20px;
	padding-right:20px;
}



#mainbottom{
	clear: both;
	background: #fff;
	height: 40px;
	width: 950px;
}

#leftmenu{
	background: #f6eed9;
	width: 270px;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
		
}
#leftmenu li{
	display:block;
	width: 260px;
	margin-bottom:8px;
	padding-bottom:8px;
	text-decoration:none;
	border-bottom: 1px solid #39270e;
		
}
#leftmenu a{
	text-decoration:none;
		
}
#leftmenu a:hover{
	color:#b38f55;
		
}

#priv_maincenter{
	float: left;
	width: 715px;
	padding-left:10px;
}
#footer{
	font-size:9px;
	text-align:center;
	background: #171715 url(../../images/footbg.jpg) repeat-x;
	height: 71px;
}
#smallfooter{
	font-size:9px;
	text-align:center;
	height: 50px;
}

#footermain{
	margin:0 auto;
	padding:0 auto;
	position: relative;
	bottom: 0px;
	font-size:9px;
	top:20px;
	height: 51px;
	width: 969px;
}
#smallfootermain{
	position: relative;
	bottom: 0px;
	font-size:9px;
	text-align:center;
	height: 50px;
	width: 0px;
}
#disclaimer{
	text-align:center;
	

	height:50px;
	width:969px;
}
	
/* ÖVRIGT */
	
td {
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;	color: #000;
	}
	
	
td.headline {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	height: 25px;
	background: url(../../images/menubg.jpg) repeat-x;
	}
tr.subline {
	height: 5px;
	background: url(../../images/menubg.jpg) repeat-x;
	}
td.subline {
	height: 5px;
	background: url(../../images/menubg.jpg) repeat-x;
	}

hr {
	background:  #452F0D;
	color: #452F0D;
	height: 1px;
	width: 240px;
	margin: 20px 20px 20px 20px;
	text-align: center;
	display: block;
}




/* Höger meny */

#mainright ul li {
	list-style-type: none;
	text-align: left;
	display: block;
	float: left;
	width: 200px;

} 

#mainright ul li a {
	color: #09c; /*#09c */
	text-decoration: none;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	display: block; 
	height: 40px;
}
	
#mainright ul li a:hover {
	color: #090;
}
	

.slideshow {
	display: block;
	position: relative;
	z-index: 1;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 2;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 466px;
	width: 1005px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 466px;
	margin: 0 auto;
	width: 1005px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/


/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 0;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: 26px;
	height: 45px;
	left: 6px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 2px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #dcdad0 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #dcdad0;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #dcdad0;
	opacity: .5;
}
