	/* Allgmeine Styles*/
	
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height: 100%;
		}

	body {
		background-color:#666666;
		font: 10pt, arial, helvetica, sans-serif;
		color: #505367;
		text-align: center; /* horizontal centering for IE Win quirks */
		}
		

	#distance { 
		width: 1px;
		height: 50%;
		background-color: #666666;
		margin-bottom: -322px; /* half of container's height */
		float:left;
		}
	
	a img, a:link img { border: none; }
	
	a:link{ 
		font-family: Verdana,Arial;
		font-size: 11px;
		color: #ac0174;
		text-decoration: none;
		text-underline: none; 
		}

	a:active {
		font-family: Verdana,Arial;
		font-size: 11px;
		color: #ac0174;
		text-decoration: none;
		text-underline: none; 
		}

	a:visited {
		font-family: Verdana,Arial;
		font-size: 11px;
		color: #ac0174;
		text-decoration: none;
		text-underline: none;
		}

	a:hover {
		font-family: Verdana,Arial;
		font-size: 11px;
		color: #ac0174;
		text-decoration: none;
		text-underline: none;
		} 
		
	#container {
		margin: 0 auto;
		position: relative; /* puts container in front of distance */
		text-align: left;
		height: 605px;
		width: 800px;
		clear: left;
		background-color: #FFFFFF;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		}

	
/* Aufteilung der Container*/
	
	#slidebox {
		height: 520px;
		width: 800px;
		background-color: #FFFFFF;
		text-align: right;
		}

	#logo {
		padding-top: 20px;
		}

	
	#text {
		float: right;
		width: 360px;
		height: 520px;
		font: 10pt, arial, helvetica, sans-serif;
		text-align: left;
		font-size: 12px;
		}
		
	#smallinks {
		position: absolute;
		float: right;
		width: 100px;
		height: 65px;
		bottom: 20px;
		right: 20px;
		list-style-type: none;
		}
		
	#smallinks li{
	margin-bottom: 0px;
		}
		

	#preload1 {
		background: url(../nav/logo.gif);
		display:none;
		}
		
	#preload2 {
		background: url(../nav/about.gif);
		display:none;
		}
	
	
/* Menüpunkte der Smalllinks*/

	.imgtop{
		position: relative;
		top: 0;
		}
	
	.imgbottom{
		top: 3px;
		}
	
	.about{
	background-image: url(../images/about.jpg);
	display: table-cell;
	}

	.contact{
	background-image: url(../images/contact.jpg);
	display: table-cell;
	}
	
	.links{
	background-image: url(../images/links.jpg);
	display: table-cell;
	}
	
	.impressum{
	background-image: url(../images/impressum.jpg);
	display: table-cell;
	}
	
	.nav {
		position: relative;
		left: 20px;
				}
				
				
/*Stlideshow Tags*/
	
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.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: 520px;
	width: 800px;
}		
.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: 520px;
	margin: 0 auto;
	width: 800px;
}
.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;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	z-index: 10000;
	width: 800px;
	bottom: 0;
	left: 0;
	bottom: 0px;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
	bottom: 0px;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
	bottom: 0px;
}

/**
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.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 20px;
	width: 80px;
	right: 0px;
	overflow: hidden;
	position: absolute;
	margin: -5px 0 0 -5px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden {
	bottom: 520px;
	opacity: 0;
}
.slideshow-controller-visible {
	bottom: 22px;
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 9px;
	overflow: hidden;
	position: absolute;
	top: 6px;
}
.slideshow-controller a.active {
	background-position: 0 9px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 55px;
	width: 14px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 37px;
	width: 10px;
}
.slideshow-controller li.play a {
	background-position: 10px 0;
}
.slideshow-controller li.play a.active {
	background-position: 10px 9px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 15px;
	width: 14px;
}

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

.slideshow-loader {
	height: 28px;
	right: 50%;
	position: absolute;
	top: 50%;
	width: 28px;
	z-index: 10001;
}
.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: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.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;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}