/* fuer Spezial-Seiten sowie globale Elemente
/* Template: Galerieliste (Rubriken)
--------------------------------------------------------*/
.galleryrubrik {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #c9c9c9;
}
.galleryrubrik .galleryrubrik-pic img{
	width: 100%;
	height: auto;
}
.galleryrubrik .galleryrubrik-desc {
	padding: 0 0 5px 0;
}
/* Team-Slider
--------------------------------------------------------*/
#teamslider-container {
	position: relative;
    max-width:  530px
}
.slide {
	width: 100%
}
.slide .slide-pic img{
	width: 100%;
	height: auto;
}
ul#team-nav {
	width: 170px;
	position: absolute;
	top: 38px;
	right: -22%;
	z-index: 80;
	border-top: none;
	z-index: 100
}
ul#team-nav li {
	background-image: none;
	border: none;
	padding: 0;
}
ul#team-nav li a {
	outline: none;
	text-decoration: none;
}
ul#team-nav li a:before{
	content: "» ";
}
ul#team-nav li.activeSlide a,
ul#team-nav li.cycle-pager-active a{
	color: #be912c;
	font-weight: bold;
}
#prev{
	background: url(/img/buttons/btn-arrow-left.png) no-repeat 0 0;
	width: 28px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 102
}
#next{
	background: url(/img/buttons/btn-arrow-right.png) no-repeat 0 0;
	width: 28px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	z-index: 100
}

/* Template: News - Darstellung 1 (mit Bild)
--------------------------------------------------------*/
.newsmeldung {
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
}
.newsmeldung .news-pic {
  float: left;
  margin: 0 15px 0 0;
  line-height: 0;
  min-width: 100px
}
.newsmeldung p.news-meta {
  font-size: 13px;
  color: #7b7b7b;
}
.newsmeldung.right .news-pic {
  float: right;
  margin: 0 0 0 15px;
}
.newsmeldung.right .news-content {
  text-align: left;
}