/* BUTTONS */
a.button_kontaktformular {
	background: url(../img/button_kontaktformular.png) top left no-repeat;
	display:block;
	overflow: hidden;
	height:51px;
	text-decoration: underline;
	text-indent:-9999px;
	width:184px;
	/* margin-left:-12px; */ /* damit geht zentrieren nicht mehr */
}
a.arrow_link {
	background: url(../img/arrow_right_white.png) top left no-repeat; 
	display: block;
	padding-left: 40px;
	min-height: 30px;
}
a.moveup {
	margin-top:-50px;
}
.block {
	display: block;
}
.column img.left. .column a.left {
	/* margin: 2px 20px 1.6px 0; */
	float:left;
}
.column img.right, .column a.right {
	/* margin: 2px 0 16px 20px; */
	float:right;
	display:block;
}
.column img.across {
	margin: 2px 0 16px 0;
}
.border_bottom {
	border-bottom: 1px solid #333;
}
.bottom_space {
	padding-bottom: 30px;
}
.top_space {
	padding-top: 35px;
}
img:after {
	clear:both;
}
.column .middle {
	vertical-align: middle;
	padding:auto;
	margin:auto;
}


.gallery { overflow: hidden; }
.gallery.gradient.small { width: 405px !important; }
.gallery.gradient.full { width: 800px !important; color:#9595A3; font-size:12px; }
.gallery.gradient .content { padding-left: 20px; padding-right:20px; overflow: hidden; }
.capbottom { margin-bottom:12px; }

.gallery.gradient.small .content { background: url(../img/gallery_gradient_small_bg.png) top left repeat-y; }
.gallery.gradient.small .captop { height: 11px; background: url(../img/gallery_gradient_small_top.png) bottom left no-repeat; font-size:0; }
.gallery.gradient.small .capbottom { height: 11px; background: url(../img/gallery_gradient_small_bottom.png) top left no-repeat; font-size:0; }

.gallery.gradient.full .content { background: url(../img/gallery_gradient_full_bg.png) top left repeat-y; }
.gallery.gradient.full .captop { height: 11px; background: url(../img/gallery_gradient_full_top.png) bottom left no-repeat; font-size:0; }
.gallery.gradient.full .capbottom { height: 11px; background: url(../img/gallery_gradient_full_bottom.png) top left no-repeat; font-size:0; }

.gallery.full h2 { color:#7FA9C3; font-size:18px; margin-bottom: 8px; }
.gallery.full h3 { color:#fff; font-size:13px; }


/* STARTSEITE HOME */
#ticker {
	position: absolute;
	text-align: left;
	font-size: 13px;
	color:#fff;
	margin-top: -88px;
	margin-left: 53px;
}
#ticker a {
	color: #888;
	line-height: 1.2;
	font-size: 13px;
	text-decoration: none;
}
#badge {
	background: url(../img/badge_new.png) no-repeat top left;
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:120px;
	z-index: 9998;
}
#ribbon {
	background: url(../img/ribbon_new_bottom.png) no-repeat bottom right;
	position:absolute;
	margin-left: 598px;
	margin-top:237px;
	width:302px;
	height:261px;
	z-index: 9999;
}
/* NEWS, TIPPS, NEWSLETTER */
#newsletter {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
	border-bottom: 1px solid #333;
}
#tips {
	padding-top: 15px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
#newsletter p, #tips p {
	font-size: 11px;
}
#newsletter a, #tips a {
	font-size: 12px;
}
#rssfeeds {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
/* FAQ */
ol.faq li {
	font-size:12px;
}
ol.faq li a {
	text-decoration: underline;
}
/* FOTOGALERIE */
#fotogalerie_overlay {
	width:880px;
	height:50px;
	background:url(../img/fotogalerie_overlay_title.png) no-repeat top left;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}