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

#pagetitle {
text-align : center;
color : #caa743;
text-decoration : none;
position : absolute;
left : 200px;
top : 47px;
width : 600px;
text-transform : lowercase;
font-size: medium;
font-family : Arial, Helvetica, sans-serif;
}

#pagecontent {
	width : 600px;
	height : 530px;
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 1000;
	/*border: 1px solid #000;*/
}
p {
margin-top : 0px;
margin-bottom : 1px;
}

p, li {
	
}
div.content{
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 600px;
	background: #fff;
}

div.slideshow-container {
	position: relative;
	height: 340px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* background: #dedede; */
	width: 600px;
	clear: both;
	/* border: 1px solid #3366FF; */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 340px; /* This should be set to be at least the height of the largest image in the slideshow */
	background: #fff url(/penta/bilder/gifs/loader.gif) no-repeat center;	/* border: 1px solid #00CC99; */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 340px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 340px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}


div.slideshow img {

	vertical-align: middle;
	border: 1px solid #808080;
}

div.caption-container {
	position: absolute;
	height: 15px;
	background: #fff;
	float: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
}
div.caption {
	/*border : 1px solid #808080;*/
	top : 345px;
	left : 0px;
	position : absolute;
	height : 11px;
	width : 600px;
	float : left;
	text-align : center;
	color : #808080;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
    padding-bottom: 5px;
	clear: left;
}

#einftxt {
	width : 600px;
	top : 365px;
	position : absolute;
	color : #808080;
	display : block;
	left : 0px;
	/*border : 1px solid #808080;*/
	height : 135px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
    margin-top: 0px;
}
.titlestyle {
	color: #caa743;
	margin-top: 20px;
	font: medium Arial, Helvetica, sans-serif;
}
.endstyle {
	color : #808080;
    text-align : center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
}

