
/*
 * Bericht Header
 */
h1.bericht_headline {
	background: url(../../templates/themes/ena/gfx/h1.bg.png) repeat-x left top;
	height: 32px;
	line-height: 32px;
	color: #1F3042;
	padding-left: 6px;
	font-size: 1.46em;
	font-family: Arial;
	font-weight: normal;
	margin: 0;
}

h1.bericht_headline a:link, h1.bericht_headline a:visited {
	color: #1F3042;
}

div.bericht_headline2 {
	background: #F1F5F6;
	padding: 0 6px 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: normal;
}

div.bericht_headline3 {
	background: #F9F9F9;
	padding: 0 6px 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 10px;
}

span.bericht_datum, span.bericht_hits {
	float: right;
}

span.bericht_autor, span.bericht_ressort {
	float: left;
}

/*
 * Bericht allgemein
 */
div.bericht_article {
	background: #F9F9F9;
	padding: 7px;
	border: 1px solid #F0F0F0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

div.bericht_article p {
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

div.bericht_article p:first-child {
	margin: 0;
}

div.bericht_untertitel {
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #D8DEDF;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: normal;
}

div.bericht_bild {
	width: 220px;
	position: relative;
	top: 15px;
}

div.bericht_bild div.bericht_crop {
	width: 220px;
	height: 100px;
	overflow: hidden;
}

div.bericht_bild div.lupe {
	top: 82px;
	left: 200px;
}

div.bericht_bild_small {
	width: 120px;
	position: relative;
	top: 15px;
}

div.bericht_bild_small div.bericht_crop {
	width: 120px;
	height: 80px;
	overflow: hidden;
}

div.bericht_bild_small div.lupe {
	top: 62px;
	left: 100px;
}

div.bericht_bild img, div.bericht_bild_small img {
	display: block;
}

div.bericht_bild_links {
	float: left;
	margin: 0 10px 10px 0;
}

div.bericht_bild_rechts {
	float: right;
	margin: 0 0 10px 10px;
}

div.lupe {
	background: url(../../templates/themes/ena/gfx/lupe.png) no-repeat right bottom;
	height: 18px;
	width: 18px;
	position: absolute;
}

h2.bericht {
	background: inherit;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.0em;
}

/*
 * Bericht mit Titelbild
 */
div.bericht_article img.titelbild {
	display: block;
	margin: 0 auto 5px auto;
}

div.bericht_title_text {
	margin-top: 10px;
}

/*
 * Berichte ohne Titelbild, kleine Auflistung
 */
table.articles_small {
	width: 100%;
	margin-bottom: 20px;
}

table.articles_small td {
	padding: 5px;
	background: #F9F9F9;
	border-bottom: 1px solid #D8DEDF;
}

table.articles_small a:link, table.articles_small a:visited {
	color: #505963;
}

/*
 * Berichte ohne Titelbild, kleine Auflistung, alle Berichte
 */
table.articles_small_all {
	width: 100%;
	margin-bottom: 20px;
}

table.articles_small_all td {
	padding: 5px;
	border-bottom: 1px solid #D8DEDF;
}

table.articles_small_all a:link, table.articles_small_all a:visited {
	color: #505963;
}

/*
 * Bilderreihe
 */
div.bericht_images {
	width: 530px;
	margin: 20px auto 20px auto;
}

div.bericht_images div.bericht_bild {
	float: left;
	margin-left: 16px;
	width: 166px;
	top: 0;
}

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

div.bericht_images div.bericht_crop {
	width: 160px;
	height: 100px;
	overflow: hidden;
	border: 3px solid #98A5AB;
}

div.bericht_images div.lupe {
	top: 82px;
	left: 140px;
}

/*
 * Verlinkte Galerie
 */
div.bericht_gallery {
	margin: 15px 0;
}

div.bericht_gallery strong {
	background: url(gfx/icon.gallery.png) no-repeat left 50%;
	padding-left: 30px;
}

div.bericht_gallery a:first-child {
	text-decoration: none;
}

/*
 * Hinweis-Box
 */
div.hinweis {
	font-family: Arial;
	font-size: 0.85em;
	margin: 8px 0 8px 0 !important;
}

/*
 * Footer
 */
div.bericht_footer {
	background: #F9F9F9;
	padding: 7px;
	border: 1px solid #F0F0F0;
}

a.bericht_pdf:link, a.bericht_pdf:visited {
	background: url(../../templates/themes/ena/gfx/button.print.png) no-repeat right 50%;
	display: block;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	width: 130px;
	color: #505963;
	float: left;
}

a.bericht_problem:link, a.bericht_problem:visited {
	background: url(../../templates/themes/ena/gfx/button.problem.png) no-repeat left 50%;
	display: block;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	width: 100px;
	padding-left: 30px;
	color: #505963;
	float: right;
}

/*
 * Zurück
 */
a.bericht_back:link, a.bericht_back:visited {
	display: block;
	border-bottom: 1px solid #D8DEDF;
	background: url(../../templates/themes/ena/gfx/icon.back.png) no-repeat 5px 50%;
	padding: 0 0 2px 20px;
	margin: 10px 0 0 0;
	color: #505963;
	font-size: 0.9em;
}

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

#problem_plz {
	width: 50px;
}

#problem_ort {
	width: 230px;
}

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

#problem_ds {
	width: 20px;
	text-transform: uppercase;
}
