
/* Artikel allgemein */
article.article p {
	line-height: 1.5;
	margin: 0 0 20px 0;
}

article.article h2 a:hover {
	text-decoration: underline;
}

/* Artikel mit Titelbild */
article.article_title {
	padding: 0 0 20px 0;
}

article.article_title div.title_image_wrapper {
	 position: relative;
}

article.article_title img {
	display: block;
	margin: 0 auto 5px auto;
}

article.article_title h2 {
	font-size: 24px;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
	position: absolute;
	bottom: 0;
	margin: 0;
	border: 0;
	line-height: 1.2;
	width: 630px;
}

article.article_title p {
	margin: 10px 0 0 0;
	font-size: 13px;
}

/* Artikel mit Teaserbild */
#scrollable_teaser {
	position: relative;
	overflow: hidden;
	height: 560px;
	width: 640px;
}

#scrollable_teaser .items {
	position: absolute;
	height: 20000em;
}

article.article_teaser {
	border-top: 1px dashed #2A2A2A;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	height: 100px;
}

article.article_teaser div.teaser_image_wrapper {
	float: left;
	max-height: 118px;
	width: 142px;
	overflow: hidden;
	margin: 0 15px 0 0;
}

article.article_teaser div.teaser_image_wrapper img {
	width: 142px;
}

article.article_teaser h2 {
	border: 0;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
}

article.article_teaser p {
	margin: 0;
}

/* Artikel mit Teaser ohne Bild */
article.article_text {
	border-top: 1px dashed #2A2A2A;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}

article.article_text h2 {
	border: 0;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}

article.article_text p {
	margin: 0;
}

/* Artikel ohne Titelbild, kleine Auflistung */
table.articles_small {
	width: 100%;
	margin: 40px 0 20px 0;
	color: #333;
}

table.articles_small td {
	padding: 5px;
	background: #F9F9F9;
	border-bottom: 1px solid #dbdbdb;
	vertical-align: top;
}

table.articles_small a {
	color: #333;
}

/* Vollansicht */
article.article_full div.title_image_subtitle {
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	border: 1px solid #999;
}

article.article_full header {
	margin: 25px 0 0 0;
}

article.article_full h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

article.article_full #recommended {
	float: right;
	margin-left: 10px;
}

article.article_full span.author {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	display: block;
}

article.article_full span.author a {
	color: #666;
}

article.article_full header time {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	display: block;
}

article.article_full .teaser_text {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

article.article_full .teaser_text_notitle {
	margin-bottom: 0;
}

article.article_full #social {
	padding: 15px 0;
}

article.article_full #social div.social_button {
	float: left;
}

/* Textblock mit Bild / Teaser */
article.article_full div.image_wrapper {
	float: left;
	margin: 5px 15px 0 0;
	width: 208px;
	border: 1px solid #999;
	padding: 5px;
	box-shadow: 2px 2px 3px #ddd;
}

article.article_full div.image_crop {
	overflow: hidden;
	max-height: 150px;
	width: 208px;
}

article.article_full div.image_subtitle {
	background: #e8e8e8;
	background: #fff;
	padding: 5px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* Bilderreihe */
div.article_images {
	width: 640px;
	margin: 25px auto;
}

div.article_images div.image_wrapper {
	margin: 0 0 0 20px;
	width: 188px;
}

div.article_images div:first-child {
	margin-left: 0;
}

div.article_images div.image_crop {
	width: 188px;
	height: 100px;
}

/* Footer - Aktionen */
article.article_full #actions {
	margin: 20px 0 10px 0;
	background: #f8f8f8;
	border: 1px solid #d5d5d3;
	padding: 5px;
}

article.article_full #actions > * {
	margin-right: 30px;
}

article.article_full #actions a {
	color: #333;
	text-decoration: underline;
}

article.article_full #actions time {
	font-weight: bold;
}

/* Footer - Tags */
article.article_full #tags {
	margin-top: 40px;
}

article.article_full #tags h3 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #2a2a2a;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}

article.article_full #tags_copyright {
	border: 1px solid #D5D5D3;
	padding: 10px;
	margin: 0 0 20px 0;
}

article.article_full #tags div.tags {
	margin-bottom: 20px;
}

article.article_full #tags div.copyright_notice {
	color: #333;
	font-size: 11px;
	background: #f8f8f8;
	border: 1px solid #d5d5d3;
	padding: 5px;
}

article.article_full #tags div.vgwort_impressum {
	color: #666;
	font-size: 11px;
	margin-top: 15px;
}

article.article_full #tags div.vgwort_impressum a {
	color: #666;
}

/* Problem melden */
#problem_vorname,
#problem_nachname {
	 width: 170px;
}

#problem_plz {
	width: 50px;
}

#problem_ort {
	width: 240px;
}

#problem_strasse,
#problem_email {
	width: 300px;
}

#problem_agb {
	width: 30px;
	text-transform: uppercase;
}

/* Alle Themen */
div.cats_wrapper {
	margin-bottom: 40px;
}

div.cats {
	float: left;
	width: 305px;
	margin: 0 30px 20px 0;
}

div.cats li {
	margin-bottom: 10px !important;
	height: auto !important;
	white-space: nowrap;
}

div.cats img.stock {
	border: 1px solid #bdbdbd;
	padding: 6px;
}

div.cats div.articles {
	height: 80px;
}

div.cats a.arrow {
	background-position: 5px 50%;
	padding-left: 20px;
}

article.article_text_cat h2 {
	margin-bottom: 5px;
}

article.article_text_cat div.author_date {
	color: #898989;
	margin-bottom: 10px;
}

article.article_text_cat div.author_date span.date {
	float: right;
}

/* Toolbar */
div.entries_toolbar {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
}

div.entries_toolbar > div {
	float: left;
	border: 1px solid #c0c0c0;
	border-bottom: 2px solid #851e4a;
	padding: 8px;
	margin-right: 20px;
	background: #f7f7f7;
}

div.entries_toolbar h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
