@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
}
a {
	color: #009ee0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#borduere {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	position: relative;
}

#container {
	position: relative;
	padding: 0px;
	width: 960px;
	margin: 0px auto;
}
#container #header {
	padding: 0px;
	height: 110px;
	width: 960px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#container #menu {
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 960px;
	position: relative;
}
#container #sliderbox {
	background-image: url(../images/sliderbox.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 960px;
	position: relative;
}
#container #content {
	padding: 0px;
	width: 960px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	font-weight: normal;
}
#container #content  h1 {
	font-size: 24px;
	color: #009ee0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#container #content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 17px;
	text-align: justify;
}

#container #content #spalte {
	position: relative;
	padding: 0px;
	width: 280px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	display: inline;
}
#container #content #spalte.rechts {
	margin-right: 10px;
}
#container #footer {
	clear: both;
	padding: 0px;
	width: 960px;
	top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	text-align: center;
	color: #999999;
	font-size: 10px;
}

/*
	SLIDER
*/
.slider-wrap {
	width: 920px;
	padding: 0px;
	height: 370px;
	top: 19px;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}			
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 20px 0 20px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 310px;
	padding: 0px;
}
.stripViewer .panelContainer {
	position: relative;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 920px;
	overflow: hidden;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	border: 1px solid #CCCCCC;
	margin: 0px;
}
#movers-row									{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#movers-row div								{ width: 115px; float: left; text-align: center; margin: 0px; padding: 0px; }
.photo-meta-data {
	height: 30px;
	font-size: 10px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: #009ee0;
	width: 230px;
	background-image: url(../images/reiter.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-position: right;
}
.photo-meta-data h3 {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
