/* @group Artikel */
.articles {
	margin-bottom: 20px;
}

.article {
	margin-bottom: 15px;
}

.article .head {
	margin-bottom: 2px;
	font-size: 11px;
}

.article h2 {
	margin-bottom: 2px;
}
/* @end */

/* @group Gallery */
#gallery_list h1 {
	color: #aa4609;
	margin: 0 0 10px 0;
}

#gallery_list .image {
	display: block;
	margin-bottom: 10px;
}

#gallery_list .image img {
	border: 2px solid #373D53;
	display: block;
}

#gallery_list .desc {
	color: #5b5756;
}

#gallery_list a:hover {
	text-decoration: none;
}

#gallery_list a:hover h1 {
	text-decoration: underline;
}

#gallery {
	padding: 0;
}

#gallery li {
	float: left;
	list-style: none;
	padding: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	width: 173px;
}

#gallery a {
	display: block;
	line-height: 1;
	overflow: hidden;
}

#gallery a:hover {
	text-decoration: none;
}

#gallery .image {
	display: block;
	margin-bottom: 10px;
}

#gallery .image img {
	border: 2px solid #373D53;
	display: block;
}

#gallery .desc {
	color: #5b5756;
	font-size: 10px;
}
/* @end */

/* @group Mediathek */
.playlist {
	border: 1px solid #cccfe0;
	border-bottom: none;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: left;
}

.playlist li {
	position: relative;
	list-style: none;
	margin-bottom: 0;
}

.playlist a {
	background: #FFF;
	border-bottom: 1px solid #ACB7C1;
	display: block;
	font-weight: normal;
	padding: 5px 10px;
	position: relative;
}

.playlist.alt, .playlist.alt a {
	border: none;
}

.playlist a:hover, .news a:hover, .dates a:hover {
	background: #EFF3F4;
	text-decoration: none;
}

.playlist a span {
	font-weight: normal;
}

.playlist .date {
	display: blocK;
	color: #373D53;
}

.playlist img {
	border: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}


.playlist .active a {
	background: #EFF3F4;
}

#audiolist ul a {
	padding-left: 25px;
	background-image: url(../img/audio.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
/* @end */

/* @group Newsletter */
#content #newsletter-form p {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsletter-form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
}

#newsletter-form label .opt {
	font-size: 9px;
	font-weight: normal;
	padding-left: 3px;
}

#newsletter-form input {
	width: 335px;
}

#newsletter-form #email {
	font-size: 16px;
	width: 346px;
}

#newsletter-form fieldset {
	border: none;
	margin: 0;
	padding: 6px;
	width: 337px;
}

#newsletter-form #label-subscribe, #newsletter-form #label-unsubscribe {
	background: #ECEDF4;
	color: #464A5B;;
	font-size: 13px;
	margin-top: 20px;
	padding: 3px 0;
	vertical-align: top;
	width: 350px;
}

#newsletter-form #label-subscribe {
	margin-top: 30px;
}

#label-subscribe input, #label-unsubscribe input {
	border: none;
	vertial-align: top;
	width: auto;
}
/*
#newsletter-form button {
	background: #ECEDF4;
	border: 1px outset #FF9900;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	padding: 5px;
}
*/

#newsletter-form button:focus {
	border-style: inset;
}

.advice {
	background: url(gfx/error.png) no-repeat left center;
	color: #CA0808;
	display: block;
	margin: 3px 0 6px 0;
	padding: 3px 3px 3px 20px;
}
/* @end */