#blackhead {
	height:50px;
	width:900px;
	margin-bottom:10px;
	position:relative;
	background-image:url(../images/trans_back_black.png);
	z-index:1;
	clear:both;
}

#headslider {
	width:600px;
	height:50px;
	position:absolute;
	background-image:url(../images/trans_back_black_slider.png);
	top:0px;
	left:0px;
	z-index:2;
}

#photos, #videos {
	width:300px;
	height:50px;
	color:#F60;
	float:left;
	position:relative;
	background-image:url(../images/fotos.png);
	z-index:10;
	cursor:pointer;
}

#videos {
	float:right;
	background-image:url(../images/videos.png);
	text-align:right;
}

#whitecontent {
	background-image:url(../images/trans_back_white.png);
	width:900px;
	height:530px;
	position:relative;
	clear:both;
	z-index:1;

}

#gallery_photos, gallery_videos {
	width:900px;
	height:500px;
	position:absolute;
}

.gallery_headline {
	border-bottom:1px solid #CCC;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}

.gallery_view {
	width:900px;
	height:500px;
	top:30px;
	left:0px;
	position:absolute;
	overflow:hidden;
	clear:both;
}

.gallery_next, .gallery_prev {
	width:20px;
	height:100px;
	background-image:url(../images/trans_back_black.png);
	position:absolute;
	top:0px;
	cursor:pointer;
}

.gallery_next {
	right:-30px;
}
.gallery_prev {
	left:-30px;
}

.gallery_slider {
	width:2700px;
	height:500px;
	position:absolute;
	top:0px;
	left:0px;
}
*html .gallery_slider {
	margin-left:-5px;
}

*html .gallery_slider img {
	margin-bottom:-3px;
}

.gallery_slider_box {
	width:905px;
	height:500px;
	float:left;
}

.gallery_element {
	width:195px;
	height:220px;
	margin:5px;
	padding:5px;
	border:5px solid #CCC;
	float:left;
}

.gallery_bild {
	width:195px;
	height:195px;
	clear:both;
}

.gallery_textfield {
	width:195px;
	height:25px;
	font-weight:bold;
	overflow:hidden;
	position:relative;
	clear:both;
}

.gallery_text {
	position:absolute;
	white-space:nowrap;
	padding-top:7px;
	font-size:12px;
}

