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

* {font-family:Arial, Helvetica, sans-serif;}

body {
	background: url(../design/background.jpg) center top no-repeat #000000;
}


#bodyWrapper {
	width: 980px;
	left: 0; right: 0;
	margin: 0 auto;
}

#bodyWrapper, #topWrapper, #menuWrapper, #contentBlock, #bottomWrapper {position:relative;}

#topWrapper {
	height: 140px;
}
#contentBlock {height: 350px; padding: 0px 39px;}
#menuWrapper {width: 148px;}

#content {
	position: relative;
	padding: 23px 200px 0px 5px;
	height: 330px;
	overflow: auto;
	width: 530px;
}
#logo {margin-top: 17px; margin-left: 15px;}

#bottomWrapper {
	height: 20px;
	padding-left: 220px;
	padding-top: 15px;
}
#bottomWrapper, #bottomWrapper * {
	font-size: 11px;
	color: #fff;
}

#designByVikiallo {
	position: absolute;
	left: 745px;
	top: 505px;
}
#designByVikiallo, #designByVikiallo * {
	color: #4C4F53;
	font-size: 11px;
}
#skiltefaggruppen {
	position: absolute;
	left: 50px;
	top: 505px;
}




/* FONTE */
.Content, .Content * {font-size: 12px; line-height: 18px; color: #fff;}
.Content h1 {font-size: 16px; font-weight: bold; line-height: 24px; margin: 0px; margin-bottom: 10px; text-transform:uppercase;}
.Content h2 {font-size: 14px; font-weight: bold; line-height: 21px; margin: 0px;}

.Content a {color: #fff; text-decoration: underline; font-weight: normal;}
.Content a:hover, .StaticContent a:hover {text-decoration:none;}


/* GALLERY */
/*#galleryWrapper {zoom: 1; padding: 10px 30px 0px; position: relative;}*/
#galleryText {
	color: #848484; font-size: 11px; line-height: 16px;
	position: absolute;
	left: 340px;
	top: 540px;
	text-align: right;
	width: 500px;
}
.Gallery {padding: 30px 0px 0px 0px; width: 515px; height: 300px; margin: 0px 0px 0px 15px}
.Gallery span {
	width: 140px;
	height: 280px;
	margin: 15px 15px;
	text-align: left;
}
.Gallery span div {
	padding: 0px 0px 0px 0px;
}
.Gallery span div div {padding: 0;}
.GalleryCaptionDescription {
	position: absolute;
	top: 150px;
	left: 0px;
}
.GalleryCaptionDescription, .GalleryCaptionDescription a {
	color: #fff;
	font-size: 11px;
	width: 100%;
	height: 130px;
	overflow: hidden;
	white-space:normal;
	line-height: 18px;
}
.GalleryButtons {margin: -160px 0px 0px 0px;}

#gallery_back {
	position: absolute;
	left: 192px;
	top: 185px;
	width: 10px;
	height: 140px;
	
	background: url(../design/gallery_left.gif) center center no-repeat; 
	cursor: pointer;
}
#gallery_forward {
	position: absolute;
	left: 717px;
	top: 185px;
	width: 10px;
	height: 140px;
	
	background: url(../design/gallery_right.gif) center center no-repeat; 
	cursor: pointer;
}
/*
#gallery_back:hover {background-image: url(../design/gallery_back_active.png);}
#gallery_forward:hover {background-image: url(../design/gallery_forward_active.png);}

*/
