/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 1025px;
	height: 466px;
	margin-bottom: 5px;
	text-align: center;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

a {
	color: #607293;
	text-decoration: none;
}

body {
	color: #797979;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
}

.container {
	width: 1025px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: center;
}

.outline {
	border: 1px solid #C30;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
.container .content h1 {
	text-align: left;
}
.container .content .container {
	text-align: center;
}
.container #pf_slideShow1 {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C30;
}
.container #pf_slideShow1 {
	padding-top: 0px;
}
.container #pf_slideShow1 {
	background-image: url(../Hintergrund.jpg);
	background-repeat: no-repeat;
}
.container .header .container {
	color: #000;
}
