@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html {
	overflow-x: hidden;
}
html,body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}
body {
	background-color: #415775;
}


/* Grundcontainer über den gesamten Bildschirm */
#headercontainer {
	height: 200px;
	background-color: #29384C;
}
#headercontainer .centralized { 
	border: 1px dashed #fff;
}
#footercontainer {
	color: #A8B2BF;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 50px;
}
#footercontainer a {
	color: #A8B2BF;
}
#contentcontainer {
	background-image: url(../images/content_bg_fade.jpg);
	background-repeat: repeat-x;
}

#footercontainer #footer_copyright {
	float: left;
}
#footercontainer #footer_datenknoten {
	float: right;
}
/* Klasse für zentrierte Boxen */
.centralized {
	width: 1280px;
	margin: 0 auto;
}

/* Bei Auflistung von Videos und Berichten gibt es zwei Flows */
#contentcontainer .withleft #left {
	width: 300px;
	float: left;
}
#contentcontainer .withleft #content {
	width: 950px;
	float: right;
}

/* Clear Style */
.clear {
	clear: both;
}

#contentcontainer .centralized {
	padding-top: 10px;
}

#overlay_header_logo {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -640px;
}
#overlay_header_slogan {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -180px;
}
#overlay_header_kontakt {
	color: #8996AA;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 450px;
}
#overlay_header_kontakt a {
	color: #8996AA;
	text-decoration: none;
}
#overlay_header_kontakt a:hover {
	text-decoration: underline;
}

#overlay_header_nav {
	position: absolute;
	top: 140px;
	left: 50%;
	font-size: 20px;
	margin-left: -310px;
}
#overlay_header_nav ul li {
	float: left;
	margin-left: 30px;
}
#overlay_header_nav ul li:first-child {
	margin-left: 0px;
}
#overlay_header_nav ul li a {
	color: #B3BBC8;
	text-decoration: none;
}
#overlay_header_nav ul li a:hover {
	color: #fff;
}

/* Content */
/* Boxen für Auflistungen */
.box {
	box-shadow: 3px 3px 4px #444444;
	padding: 15px 15px 15px 50px;
	margin-top: 10px;
}
.box-style-1 {
	background-color: #E7EAED;
}
.box-style-2 {
	background-color: #BDC5CF;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	/* text-transform: lowercase; */
	line-height: 30px;
}
h2 {
	font-size: 20px;
	line-height: 25px;
	color: #666;
	font-weight: bold;
	margin-top: 50px;
}


/* Design - Berichtliste */
.bericht-vorschau h3, .bericht-video-vorschau h3, .bericht-video-vorschau-gross h3 {
	font-weight: bold;
}
.bericht-vorschau ul.bericht-vorschau-bilder li {
	float: left;
	margin-left: 10px;
}
.bericht-vorschau ul.bericht-vorschau-bilder li:first-child {
	margin-left: 0px;
}
.bericht-vorschau .button {
	float: right;
	margin-top: 5px;
	margin-right: 35px;
}
.bericht-video-vorschau .button {
	float: right;
	margin-top: 5px;
	margin-right: 35px;
}
.bericht-video-vorschau h3 {
	font-size: 14px;
}

.bericht-video-vorschau .bericht-vorschau-zusatz {
	font-size: 12px;
}

.bericht-video-vorschau-gross {
	width: 570px;
}
.bericht-video-vorschau-gross-links {
	float: left;

}
.bericht-video-vorschau-gross-rechts {
	float:right;
}
.bericht-video-vorschau-gross img {
	float: left;
}
.bericht-video-vorschau-gross .bericht-video-vorschau-gross-info {
	float: left;
	margin-left: 20px;
	width: 340px;
}
.bericht-video-vorschau-gross .bericht-video-vorschau-gross-info .button {
	margin-top: 40px;
	display: inline-block;
}

.button {
	background-color: #BDC5CF;

	padding: 5px 15px 5px 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.button:hover {
	background-color: #D1D7DE;
}

.form_selectfield {
	padding: 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #BDC5CF;
}
.form_textfield {
	padding: 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #BDC5CF;
}
.form_button {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #BDC5CF;
	background-color: #BDC5CF;
}

.seltbl tr td {
	padding-left: 10px;
	padding-right: 10px;
}
.seltbl tr:first-child td:first-child {
	padding-left: 0px;
}


.bericht-typ-todesfall h1, .bericht-typ-todesfall h3 {
	color: #B20000;
}


.imagelist-fullwidth ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
.imagelist-fullwidth ul li {
	display: inline-block;
	line-height: none;
	margin: 10px;
}
.imagelist-fullwidth ul li div.imgctrcontainer {
	height: 200px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.imagelist-fullwidth ul li div.imgctrcontainer  * {
	vertical-align: middle;
}
.imagelist-fullwidth ul li div.imgtxtcontainer {
	width: 190px;
	text-align: center;
	font-size: 12px;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}


