/* image-gallery ------------------------------- */

.gallerypic {
	margin: 0 0 40px 0px;
	width: 460px;
	z-index: 100;
	position: relative;
	display: block;
	/*background-color:#000000;*/
}
/*
.gallerypic img {
	float: left;
	margin: 0 5px 10px 5px;
}*/

.gallerypic img.logo{
/*	float: left;*/
	margin: 10px 20px 15px 0px;
	vertical-align: bottom;
	/**/
}

p .partnerkat {
	/*margin-bottom: 20px;*/
    font-weight: bold;
	color:#FF6600;
}

#main_image{
	height:300px;
	width:460px;
	background-color: #000000;
	overflow: hidden;
}

.gallery {
	width:2px;
	height:2px;
	overflow:hidden;
	margin: 0 0 -2px -1000px;
	background-color: #000000;
}

.galleryNav {
	margin: 10px 3px;
	width: 450px;
	clear: both;
	height: 20px;
}

.galleryNav a img{
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}


* html .galleryNav img { /* IE-hacks */
	margin-top: 10px;
	margin-bottom: -5px;
}

*:first-child+html .galleryNav img { /* IE-hacks */
	margin-top: 10px;
	margin-bottom: -5px;
}

/* slider-script ---------------------------------- */

.csw .loading {
	height: 500px;
	overflow: hidden;
}


.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding: 0;
	width: 310px; 
	height: 400px;
	clear: both;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { 
	float:left;
	height: 100%;
	position: relative;
	width: 350px; 
}

.stripNav {
	width: 260px;
	margin: 0 0 0 2px;
}

#eventnavi .stripNav a {
	color: #666;
	font-size: 0.95em;
	line-height: 1.25em;
}
.stripNav .current a {
	color: #e2001a;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 9px;
	width: 38px;
	text-indent: -9000em;
}

.stripNavL {
	position:relative;
	top: 17px;
	left: 2px;
}

.stripNavR {
	position:relative;
	top: -18px;
	left: 270px;
}

*:first-child+html .stripNavL {
	position:absolute;
	top: 18px;
}

* html .stripNavL {
	position:absolute;
	top: 25px;
}

*:first-child+html .stripNavR {
	position:absolute;
	top: 18px;
}

* html .stripNavR {
	position:absolute;
	top: 25px;
}


.stripNavL a { background: url(../pics/arrow_9.gif) no-repeat; }
.stripNavL a:hover { background: url(../pics/arrow_9o.gif) no-repeat; }
.stripNavR a { background: url(../pics/arrow_3.gif) no-repeat; }
.stripNavR a:hover { background: url(../pics/arrow_3o.gif) no-repeat; }

.meldung {
color:#FF0000;
}