/* aus der basic.css uebernommen */

* {
	padding: 0;
	margin: 0;
	}
html, body {
	height: 100%;
	}
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url("../img/bg-water.jpg") no-repeat center top fixed;
	color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 75%;
	}
#page {
	background: url("../img/bg-menu-akt.png") repeat;
	min-height: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	}
* html #page {
	height: 100%;
	}
.pagewidth {
	width: 1010px;
	margin: 0 auto;
	}

	/* The display of content is enabled by a javascript generated style on the page so that the slideshow content won't 
		display unless javascript is enabled.  this is the style of the page: 
	   	div.navigation{width:300px;float: left;}
		div.content{display:block;}
	*/

div.content {
	display: none;
	float:right;
	width:700px;
	text-align: center; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #dae2e6;		/* hellblau */
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
	color: #fff;
}

/* Gallery Html Containers */

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px 0 8px 40px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	margin-right: 20px;
	outline: none;
}
div.nav-controls a {
	outline: none;
}
div.loader {
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 350px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	/*float: left;*/
	padding-bottom: 6px;
}
#slideshow-adv img {
	padding: 2px;
	border: 1px solid #97999b;
	margin: 0 auto 12px;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 0px;
}

/* Bildbeschreibung */

div.image-title {
	font-weight: bold;
	font-size: 1.4em; 
}
div.image-desc {
	line-height: 22px;
	height: 22px;
	width: 608px;
	margin: 0 auto;
	padding-top: 0px;
	background: url("../img/bg-gallery-titles.png") no-repeat;
	font-size: 12px;
}

h2 {font-size: 14px;
	margin: 30px 0 8px 0;
	}

/* Vorschaubilder */
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width: 278px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	/*margin-bottom: 12px;
	height: 11px;*/
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

