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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 199;
}

.text_gray{
	color: #8a8a8a;
}

.text_blue{
	color: #001ecb;
}


#info {
	font-family: Futura, "century gothic", Arial;
	color: #434445;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 2.0em;
	font-size: 0.75em;
	width: 290px;
	position:absolute;
	margin-left: auto;
  	margin-right: auto;
	top: 174px;
	padding: 0 0 0 0;
	z-index: 101;
}

#info p {
	margin:0 0 25px;
}

#info h3 {
	font-size: 1.0em;
	font-weight: normal;
	margin:0 0 0;
}

#info h2 {
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0em;
	margin:0 0 0;
}

.text_line{
	color: #434445;
	margin:0 0 0;
	font-style:italic;
	text-decoration:underline;

}

#big_gray {
	width: 836px;
	height: 576px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color:#999999;

}

#thumbscontainer {
	width: 861px;
	height: 576px;
	margin: 0;
	overflow: hidden;
	float: left;
}

#thumbscontainer a {
	width: 147px;
	height: 101px;
	display: block;
	float: left;
	background-color: #e0e0e0;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 13px 18px 12px;
}
#thumbscontainer a:hover {
	opacity: .8;
	filter: alpha(opacity = 80);

}
#thumbscontainer a label {
	font-family: 'Futura','century gothic',Arial;
	font-size:0.7em;
	letter-spacing:0.08em;
	line-height:1.5em;
	text-align:center;
	word-spacing:normal;
	color:#001ECB;
	margin: 30px auto;
	display: block;
	cursor: pointer;
}

#rightcontainer {
	height: 576px;
	width: 836px;
	background-color:#c4c8ce;
	margin: 39px 0 0 0;
	background-image:url(images/bg.jpg);
	
}

#rightcontent {
	font-family: Futura, "century gothic", Arial;
	color: #434445;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 2.0em;
	font-size: 0.75em;
	position: absolute;
	width: 736px;
	margin: 39px 50px 50px 50px;
	z-index: 100;
}

#rightcontent p {
	margin:0 0 10px;
}

#rightcontent h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin:5px 0 3px;
}

#rightcontent h2 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0em;
	margin:0 0 0;
}

#menycopyright {
	margin-left: auto ;
  	margin-right: auto ;
	height: 25px;
	width: 836px;	
}

#meny {
	font-family: Futura, century gothic, Arial;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-size: 0.7em;
	top:100;
 	right:0;
	height: 25px;
	width: 418px;
	margin: 19px 0 0 0px;
	float:left;

}

#copyright {
	font-family: Futura, century gothic, Arial;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-size: 0.7em;
	top:100px;
	right:0px;
	height: 25px;
	width: 418px;
	margin: 19px 0 0 0px;
	float:right;
}

#logo {
	color: #000000;
	width: 181px;
	position:absolute;
	left: 233px;
	top: 25px;
	z-index: 109;
}

#imagesholger {
	height: 576px;
	width: 836px;
  	margin: 39px auto 0;
	z-index: 98;
}

#thumbsholger {
	height: 576px;
	width: 861px;
  	margin: 39px auto 0;
	z-index: 98;
}

#fusk {
	height: 10px;
	width: 20px;
}

#images {
	color: #000000;
	width: 836px;
	height: 576px;
	margin: 0 0 0 0px;
	position: absolute;
	float: left;
	z-index: -1;
	overflow: hidden;
	background-image:url(images/one_size_fits_all_bg.png)

}

#imagecontainer {
	position: absolute;
	top: 0px;
	height: 576px;
}


#infocontainer {
	width: 712px;
	margin-left: auto ;
  	margin-right: auto ;
	z-index: 997;

}

#pilcontainer {
	height: 576px;
	width: 836px;
	margin-top: 39px;
	margin-left: auto ;
  	margin-right: auto ;
	z-index: 998;

}


.imageArrow {
	font-family: Futura, century gothic, Arial;
	font-size: 10px;
	color: #001ecb;
	margin: 262px 0px 0 0px;
	display: none;

}

#image_overlay_left {
	float:left;
	z-index: 1000;
	left: 56px;
	top: 45px;
	width: 418px;
	height: 576px;
	margin: 0 0 0 0px;
	cursor: pointer;


}
#image_overlay_left:hover .imageArrow {
	display: block;
}

#image_overlay_right {
	float:right;
	z-index: 1000;
	left: 674px;
	top: 45px;
	width: 418px;
	height: 576px;
	cursor: pointer;
	text-align: right;
	margin: 0 0 0 0px;
}

#image_overlay_right:hover .imageArrow {
	display: block;
}

#image_overlay_both {
	position:absolute;
	height: 576px;
	width: 836px;
	margin-left: auto ;
  	margin-right: auto ;
	margin: 0 0px 0px 0px;
	z-index: 1000;
	cursor: pointer;

}

.image {
	width: 836px;
	height: 576px;
}

.titre{
	font-family: Futura, "century gothic", Arial;
	background-color: #fff;
	color: #8a8a8a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0.09em;
	line-height: 1em;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

select {
	color: #000000;
	width: 200px;
	font-size: 10px;
	font-family: Futura, "century gothic", Arial;
	letter-spacing: 1px;
	border: solid 1px #c8c8c8;

}

.pil {
	text-decoration: none;
	color: black;
}

A {
	color: #001ecb;
	text-decoration:none;
}

A:link {
	color: #001ecb;
	text-decoration:none;
}


A:hover {
	color: #001ecb;
	text-decoration:underline;
}

A:visited {
	color: #001ecb;
}

A:active {
	color: #001ecb;
	text-decoration: none;

}

