/* Webfont Embedding */
/*********************/
@font-face {
	font-family: 'OpenSansLight';
	src: url('opensans/OpenSans-Light-webfont.eot');
	src: url('opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Light-webfont.woff') format('woff'),
		url('opensans/OpenSans-Light-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansLightItalic';
	src: url('opensans/OpenSans-LightItalic-webfont.eot');
	src: url('opensans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-LightItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansRegular';
	src: url('opensans/OpenSans-Regular-webfont.eot');
	src: url('opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Regular-webfont.woff') format('woff'),
		url('opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansItalic';
	src: url('opensans/OpenSans-Italic-webfont.eot');
	src: url('opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Italic-webfont.woff') format('woff'),
		url('opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('opensans/OpenSans-Semibold-webfont.eot');
	src: url('opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Semibold-webfont.woff') format('woff'),
		url('opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansSemiboldItalic';
	src: url('opensans/OpenSans-SemiboldItalic-webfont.eot');
	src: url('opensans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansBold';
	src: url('opensans/OpenSans-Bold-webfont.eot');
	src: url('opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Bold-webfont.woff') format('woff'),
		url('opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansBoldItalic';
	src: url('opensans/OpenSans-BoldItalic-webfont.eot');
	src: url('opensans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-BoldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('opensans/OpenSans-ExtraBold-webfont.eot');
	src: url('opensans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-ExtraBold-webfont.woff') format('woff'),
		url('opensans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansExtraboldItalic';
	src: url('opensans/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('opensans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* Basics */
/**********/

body {
	padding: 0;
	margin: 0;
	font: normal 100% 'OpenSansRegular';
	overflow-y:scroll;
}

a {
	outline: none;
	text-decoration: none;
	color: #be0028;
}

a:hover {
	color: #be0028;
}

img {
	border: 0;
	outline: none;
}

form {
	margin: 0;
	padding: 0;
}

.unsichtbar {
	display: none;
}

.caps {
	text-transform: uppercase;
}

.blau {
	color: #004B96;
}

.rot {
	color: #BE0028;
}

strong {
	font-weight: normal;
	font-family: 'OpenSansBold';
}

#positionierung {
	height: 100%;
	width: 100%;
}

/* Hintergrundbild, Farbschleier */
/*****************************************************/
#bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#bg img {
	line-height: 0;
	position: fixed;
}

#blau {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
}

#blau table {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
}

#blau td {
	padding: 0;
	border: 0;
	margin: 0;
}

#blau td.links,
#blau td.rechts
{
	background-color: rgba(0, 175, 230, 0.30);
}

.no-rgba #blau td.links,
.no-rgba #blau td.rechts
{
	background-image: url(../images/blau.png);
}

#blau td.mitte {
	width: 960px;
}

.streifen {
	width: 34px;
	height: 11px;
	position: fixed;
	background-color: #fff;
	top: 333px;
}

.streifen.links {
	left: 0px;
}

.streifen.rechts {
	right: 0px;
}

.bg_blau {
	display: none;
}
/*
.bg_blau {
	background-color: rgba(0,175,230,0.30);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
}
.no-rgba .bg_blau {
	background-image: url(../images/blau.png);
}
.bg_blau.links {
	left: 0;
}
.bg_blau.rechts {
	right: 0;
}
*/




/* Kopf */
/******************************************************/

#kopf {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
/* Zeile 1: Claim, Logo */
#kopf_z1 {
	width: 960px;
	height: 125px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
}

#kopf_z1 .kopf_sp1 {
	float: left;
}

#kopf_z1 .kopf_sp2 {
	float: right;
	padding: 13px;
	padding-left: 0;
}

.claim {
	color: #004b96;
	text-transform: uppercase;
	padding: 15px 0 0 20px;
	max-width: 640px;
}

.claim h1 {
	margin: 0;
	padding: 0;
	font-size: 42px;
}

.claim h1 em {
	font: normal 100% 'OpenSansBold';
	display: block;
	line-height: 13px;
}
/*
.claim h1 .claim-klein {
	font-size: 42%;
	text-transform: none;
	margin-top: 31px;
	font-family: 'OpenSansRegular';
	font-weight: normal;
}
.claim h1 .claim-klein.einzeilig {
	margin-top: 58px;
}
.claim h1 .claim-klein.zweizeilig {
	margin-top: 19px;
}
.claim h1 .claim-klein em {
	font-family: 'OpenSansSemibold';
	font-size: 158%;
	line-height: 38px;
}
*/
.claim h1 .claim-klein {
	font-size: 42%;
	text-transform: none;
	font-family: 'OpenSansRegular';
	font-weight: normal;
	position: absolute;
	bottom: 19px;
	width: 676px;
}
.claim h1 .claim-klein em {
	font-family: 'OpenSansSemibold';
	font-size: 158%;
	line-height: 110%;
}

.abteilung {
	color: #004b96;
	padding: 38px 0 0 20px;
}

.abteilung h1 {
	margin: 0;
	padding: 0;
	font: normal 20px 'OpenSansBold';
}

.abteilung strong {
	font: normal 14px 'OpenSansRegular';
	display: block;
	line-height: 19px;
}

#logo {
}
#logo a {
	display: block;
	width: 231px;
	height: 93px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#logo a img {
	display: none;
}



/* Zeile 2: Hauptnavigation */
#kopf_z2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	position: absolute;
	width: 100%;
}

.no-cssgradients #kopf_z2 {
	background-color: #004e99;
	background-image: url(../images/hauptnavi_verlauf.gif);
	background-repeat: repeat-x;
}

#hauptnavi {
/*
	background-image: url(../images/hauptnavi_raster.png);
	background-repeat: repeat-x;
*/
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

#hauptnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*
	width: 1142px; wenn  verlauf.links od. rechts aktiv ist
*/
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
}

#hauptnavi ul li {
	float: left;
	display: block;
	height: 35px;
}

#hauptnavi ul li.verlauf {
	width: 90px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	font-size: 1%;
}

#hauptnavi ul li.verlauf.links {
	background-position: -603px -8px;
	display: none;
}

#hauptnavi ul li.verlauf.rechts {
	background-position: -703px -8px;
	display: none;
}

#hauptnavi ul li.trenner {
	width: 2px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -561px -8px;
	font-size: 1%;
}

#hauptnavi ul li a {
	display: block;
	font: normal 14px 'OpenSansBold';
	text-transform: uppercase;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	color: #fff;
	height: 27px;
	width: 158px;
	text-align: center;
	padding-top: 8px;
	position: relative;
}

.no-cssgradients #hauptnavi ul li a {
	background-color: #004e99;
	background-image: url(../images/hauptnavi_verlauf.gif);
	background-repeat: repeat-x;
}

#hauptnavi ul li a .icon {
	display: none;
	width: 8px;
	height: 5px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -519px -13px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

#hauptnavi ul li a.aktiv .icon,
#hauptnavi ul li a.over .icon
{
	display: block;
}

#hauptnavi ul li a:hover {
	text-decoration: underline;
}

#hauptnavi ul li a.aktiv {
}

#hauptnavi ul li a.over {
}




/* Aufklappmenüs */
/* ursprüngliches Design */
/*
#hauptnavi ul li ul {
	display: none;
	background: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#014b95), to(#03143b));
	background-image: -webkit-linear-gradient(top,#014b95,#03143b);
	background-image: -moz-linear-gradient(top,#014b95,#03143b);
	background-image: -ms-linear-gradient(top,#014b95,#03143b);
	background-image: -o-linear-gradient(top,#014b95,#03143b);
	background-image: linear-gradient(top,#014b95,#03143b);
	border-top: 1px solid #fff;
	width: auto;
	position: absolute;
	z-index: 10000;
	-webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
}
.no-cssgradients #hauptnavi ul li ul {
	background: none;
	background-color: #004e99;
}
#hauptnavi ul li ul li {
	float: none;
	clear: both;
	height: auto;
	border-bottom: 1px solid #fff;
}
#hauptnavi ul li ul li a {
	background: none;
	color: #fff;
	padding: 4px 0;
	height: auto;
	font-size: 12px;
}
.no-cssgradients #hauptnavi ul li ul li a {
	background: none;
}
#hauptnavi ul li ul li a:hover {
	text-decoration: underline;
}
*/

/* neues Design */
#hauptnavi ul li ul {
	display: none;
	background: none;
	/*background-color: rgba(255,255,255,0.92);*/
	background-color: #FFF;
	opacity: 0.92;
	-moz-opacity: 0.92;
	filter: Alpha[opacity=92];
	width: auto;
	position: absolute;
	z-index: 10000;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
}

.no-rgba #hauptnavi ul li ul {
	background: none;
	background-image: url(../images/weiss_92.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}

#hauptnavi ul li ul li {
	float: none;
	clear: both;
	height: auto;
	border-bottom: 1px solid #ccc;
}

#hauptnavi ul li ul li a {
	background: none;
	color: #000;
	padding: 4px 10px;
	height: auto;
	width: 138px;
	font-size: 12px;
	text-align: left;
	font-family: 'OpenSansRegular';
}

.no-cssgradients #hauptnavi ul li ul li a {
	background: none;
}

#hauptnavi ul li ul li a:hover {
	text-decoration: underline;
}


/* Zeile 3: Servicenavigation, Sprachwahl, Suche */
#kopf_z3 {
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
	/* Neu wegen durchgezognem weißen Balken, Schatten war vorher in den IDs drunter */
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	height: 27px;
}

#kopf_z3 .kopf_sp1,
#kopf_z3 .kopf_sp2,
#kopf_z3 .kopf_sp3
{
	float: left;
	background-color: #fff;
	height: 27px;
}

#kopf_z3 .kopf_sp1 {
	width: 551px;
	margin-right: 0px;
	padding: 0 0 0 20px;
}

#kopf_z3 .kopf_sp2 {
	width: 132px;
}

#kopf_z3 .kopf_sp3 {
	float: right;
	width: 255px;
}




/* Servicenavi */
#kopf_z3 .kopf_sp1 ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#kopf_z3 .kopf_sp1 ul li {
	display: block;
	float: left;
	margin-left: 10px;
}

#kopf_z3 .kopf_sp1 ul li a {
	text-decoration: none;
	font: normal 12px 'OpenSansBold';
	color: #000;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 3px 0 4px 0;
}

#kopf_z3 .kopf_sp1 ul li a .icon {
	display: none;
	width: 8px;
	height: 5px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -535px -13px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

#kopf_z3 .kopf_sp1 ul li a.aktiv .icon {
	display: block;
}

#kopf_z3 .kopf_sp1 ul li a:hover {
	text-decoration: underline;
}

#kopf_z3 .kopf_sp1 ul li.notfall {
	margin-left: 0;
}

#kopf_z3 .kopf_sp1 ul li.notfall a {
	font-size: 16px;
	color: #be0028;
	padding: 0;
}
#kopf_z3 .kopf_sp1 ul li.ims {
	margin-left: 30px;
}
#kopf_z3 .kopf_sp1 ul li.ims a {
	color: #004b96;
}




/* Sprachwahl */
#kopf_z3 .kopf_sp2 ul {
	list-style-type: none;
	padding: 7px 0px 0 10px;
	position: relative;
	float: left;
	left: 40%;
	margin: 0 auto;
}

#kopf_z3 .kopf_sp2 ul li {
	display: block;
	float: left;
	position: relative;
	float: left;
	right: 50%;
	padding-left: 2px;
}

#kopf_z3 .kopf_sp2 ul li a {
	display: block;
	width: 24px;
	height: 14px;
	margin-bottom: 6px;
	/*margin-left: 3px;*/
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #afb4b9;
	font: normal 11px 'OpenSansRegular';
}

#kopf_z3 .kopf_sp2 ul li a.aktiv,
#kopf_z3 .kopf_sp2 ul li a:hover
{
	height: 18px;
	padding-top: 2px;
	margin-bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
}

.no-cssgradients #kopf_z3 .kopf_sp2 ul li a.aktiv,
.no-cssgradients #kopf_z3 .kopf_sp2 ul li a:hover
{
	background-image: url(../images/suche_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}
.kopf_sp2 #sprachnavi a.deu .langtxt,
.kopf_sp2 #sprachnavi a.eng .langtxt,
.kopf_sp2 #sprachnavi a.fra .langtxt,
.kopf_sp2 #sprachnavi a.esp .langtxt,
.kopf_sp2 #sprachnavi a.gre .langtxt,
.kopf_sp2 #sprachnavi a.rus .langtxt
{
	display: none;
}
.kopf_sp2 #sprachnavi a.aktiv .langtxt,
.kopf_sp2 #sprachnavi a:hover .langtxt
{
	display: inline;
}
.kopf_sp2 #sprachnavi a.deu
{
	background-image: url(../images/deu24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.kopf_sp2 #sprachnavi a.eng
{
	background-image: url(../images/eng24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.kopf_sp2 #sprachnavi a.rus
{
	background-image: url(../images/rus24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.kopf_sp2 #sprachnavi a.fra
{
	background-image: url(../images/fra24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.kopf_sp2 #sprachnavi a.esp
{
	background-image: url(../images/esp24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.kopf_sp2 #sprachnavi a.gre
{
	background-image: url(../images/gre24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
/* Suche */
#suche {
}

#suche input {
	border: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-left: 2px;
	margin-top: 7px;
	float: left;
}

#suche input#suchbegriff {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	font: normal 12px 'OpenSansRegular';
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: 219px;
}

.no-cssgradients #suche input#suchbegriff {
	background-image: url(../images/suche_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}

#suche input#suche_submit {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -809px -8px;
	width: 20px;
	cursor: pointer;
}
/*#suche input#suche_submit:hover {
	background-position: -839px -8px;
}*/




/* Inhaltsbereich */
/******************/

.copytext p a,
a.a_mehr,
.box_text a.a_mehr,
.tx-aspresse-pi1 .liste ul li p a,
a.internal-link,
a.external-link-new-window,
a.external-link,
a.download
{
	color: #BE0028;
	text-decoration: none;
	font-family: 'OpenSansRegular';
}
.copytext p a:hover,
a.a_mehr:hover,
.box_text a.a_mehr:hover,
.tx-aspresse-pi1 .liste ul li p a:hover,
a.internal-link:hover,
a.external-link-new-window:hover,
a.external-link:hover,
a.download:hover,
a.a_zurueck:hover,
a.tx_aseventcalendar_more:hover
{
	text-decoration: underline;
}
a.internal-link:after,
.tx-aspresse-pi1 .liste ul li p a:after,
a.external-link-new-window:after,
a.external-link:after,
a.download:after,
a.a_mehr .icon,
a.a_zurueck:after,
a.tx_aseventcalendar_more:after
{
	width: 7px;
	height: 8px;
	display: inline-block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-left: 4px;
}
.tx-aspresse-pi1 .liste ul li p a:after,
a.internal-link:after,
a.external-link-new-window:after,
a.external-link:after,
a.download:after,
a.tx_aseventcalendar_more:after {
	content: "";
}

a.download {
	border: 0 none;
	padding: 0;
	overflow:visible;
}

#content {
	font-size: 12.5px;
	line-height: 18px;
	/*color: #4b4b4b;*/
	color: #000;
	width: 100%;
	overflow: hidden;
}

#inhalte {
	background-color: #fff;
	background-image: url(../images/inhalte_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
	/*overflow: hidden;*/ /* auskommentiert, da sonst der Hintergrund im Safari auf iPad abgeschnitten wird */
	width: 100%;
	margin-top: 505px;
}
#inhalte.fixi {
	background: none;
}
body.bodyfixi #positionierung {
	background-image: url(../images/inhalte_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
}

.inhalte_spalten {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	height: 100%;
	background-image: url(../images/sprites.png);
	background-position: -1400px 0;
	background-repeat: repeat-y;
}

.inhalte_sp1 {
	float: left;
	width: 185px;
	background-color: #fff;
	background-image: url(../images/sprites.png);
	background-position: 15px 0;
	background-repeat: repeat-y;
	overflow: hidden;
	height: 100%;
	padding-bottom: 30px;
}
#inhalte.hideComplete .inhalte_sp1 {
	background: none;
}

.inhalte_sp2 {
	/*background-color: #fff;*/
	float: left;
	width: 775px;
	overflow: hidden;
	height: 100%;
	/*min-height: 500px;*/
}

#inhalte.einspaltig .marginalie {
	display: none;
}

#inhalte.einspaltig .texte {
	width: 600px;
	border-right: none;
}

#inhalte.einspaltig .inhalte_spalten {
	border-right: 1px dotted #AFB4B9;
	background-image: none;
}

.kliniken {

}

#inhalte.kliniken {
	min-height: 100%;
	padding-bottom: 30px;
}

/* Beim Scrollen soll Kontextnavigation stehen bleiben */
#inhalte.fixi .inhalte_sp1 {
	position: fixed;
}

#inhalte.fixi .inhalte_sp2 {
	padding-left: 185px;
}

#inhalte.home {
	background: none;
	margin-top: 330px;
}

#inhalte.home .inhalte_spalten {
	background: none;
	background-color: rgba(0, 175, 230, 0.30);
	padding-top: 20px;
	padding-bottom: 25px;
}

.no-rgba #inhalte.home .inhalte_spalten {
	background-image: url(../images/blau.png);
}

#inhalte.home .inhalte_sp1 {
	width: 690px;
	background: none;
	padding: 0;
}

#inhalte.home .inhalte_sp2 {
	width: 255px;
	float: right;
	background: none;
}




/* Kontextnavigation */
.kontextnavigation {
}

.kontextnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0 0;
}

.kontextnavigation ul li {
	padding-right: 5px;
}

.kontextnavigation ul li a {
	display: block;
	border-top: 1px solid #afb4b9;
	border-bottom: 1px solid #afb4b9;
	text-decoration: none;
	font: normal 12px 'OpenSansRegular';
	color: #000;
	margin-bottom: -1px;
	padding: 5px 10px;
}

.kontextnavigation ul ul:hover {
	background-color: #e1e1e1;
	background-image: url("../images/sprites2.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

.kontextnavigation ul li a:hover {
	background-color: #e1e1e1;
	background-color: #b4b4b4;
	color: #fff;
}

.kontextnavigation ul li a:focus {
	background-color: #b4b4b4;
	color: #fff;
}

.kontextnavigation ul li.aktiv {
	padding-right: 0;
}

.kontextnavigation ul li.active>a,
.kontextnavigation ul li.aktiv>a
{
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	border: 0;
	background-color: #be0028;
	color: #fff;
	margin-top: 1px;
	padding-right: 15px;
}

.kontextnavigation ul li.aktiv>a.subactive {
	background-color: #E1E1E1;
	color: #4B4B4B;
	margin-right: 5px;
	background-image: url("../images/sprites2.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

/* Kontextnavigation - Naviebene 3 */
.kontextnavigation ul ul {
	margin: 1px 0 -1px 0;
	padding: 0;
}

.kontextnavigation ul ul li {
	padding: 0;
}

.kontextnavigation ul ul li a {
	border-bottom: 0px dotted #afb4b9;
	border-top: 0px solid;
	background-image: url(../images/bgtp-navi-e3-165.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 3px 10px 3px 15px;
	text-transform: none;
	width: 155px;
}

.kontextnavigation ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}

.kontextnavigation ul ul li.aktiv>a.subactive {
	margin-right: 0px;
	padding: 3px 10px 3px 15px;
}

/* Kontextnavigation - Naviebene 4 */
.kontextnavigation ul ul ul {
	margin: 0;
}

.kontextnavigation ul ul ul li {
	padding: 0;
}

.kontextnavigation ul ul ul li a {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 3px 10px 3px 22px;
	text-transform: none;
	width: 148px;
}

.kontextnavigation ul ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}

.kontextnavigation ul ul ul li.aktiv>a.subactive {
	margin-right: 0px;
	padding: 3px 10px 3px 22px;
}

/* Kontextnavigation - Naviebene 5 */
.kontextnavigation ul ul ul ul {
	margin: 0;
}

.kontextnavigation ul ul ul ul li {
	padding: 0;
}

.kontextnavigation ul ul ul ul li a {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 2px 10px 2px 26px;
	text-transform: none;
	width: 144px;
	font: normal 11px 'OpenSansRegular';
}

.kontextnavigation ul ul ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}




/* Referenzfeld */
.kontextnavigation ul li.referenzfeld {
	background-color: #e1e1e1;
	background-image: url(../images/sprites2.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.kontextnavigation ul li.referenzfeld>a {
	font: normal 12px 'OpenSansBold';
	/*text-transform: none; */
	color: #4b4b4b;
	border: 0;
	border-bottom: 0px solid #e1e1e1;
	text-transform: uppercase;
}

.kontextnavigation ul li.referenzfeld.aktiv>a {
	color: #fff;
}

.kontextnavigation ul li.referenzfeld ul li {
	background-color: #fff;
}

.kontextnavigation ul li.referenzfeld ul li a {
	color: #4B4B4B;
	text-transform: uppercase;
	display: block;
}

.kontextnavigation ul li.referenzfeld ul li.active>a {
	color: #fff;
}

/* Schalter zum Ein- und Ausblenden */
.kontextnavigation ul li.showhide {
	overflow: hidden;
	padding: 0 0 10px 0;
	display: none;
}
.kontextnavigation ul li.showhide a {
	background-color: #BE0028;
	background-image: url(../images/sprites2.png);
	background-position: -456px -35px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 12px;
	border: 6px solid #BE0028;
	padding: 0;
	width: 18px;

	left: 180px;
	top: 0;
	position: absolute;
}
/*
#inhalte.showComplete .kontextnavigation ul li.showhide a {
	left: 0px;
}
*/
/*.kontextnavigation ul li.showhide a:hover,
.kontextnavigation ul li.showhide a:focus
{
	background: none;
	background-image: url(../images/sprites2.png);
	background-repeat: no-repeat;
	background-position: -529px -34px;
}
#inhalte.hideComplete .kontextnavigation ul li {
	display: none;
}
#inhalte.hideComplete .kontextnavigation ul li.showhide {
	display: block;
}
#inhalte.hideComplete .kontextnavigation ul li.showhide a {
	background-position: -559px -34px;
}
*/


/* Texte */
.texte {
	width: 493px;
	float: left;
	/*border-right: 1px dotted #afb4b9;*/
	padding: 0 15px 45px 13px;
	margin: 25px 0 0 0;
}

.texte .headline {
	margin-bottom: 1em;
	color: #004b96;
	font: normal 22px/1.2em 'OpenSansRegular';
}

.texte .headline h2 {
	margin: 0 0 3px 0;
	padding: 0;
}

.texte .headline h2 em {
	font: normal 22px 'OpenSansBold';
	display: block;
	line-height: 100%;
}

.copytext {
	clear: both;
}

.copytext h3 {
	margin: 0.75em 0 0.75em 0;
	padding: 0;
	font: normal 12.5px 'OpenSansBold';
	color: #004b96;
}

.copytext h3 b {
	font-weight: normal;
}

.copytext h3+p {
	margin-top: 0;
}

.texte .copytext ul,
.box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.texte .copytext .textmb_text ul,
.box ul
{
	list-style-position: inside;
}
.texte .copytext ul > li,
.box  ul > li
{
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -845px -39px;
	padding: 0 0 6px 19px;
	overflow: hidden;
}
.texte .copytext ol {
	/*margin: 0 0 0 35px;
	padding: 0;*/
}
.texte .copytext ol > li {
	padding: 0 0 6px 0px;
}

.texte hr {
	background: none;
	border: 0;
	height: 1px;
	display: block;
	overflow: hidden;
	border-top: 1px dotted #4b4b4b;
	margin: 1em 0;
}

/* Fotos Inhalt */
/******************/
.foto_bigger .foto_bild {
	background-repeat: no-repeat;
	position: relative;
}

.foto_bigger .foto_bild a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}

.foto.w2 .lightbox a .icon,
.foto.w3 .lightbox a .icon,
.foto_bigger .foto_bild a .icon {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -573px -53px;
	width: 38px;
	height: 38px;
	display: block;
}

.foto.w2 .lightbox a:hover .icon,
.foto.w3 .lightbox a:hover .icon,
.foto_bigger .foto_bild a:hover .icon
{
	background-position: -611px -53px;
}
/*
.foto_bigger .foto_text {
	background-color: #E2E3DE;
	padding: 5px 5px 0;
	margin: -4px 0 0;
}

.foto_bigger .foto_text p {
	margin-top: 0px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 130%;
}
*/
.foto_bigger .foto_bild img {
	width: 100%;
}

/* Fotos */
.fotos {
	width: 510px;
	margin-left: -15px;
	height: 100%;
	overflow: hidden;
}
.foto img {
	display: block;
}

.fotos .foto, .foto {
	float: left;
	margin: 0 0 0 15px !important;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.fotos .foto_text, .foto_text {
	padding: 3px 0 2px 0;
	border-bottom: 3px solid #afb4b9;
	width: 100%;
	background-color: #f0f0f0;
}

.fotos .foto_text p, .foto_text p {
	margin: 0;
	font-size: 80%;
	padding: 0 7px;
}

.fotos .foto_text a, .foto_text a {
	color: #000;
}
.fotos .foto_text a:hover, .foto_text a:hover {
/*	color: #666;*/
}

.fotos .foto.w1, .foto.w1 {
	width: 155px;
}

.fotos .foto.w1 img, .foto.w1 img {
	width: 155px;
}

.fotos.equalizeable .foto_bild a.internal-link:after {
	display: none;
}


/* Fotos Inhaltsspalte */
.inhalte_sp2 .foto {
	margin-left: 0px !important;
	margin-right: 20px !important;
	margin-bottom: 5px !important;
}
.inhalte_sp2 .texte .foto {
	max-width: 495px;
}

.inhalte_sp2 .foto_text {
	float: left;
}

.inhalte_sp2 .foto .foto_bild img {
	width: 100%;
}
.inhalte_sp2 .foto.foto_bigger .foto_bild img {
	width: 495px;
}
.inhalte_sp2 .fotos .foto {
	float: left;
	margin: 0 0 10px 15px !important;
	height: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	background-color: #fff;
}
.inhalte_sp2 .fotos .foto_text {
	padding: 3px 7px 2px 7px;
	background-color: #f0f0f0;
	border-bottom: 3px solid #afb4b9;
	width: 100%;
	font-size: 80%;
}
.inhalte_sp2 .inhalte_sp2 .fotos .foto_text p {
	margin: 0;
	font-size: 80%;
	padding: 0 7px;
}
.inhalte_sp2 .fotos .foto.w1 {
	width: 155px;
}
.inhalte_sp2 .fotos .foto.w1 img {
	width: 155px;
}
.inhalte_sp2 .fotos .foto.w1 .foto_text {
	width: 141px;
}



/* Text mit Bild */
.inhalte_sp2 .textmitbild {
	width: 510px;
	margin-left: -15px;
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	clear: left;
}

.inhalte_sp2 .textmitbild .foto.w1,
.inhalte_sp2 .textmitbild .foto.w1 img {
	width: 155px;
}

.inhalte_sp2 .textmitbild .foto.w2,
.inhalte_sp2 .textmitbild .foto.w2 img {
	width: 240px;
}

.inhalte_sp2 .textmitbild .foto.w3,
.inhalte_sp2 .textmitbild .foto.w3 img {
	width: 325px;
}

.inhalte_sp2 .textmitbild .foto {
	border-bottom: none;
}

.inhalte_sp2 .textmitbild .foto_text {
	background-color: #f0f0f0;
	border-bottom: 3px solid #afb4b9;
	width: 100%;
}

.inhalte_sp2 .textmitbild .foto_bild {
}

.inhalte_sp2 .textmitbild .foto.left {
	float: left;
	margin-right: 15px !important;
	margin-left: 15px !important;
}

.inhalte_sp2 .textmitbild .foto.right {
	float: right;
	margin-right: 0px !important;
	margin-left: 15px !important;
}

.inhalte_sp2 .textmb_text {
	margin-left: 15px;
}

.inhalte_sp2 .textmitbild p {
	margin-top: 0;
}

.inhalte_sp2 .textmitbild.no-floating .textmb_text {
	margin-left: 0;
	float: right;
	width: 323px;
}


/* Tabellen */
/******************/
table.contenttable {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 4em;
}

table.contenttable th,table.contenttable td {
	border-bottom: 1px solid #AFB4B9;
	padding: 5px 10px;
	border-right: 10px solid #fff;
}
table.contenttable .tr-0 th, table.contenttable .tr-0 td {
	border-top: 1px solid #AFB4B9;
}

table.contenttable th:first-child
{
	padding-left: 5px;
}
table.contenttable td:first-child {
	padding-left: 5px;
}

table.contenttable th:last-child,table.contenttable td:last-child {
	padding-right: 0;
	border-right: 0px;
}

table.contenttable th {
	text-align: left;
	color: #004B96;
}
table.contenttable .tr-0 th {
	border-top: 1px solid #fff;
	/*border-bottom: 2px solid #004B96;*/
}

table.contenttable td {
	background-color: #fff;
}

/* Tabelle Layout 2 */
table.contenttable.contenttable-2 td {
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
	border-right: 0px solid #fff;
}
table.contenttable-2 .tr-last th, table.contenttable-2 .tr-last td {
	border-top: 0px solid #fff;
}
table.contenttable.contenttable-2 th {
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #004B96;
	border-right: 0px solid #fff;
}

table.contenttable.contenttable-2 .tr-odd td {
	background-color: #ccdbea;
}
table.contenttable.contenttable-2 .tr-even td {
	background-color: #e5edf5;
}
/* Tabelle Layout 3 */
table.contenttable.contenttable-3 th {
	text-align: left;
	color: #fff;
	border-bottom: 2px solid #fff;
	background-color: #004B96;
}
table.contenttable-3 th,table.contenttable-3 td {
	border-top: 1px dotted #AFB4B9;
	border-right: 0px solid #fff;
}
table.contenttable-3 .tr-last th, table.contenttable-3 .tr-last td {
	border-bottom: 1px dotted #AFB4B9;
}




/* Lightbox */
/******************/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1001;
	line-height: 0;
	color: #4B4B4B;
	font: normal 100% 'OpenSansRegular';
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}

#imageContainer {

}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink .icon,#nextLink .icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

#prevLink .icon {
	background-position: -809px -68px;
	left: 0;
}

#nextLink .icon {
	background-position: -809px -38px;
	right: 0;
}

/*** START : next / previous text links ***/
#nextLinkText,#prevLinkText {
	color: #910923;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	background-repeat: no-repeat;
}

#nextLinkText:hover,#prevLinkText:hover {
	color: #910923;
	text-decoration: underline;
}

#nextLinkText {
	right: 0;
	background-image: url(../images/next-small.gif);
	background-position: right center;
	padding-right: 15px;
}

#nextLinkText:hover {

}

#prevLinkText {
	left: 0;
	background-image: url(../images/prev-small.gif);
	background-position: left center;
	padding-left: 15px;
}

#prevLinkText:hover {

}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
.ontop #imageData {
	padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/
#imageDataContainer {
	font-size: 70%;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
	overflow: hidden;
	height: 100%;
}

#imageData #imageDetails {
	text-align: left;
	padding-bottom: 0.5em;
	overflow: hidden;
}

#imageData #caption {

}

#imageData #bottomNav {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 0.5em 0;
}

#imageData #numberDisplay {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
}

#imageData #bottomNavClose {
	display: block;
	float: right;
	color: #BE0028;
	font-family: 'OpenSansBold';
	text-decoration: none;
}

#imageData #bottomNavClose .icon {
	background-image: url(../images/sprites.png);
	background-position: -473px -11px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 8px;
	margin-left: 4px;
	width: 7px;
}

#imageData #bottomNavClose:hover {
	text-decoration: underline;
}

#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

#lightboxIframe {
	display: none;
}




/* Liste der Kliniken */
#inhalte.kliniken,
#inhalte.einspaltig
{
	margin-top: 210px;
}

.schalter {
	font-family: 'OpenSansRegular';
	margin-bottom: 1em;
}

.schalter a {
	display: block;
	text-decoration: none;
	color: #be0028;
}

.schalter a:hover {
	color: #be0028;
	text-decoration: underline;
}

.klapper {
	overflow: hidden;
	height: 100%;
	clear: both;
	margin-bottom: 1em;
}
.texte div:last-child .klapper,
.klapper.offen
{
	margin-bottom: 2em;
}

.klapper_head {
	font-family: 'OpenSansExtrabold';
}

.klapper_head a {
	display: block;
	text-decoration: none;
	color: #4b4b4b;
	background-color: #f0f0f0;
	min-height: 18px;
	padding: 2px 0 0 28px;
	border-bottom: 3px solid #afb4b9;
	position: relative;
}

.klapper_head a .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -374px -52px;
	background-color: #be0028;
}

.klapper_head a:hover {
	color: #be0028;
}

.klapper.offen .klapper_head a .icon {
	background-position: -374px -32px;
}

.klapper_content {
	display: none;
	overflow: hidden;
	height: 100%;
	padding-top: 10px;
}
.klapper_content .box {
	margin-top: 1em;
}
.klapper_content .box_person {
	margin-top: 0;
	margin-bottom: 15px;
}
.klapper_content p {
	margin-top: 0px;
}
.klapper.offen .klapper_content {
	display: block;
}

.linkliste {
	clear: both;
}

.linkliste ul,
ul.csc-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.linkliste ul li,
ul.csc-menu li {
	margin: 0.5em 0;
}

.linkliste ul li a,
ul.csc-menu li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-left: 11px;
	position: relative;
}

ul.csc-menu li a  {
	background-image: url(../images/pfeil_link.png);
	background-repeat: no-repeat;
	background-position: -1px 6px;
}

.linkliste ul li a .icon  {
	width: 7px;
	height: 8px;
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 4px;
}

.linkliste ul li a:hover,
ul.csc-menu li a:hover {
	color: #be0028;
	text-decoration: underline;
}




/* Historie */
/* Für IE7 bräuchten wir noch ein eigenes CSS... */
.historie {
	border-left: 1px dotted #AFB4B9;
	margin-left: 4px;
	margin-top: 2em;
	padding-top: 6px;
}
.historie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: -12px;
}
.historie ul li {
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 2em -3px;
}
.historie ul li .icon {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -650px -69px;
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
}
.historie ul li .jahr {
	font-family: 'OpenSansSemiBold';
	font-size: 30px;
	color: #004B96;
	display: block;
	padding-bottom: 8px;
}
.historie ul li.last {
	margin-top: -2em;
}
.historie ul li.last .icon {
	background-position: -659px -69px;
	height: 9px;
	top: 0;
}

.historie ul li.small-dates .jahr {
	font-size: 13.5px;
	padding-bottom: 0px;
}


/* Marginalie */
.marginalie {
	width: 223px;
	margin: 25px 15px 0 0;
	float: right;
	overflow: hidden;
}

/* Boxen */
.boxen_zeile {
	margin-left: -10px;
	margin-bottom: 15px;
	overflow: hidden;
	height: 100%;
}

.marginalie .boxen_zeile {
	border-bottom: 1px dotted #afb4b9;
	margin-left: 0;
}

.box {
	background-color: #fff;
}

.box_header {
	padding: 9px 13px;
}

.marginalie .box_header {
	padding: 9px 10px;
}

.box_header strong {
	color: #004b96;
}

.box_content {
}

.box_bild {
	float: left;
	overflow: hidden;
	height: 100%;
	/*width: 165px;*/
}

.marginalie .box_bild {
	padding-left: 0px;
}

.box_bild img {
	line-height: 0;
	display: block;
	width: 100%;
}
.box_person .box_bild img {
	width: auto;
}

.box_bild.groesser {
}

.foto_bild.lightbox a,
.box_bild.groesser a
{
	position: relative;
	display: block;
}

.foto.w1 .lightbox a .icon,
.box_bild.groesser a .icon
{
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -581px -8px;
	width: 17px;
	height: 17px;
	display: block;
}

.foto.w1 .lightbox a .icon {
	right: 3px;
	bottom: 6px;
}

.box_bild .bildtext {
	font-size: 10px;
	padding: 0 10px;
	width: 139px;
}

.box_text {
	padding: 0.75em 13px;
	overflow: hidden;
	height: 100%;
}

.marginalie .box_text {
	padding: 0.75em 10px;
}
.marginalie .boxen_zeile .box .box_text {
	padding: 5px 0 5px 0;
}
.marginalie .boxen_zeile .box .box_header {
	padding: 5px 0px 5px 0;
}
.marginalie .box_person_bild .box_text {
	width: auto !important;
}

.box_text h2,
.box_text h3,
.box_text h4
{
	padding: 0;
	margin: 0;
	color: #004b96;
}

.box_text h2 {
	font: normal 19px 'OpenSansBold';
	margin-top: -15px;
}

,
.box_text h3 {
	font: normal 16px 'OpenSansBold';
}

.box_text h4 {
	font: normal 12.5px 'OpenSansBold';
}

.box_text p {
	margin: 0 0 0.75em;
}

.box_text a {
	color: #BE0028;
	text-decoration: none;
}

.box_text a:hover {
	text-decoration: underline;
}




/* Box mit Ansprechpartner */
.box_person {
	margin-bottom: 1em;
	overflow: hidden;
	clear: both;
}

.box_person .box_header {
	padding-bottom: 0;
	padding-left: 0;
}

.box_person .box_text p {
	margin-top: 0;
}

.box_person_bild {
}

.box_person_bild .box_header {
	padding-bottom: 9px;
}

.box_person_bild .box_content {
	position: relative;
}

.box_person_bild .box_text p {
	position: absolute;
	bottom: 0;
	padding-left: 110px;
	margin-bottom: 0;
}




/* Box mit Ansprechpartner in Inhaltsspalte */
.inhalte_sp2 .box_person .box_text {
	padding: 0 10px 10px 0px;
}

.inhalte_sp2 .box_person_bild .box_text {
	float: left;
	position: static;
	padding: 0 10px 10px 20px;
	width: 363px;
}

.inhalte_sp2 .marginalie .box_person_bild .box_text {
	padding: 5px 0px 10px 0px;
}

.inhalte_sp2 .box_person .box_text p {
	padding: 0;
	margin-bottom: 10px;
}

.inhalte_sp2 .box_person_bild .box_text p {
	position: static;
	padding: 0;
	margin-bottom: 10px;
}

.box.w1,
.box.w2,
.box.w3,
.box.w4
{
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}

.box.w1 {
	width: 165px;
}
.box.w1 .box_bild {
	float: none;
}

.box.w3 {
	width: 510px;
	margin-right: 5px;
}

.box.w3 p.bodytext a {
	background-image: url("../images/sprites.png");
	background-position: -437px -6px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.box.w4 {
	width: 690px;
}
.box.w4 .box_bild {
	width: 167px;
}
.box.w4 .box_text {
	padding-top: 0px;
}

.box.w1 .box_text,
.marginalie .box_text,
#inhalte.home .inhalte_sp2 .box_text
{
	clear: both;
}

#inhalte.home .inhalte_sp1 .box_text,
#inhalte.home .inhalte_sp1 .w4 .box_header {
	padding-left: 18px;
}

#inhalte.home .inhalte_sp2 .box_bild {
	padding-left: 13px;
}

#inhalte.home .inhalte_sp2 .boxen_zeile,
#inhalte.home .inhalte_sp2 .box
{
	margin-left: 0;
}

.box_intro {
}

.box_intro .box_content {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.box_intro ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.box_intro ul li {
	margin: 0.75em 0;
}

.box_intro ul li strong {
	color: #004b96;
}




/* Fusszeile */
/**********************************************/
#fuss {
	float: none;
	clear: both;
	font: normal 10px 'OpenSansBold';
	position: fixed;
	bottom: 0;
	width: 100%;
}

.fuss_content {
	margin: 0 auto;
	width: 960px;
}

#fuss ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fuss ul li {
	display: inline;
}

#fuss ul li.rss {
	display: none;
}

.fuss_sp_1,
.fuss_sp_2
{
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
}

.fuss_sp_1 {
	width: 670px;
	border-top: 2px solid #00afe6;
	background-color: #fff;
	float: left;
	padding: 5px 10px 0 10px;
	height: 20px;
	color: #BE0028;
}

.fuss_sp_2 {
	width: 255px;
	margin-top: 2px;
	float: right;
}

.fuss_sp_1 a {
	color: #BE0028;
	text-decoration: none;
}

.fuss_sp_1 a .icon {
	width: 7px;
	height: 7px;
	display: inline-block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-left: 4px;
}

.fuss_sp_1 a:hover {
	text-decoration: underline;
}

.fuss_sp_1 li.copyright {
	float: right;
	color: #73787c;
}

.fuss_sp_2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
}

.no-cssgradients .fuss_sp_2 {
	background-image: url(../images/fussnavi_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}

.fuss_sp_2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fuss_sp_2 ul.links {
	float: left;
}

.fuss_sp_2 ul.rechts {
	float: right;
}

.fuss_sp_2 ul li {
	float: left;
	display: block;
	height: 25px;
}

.fuss_sp_2 ul li.trenner {
	width: 2px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -571px -8px;
	font-size: 1%;
}

.fuss_sp_2 ul li a {
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.fuss_sp_2 ul li.rss a {
	background-position: -353px -3px;
}

.fuss_sp_2 ul li.youtube a {
	background-position: -375px -4px;
}

.fuss_sp_2 ul li.facebook a {
	background-position: -399px -4px;
}

.fuss_sp_2 ul li.twitter a {
	background-position: -444px -4px;
}

.fuss_sp_2 ul li.drucken a {
	background-position: -420px -4px;
}

.fuss_sp_2 ul li.feedback a {
	background-position: -395px -29px;
	padding: 5px 5px 0 25px;
	height: 20px;
	font: normal 10px 'OpenSansBold';
	text-decoration: none;
	color: #fff;
	width: auto;
}

.fuss_sp_2 ul li a:hover {
	text-decoration: underline;
}




/* CE - Download */
.download {
	border-bottom: 1px solid #DCDCDC;
	overflow: hidden;
	padding: 7px 10px;
	clear: both;
}

.download_bild {
	float: left;
	height: 100%;
	margin-right: 15px;
	overflow: hidden;
}

.download_bild img {
	border: 1px solid #CCCCCC;
}

.download_text {
	height: 100%;
	overflow: hidden;
	clear: none;
}

.download_text a {
	color: #BE0028;
}

.download_text p {
	line-height: 150%;
	margin-top: 0;
}

.download_text a:hover {
	text-decoration: none;
}




/* Powermail */
/*************/
.tx-powermail {

}

.tx-powermail ul.parsley-errors-list {
	margin: 0 0 0 150px;
	padding: 0;
	list-style: outside none none;
}

.tx-powermail fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.tx-powermail legend {
	display: none;
}

.powermail_fieldwrap {
	overflow: hidden;
	height: 100%;
	margin: 1em 0;
}

.powermail_label,.powermail_all dt {
	display: block;
	width: 140px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	padding-top: 3px;
	font-family: 'OpenSansSemiBold';
}

.powermail_field,.powermail_all dd {
	font: normal 100% 'OpenSansRegular';
	width: 320px;
	border: 0;
	padding: 3px 5px;
}

.powermail_input,.powermail_textarea,.powermail_select {
	background-color: #f0f0f0;
	border-bottom: 3px solid #AFB4B9;
}

.powermail_textarea {
	resize: none;
}

.powermail_select {
	width: auto;
	background-color: #AFB4B9;
	color: #fff;
	border: 0;
	padding-right: 3px;
}

.powermail_fieldwrap_check,.powermail_fieldwrap_radio {
	border-top: 1px dotted #AFB4B9;
	border-bottom: 1px dotted #AFB4B9;
	padding: 1em 0;
	margin: 1em 0;
}

.tx-powermail .powermail_check_legend,.tx-powermail .powermail_radio_legend
{
	display: block;
	float: none;
	width: auto;
	padding: 0;
	cursor: default;
}

.powermail_check_outer,.powermail_radio_outer {
	overflow: hidden;
	padding-top: 0.5em;
}

.powermail_fieldwrap_check label,.powermail_fieldwrap_radio label {
	cursor: pointer;
}

.powermail_fieldwrap_submit,.powermail_fieldwrap_reset {
	float: left;
	margin-right: 10px;
}

.powermail_submit,.powermail_reset {
	width: auto;
	font-family: 'OpenSansSemiBold';
	cursor: pointer;
}

.powermail_submit:hover,.powermail_reset:hover {
	text-decoration: underline;
}

.powermail_submit {
	background-color: #BE0028;
	color: #fff;
}

.powermail_reset {
	background-color: #AFB4B9;
	color: #fff;
}

.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }

.formError {
/*	display: none;*/
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.formError {

}
.formErrorContent {
	background-color: #BE0028;
	position:relative;
	color: #fff;
	font-size: 11px;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 3px 5px;
}

.formErrorArrow {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: #BE0028 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 5px 5px 0 5px;
	margin-left: 10px;
}
.formErrorArrow > div {
	display: none;
}

/* Confirmation */
.powermail_all {
	border-bottom: 1px dotted #AFB4B9;
	overflow: hidden;
	height: 100%;
	padding: 0.5em 0;
	margin: 0;
}

.powermail_confirmation input.powermail_confirmation_form,
.powermail_confirmation input.powermail_confirmation_submit {
	margin-top: 5px;
}
.powermail_confirmation input.powermail_confirmation_form {
	float: left;
}
.powermail_confirmation input.powermail_confirmation_submit {
	float: right;
}

/* Mehrstufiges Formular */
/* Beginn ****************/
.powermail_tabmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px solid #004b96;
}
.powermail_tabmenu li {
	display: inline-block;
	background-color: #e1e1e1;
	color: #4b4b4b;
	margin-right: 2px;
	padding: 3px 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.powermail_tabmenu li.act {
	background-color: #004b96;
	border-color: #004b96;
	color: #fff;
	font-family: "OpenSansBold";
}

.powermail_tab_navigation {
}
.powermail_tab_navigation a {
	display: inline-block;
	background-color: #004b96;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
}
.powermail_tab_navigation a:hover {
	background-color: #be0028;
}
.powermail_tab_navigation_next {
	float: right;
}
.powermail_fieldwrap_submit + .powermail_tab_navigation {
	clear: both;
}

.powermail_fieldwrap.layout3 .powermail_label,
.powermail_fieldwrap.layout3 .powermail_all dt
{
	float: none;
	margin: 0;
	width: auto;
	padding-bottom: 3px;
}
.powermail_fieldwrap.layout3 .powermail_field,
.powermail_fieldwrap.layout3  .powermail_all dd
{
	width: 470px;
}
.powermail_fieldwrap.layout3 + .powermail_fieldwrap {
	margin-top: 1.5em;
}
/* Mehrstufiges Formular */
/* Ende ******************/



/* Remote content */
.tx-asrcclient-pi1 a.anchor {
	padding-top: 210px;
}

.tx-asrcclient-pi1 h1,
.tx-asrcclient-pi1 h2
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #004b96;
	font: normal 22px/1.2em 'OpenSansBold';
	display: block;
}

.tx-asrcclient-pi1 h3 {
	font: 12.5px 'OpenSansBold';
	color: #004B96;
}

.tx-asrcclient-pi1 a,
.tx-asrcclient-pi1 strong
{
	margin-right: 0.3em;
}

.tx-asrcclient-pi1 table {
	max-width: 490px;
}

.tx-asrcclient-pi1 table.ornate {

}

.tx-asrcclient-pi1 table td img {
	max-width: 180px;
}

.tx-asrcclient-pi1 table.ornate_oR_l td img {
	max-width: 350px;
}

/* Bahn-Widget für Reiseauskunft */
body .suggestions {
	display: none;
	max-height: 150px;
	top: 40px;
	left: 10px;
	width: 245px;
}

body .suggestion-active,body .suggestion:hover {
	background: none repeat scroll 0 0 lightgrey;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body .suggestion span {
	background: none;
}




/* Sitemap */
/***********/
.csc-sitemap {
}

/* erste Ebene */
.csc-sitemap ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding-left: 20px;
}

.csc-sitemap ul li {

}

.csc-sitemap ul li a {
	background-position: 0 3px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #857D7A;
	display: block;
	font-size: 150%;
	height: 100%;
	overflow: hidden;
	padding: 0 0 5px 5px;
	margin: 0 0 5px;
	text-decoration: none;
	color: #857D7A;
}

.csc-sitemap ul li a:hover {
	text-decoration: underline;
}

/* zweite Ebene */
.csc-sitemap ul ul {
	margin: 0;
	padding: 5px 30px 10px;
}

.csc-sitemap ul ul li a {
	border-bottom: 1px solid #857D7A;
	font-size: 110%;
	padding: 5px 0 5px 10px;
}

/* dritte Ebene */
.csc-sitemap ul ul ul {
	color: #857D7A;
	font-size: 90%;
	list-style-type: square;
}

.csc-sitemap ul ul ul li {
	padding: 3px 0;
}

.csc-sitemap ul ul ul li a {
	background: none repeat scroll 0 0 transparent;
	border: none;
	padding: 0;
}

/* vierte Ebene */
.csc-sitemap ul ul ul ul {

}

.csc-sitemap ul ul ul ul li {

}

.csc-sitemap ul ul ul ul li a {

}




/* Suchergebnisse */
ul.browsebox {
	background-color: #E3E2DE;
	font-size: 100%;
	margin: 10px 0 20px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

ul.browsebox li {
	display: inline;
}

ul.browsebox li a {
	color: #000;
	text-decoration: none;
}

ul.browsebox li a:hover {
	text-decoration: underline;
	color: #CE094E;
}

.tx-indexedsearch-res {
	margin: -10px 0 0;
}

.ergebnisliste_num {
	color: #000;
	line-height: 18px;
	padding-bottom: 15px;
}

.ergebnis {
	overflow: hidden;
	padding: 15px 30px 0 0;
}

.ergebnis_n {
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-align: left;
	width: 20px;
}

.ergebnis_n .ziffer {
	font-weight: bold;
}

.ergebnis_text {
	height: 100%;
	overflow: hidden;
}

.ergebnis_text a {
	color: #474747;
	font-weight: bold;
}

.ergebnis_text a:hover {
	color: #BE0028;
	text-decoration: underline;
}

.ergebnis_text strong.tx-indexedsearch-redMarkup {
	color: #BE0028;
	font-style: italic;
	font-weight: bold;
}

.ergebnis .ergebnis_n .qualitaet_balken .qualitaet_prozent {
	background-color: #004B96;
}

.tx-indexedsearch-res .qualitaet {
	display: none;
}

/* Presse-Extension */
.tx-aspresse-pi1 .liste {

}

.tx-aspresse-pi1 .liste ul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}
.tx-aspresse-pi1 .liste ul li {
	padding-bottom: 10px;
}
.tx-aspresse-pi1 .liste h3, .tx-aspresse-pi1 .liste p {
	margin: 0;
}
.tx-aspresse-pi1 .liste h3 a {
	color: #004B96;
}
.pagebrowser {
	height: 100%;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dotted #4b4b4b;
}
.pagebrowser:last-child {
	border: 0;
}
.pagebrowser a:hover {
	text-decoration: underline;
}
.pagebrowser_sp1 {
	float: left;
	width: 100px;
}
.pagebrowser_sp1 a:before {
	content: "";
	background-image: url(../images/sprites2.png);
	background-position: -529px -33px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	margin-right: 4px;
	width: 5px;
}
.pagebrowser_sp1 a:after {
	background: none;
}
.pagebrowser_sp2, .inhalte_sp2 .pagebrowser_sp2 {
	float: left;
	text-align: center;
	width: 265px;
}
.pagebrowser_sp2 strong, .inhalte_sp2 .pagebrowser_sp2 strong {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	color: #fff;
	display: inline-block;
	padding: 0px 3px;
}
.pagebrowser_sp2 strong, .inhalte_sp2 .pagebrowser_sp2 a {
	font-family: 'OpenSansBold';
	padding: 0px 3px;
	display: inline-block;
}
.pagebrowser_sp3 {
	float: right;
	text-align: right;
	width: 100px;
}
.pagebrowser_sp3 a:after {
	content: "";
	background-image: url(../images/sprites2.png);
	background-position: -560px -33px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	margin-left: 4px;
	width: 5px;
}

.pagebrowser_z2 {
	clear: both;
	text-align: center;
}
.tx-asjobboerse-pi1 .pagebrowser .pagebrowser_z2 {
	padding-bottom: 10px;
	text-align: left;
}

.tx-aspresse-pi5 .presse_datum {
	text-align: left;
	padding-bottom: 0.5em;
}
.tx-aspresse-pi5 .presse_datum p.bodytext {
	display: inline;
	margin: 0;
}
.tx-aspresse-pi5 .backurl {
	padding-bottom: 20px;
}

.tx-aspresse-pi5 .downloads_headline {
	margin-bottom: 6px;
	font-weight: bold;
}
.tx-aspresse-pi5 .downloads a:hover {
	text-decoration: underline;
}
.tx-aspresse-pi5 .downloads .download_item {
	clear: both;
	overflow: hidden;
}
.tx-aspresse-pi5 .downloads .download_preview {
	float: left;
	margin-right: 10px;
	width: 100px;
	min-height: 2em;
}

/* Suche nach Presseinformationen */
.kontextnavi {
	height: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.suche_presse {

}

.kontextnavi_headline {

}

.suche_presse input {
	font: 100% 'OpenSansRegular';
	border: 0px solid #2d2d2d;
	padding: 3px 6px 3px 5px;
	margin-bottom: 10px;
	width: 213px;
	background-color: #f0f0f0;
	border-bottom: 3px solid #AFB4B9;
	color: #444;
}

.suche_presse input#presse_datum_von,.suche_presse input#presse_datum_bis
	{
	background-image: url(../images/icon_kalender.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	width: 193px;
}

.suche_presse input#presse_submit {
	background-color: #BE0028;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	float: right;
}

.suche_presse input#presse_submit:hover {
	background-color: #2d2d2d;
}

/* AS Jobboerse */
.tx-asjobboerse-pi1 .liste_seiten a {
	margin: 0 3px;
}

.tx-asjobboerse-pi1 .listitem,
.tx-asjobboerse-pi1 .liste_head {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.tx-asjobboerse-pi1 .listitem .job_title {
	font-weight: bold;
}
.tx-asjobboerse-pi1 .listitem a.druckansicht {
	margin-left: 40px;
}

.tx-asjobboerse-pi2 .box {
	background: none;
}
.tx-asjobboerse-pi2 .box_text {
	padding: 0 0 2em 0;
}
.tx-asjobboerse-pi2 label {
	display: block;
}
.tx-asjobboerse-pi2 h4 {
	margin: 0.75em 0;
}
.tx-asjobboerse-pi2 .liste_filter_feld {
	margin-bottom: 10px;
}

.tx-asjobboerse-pi2 input.asjobboerse_sword {
	font: 100% 'OpenSansRegular';
	background-color: #e8e8e8;
	border: 0;
	padding: 3px 6px 3px 5px;
	width: 213px;
	background-color: #f0f0f0;
	border-bottom: 3px solid #AFB4B9;
	color: #444;
}
.tx-asjobboerse-pi2 select {
	width: 213px;
	border: 0;
	border-bottom: 3px solid #AFB4B9;
	padding: 3px 6px 3px 5px;
}

.tx-asjobboerse-pi2 input.tx_powermail_pi1_submitmultiple_forward {
	font: 100% 'OpenSansRegular';
	background-color: #BE0028;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	float: right;
	padding: 3px 6px 3px 5px;
}

.tx-asjobboerse-pi2 input.tx_powermail_pi1_submitmultiple_forward:hover {
	background-color: #2d2d2d;
}

.tx-asjobboerse-pi4 ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
.tx-asjobboerse-pi4 ul li a {
	display: block;
	padding: 5px 0;
	/*color: #004B96;*/
}
.tx-asjobboerse-pi4 ul li a span {
	float: right;
	margin-right: 30px;
}

/*  */
.tx-felogin-pi1 {
}
.tx-felogin-pi1 fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.tx-felogin-pi1 fieldset > div{
	margin: 1em 0;
}
.tx-felogin-pi1 legend {
	display: none;
}
.tx-felogin-pi1 label {
	float: left;
	cursor: pointer;
	padding: 0 0 6px 0;
	width: 100px;
}
.tx-felogin-pi1 input {
	font: 100% 'OpenSansRegular';
	background-color: #BE0028;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	padding: 3px 6px 3px 5px;
	margin-left: 100px;
}
.tx-felogin-pi1 input#user,
.tx-felogin-pi1 input#pass
{
	background-color: #f0f0f0;
	border-bottom: 3px solid #AFB4B9;
	color: #444;
	font-weight: normal;
	cursor: auto;
	margin: 0;
}
.tx-felogin-pi1 p {
	margin: 0 0 0 100px;
}
.marginalie .tx-felogin-pi1 input {
	margin-left: 0px;
}
.tx-felogin-pi1 h3 {
	margin: 0.75em 0 0.75em 0;
	padding: 0;
	font: normal 12.5px 'OpenSansBold';
	color: #004b96;
}
.marginalie .tx-felogin-pi1 h3 {
	margin: 0 0 0.75em 0;
}


/* Anpassungen Sprungmarken wg. Fixed Header */
.texte div[id]:before {
	content: "";
	display: block;
	margin-top: -185px;
	padding-top: 185px;
}

/* Videos */
.texte div[id].video-js:before {
	display: none;
}
.video-js-box {
	/*height: 277px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 493px;*/
	line-height: 0;
}
video.video-js {
	background-color: #fff;
	padding: 0;
	position: relative;
	max-width: 493px !important;
}
.html5videoplayer .video-js {

}

.html5videoplayer .vjs-default-skin .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -1.3em;
	margin-left: -2em;
}

.html5videoplayer .vjs-default-skin .vjs-big-play-button::before {
	color: #fff;
	content: "";
	font-family: VideoJS;
	height: 100%;
	left: 0;
	line-height: 3em;
	position: absolute;
	text-align: center;
	width: 100%;
}

.html5videoplayer .vjs-default-skin .vjs-big-play-button {
	background-image: -moz-linear-gradient(center top , #00aee5, #004d98);
	border-radius: 1.5em;
	box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
	cursor: pointer;
	display: block;
	font-size: 3em;
	height: 3em;
	opacity: 1;
	position: absolute;
	text-align: center;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	width: 3em;
	z-index: 2;
	border: 0 none;
}

.html5videoplayer .vjs-default-skin .vjs-big-play-button {
	left: 50%;
	margin-left: -1.5em;
	margin-top: -1.5em;
	top: 50%;
}

.html5videoplayer .video-list .item {
	float: left;
	margin: 0 13px 13px 0;
}


/* Home */
.home .inhalte_sp1 .boxen_zeile {
	margin-left: -15px;
}
.home .inhalte_sp1 .box.w1 {
	margin-left: 15px;
	width: 161.25px;
}
.home .inhalte_sp1 .box.w3 {
	margin-right: 0px;
	width: 518.75px;
}
.home .inhalte_sp1 .box.w4 {
	width: 695px;
}
.home .inhalte_sp1 .box.w4 .box_text {
	padding: 0.75em 15px;
	padding-top: 0px;
}
.home .inhalte_sp1 .box.w4 .box_text h2 {
	margin-top: -6px;
}

/* Notfallbanner */
.inhalte_sp2 #notfallbanner .textmitbild {
	margin-bottom: 0;
}
#notfallbanner .fotos .foto, #notfallbanner .foto {
	background: none;
}
#notfallbanner .textmb_text {
	background-color:#f0f0f0;
	min-height: 86px;
	padding-top: 30px;
}
#notfallbanner .textmb_text p {
	font-weight: bold;
	font-size: 150%;
	color: #BE0028;
	line-height: 130%
}
#notfallbanner .textmb_text p b {
	text-transform: uppercase;
	color: #4B4B4B;
}






/* Versteckte Elemente für kleine Bildschirme */
/**********************************************/
/**********************************************/

/* Mininavi: Hauptnavigation, Zielgruppennavigation */
.mininavi {
	position: relative;
	background-color: #fff;
	float: left;
	display: none;
}
.mininavi_switch {
}
.mininavi_switch a {
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	color: #fff;
	font-family: 'OpenSansBold';
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 6px 4px 6px;
	width: 118px;
}
.mininavi_switch a .icon {
	display: inline-block;
	background-image: url(../images/sprites2.png);
	background-repeat: no-repeat;
	background-position: -456px -35px;
	width: 18px;
	height: 12px;
	margin-right: 6px;
}

.mininavi_inhalt {
	position: absolute;
	z-index: 100000;
	background-color: #FFF;
	/*opacity: 0.92;
	-moz-opacity: 0.92;
	filter: Alpha[opacity=92];*/
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.50);
	width: 130px;
	display: none;
}
/*.no-rgba .mininavi_inhalt {
	background: none;
	background-image: url(../images/weiss_92.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}*/
.mininavi.aktiv .mininavi_inhalt {
	display: block;
}
.mininavi_inhalt ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mininavi_inhalt ul.servicenavi {
	background-color: #f1f1f1;
}
.mininavi_inhalt ul li {
	border-bottom: 1px solid #ccc;
}
.mininavi_inhalt ul li:last-child {
	border: 0;
}
.mininavi_inhalt ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px 10px;
	font-size: 12px;
	font-family: 'OpenSansRegular';
}
.mininavi_inhalt ul li a:hover {
	text-decoration: underline;
}
/*.mininavi_inhalt ul li.notfall a {
	color: #be0028;
}*/




/* Kalenderblatt */

.box_kalender {
	margin-bottom: 1em;
}

.kalender_blatt {
	height: 100%;
	overflow: hidden;
}

.kalender_tage,
.kalender_wochentage
{
	height: 100%;
	overflow: hidden;
}
.kalender_tage {
	border-top: 1px solid #AFB4B9;
}

.tag,
.tag_current_day,
.tag_holiday,
.tag_aktiv_current_day a,
.tag_aktiv a,
.tag_holiday a {
	color: #000;
	display: block;
	float: left;
	height: 23px;
	overflow: hidden;
	padding-top: 4px;
	text-align: center;
	width: 29px;
	text-decoration: none;
}
.tag_aktiv.tag_holiday {
	padding-top: 0;
	height: 27px;
}
.tag,
.tag_aktiv,
.tag_holiday,
.tag_current_day,
.tag_aktiv_current_day
{
	float: left;
	margin-right: 1px;
}

.tag_aktiv_current_day a {
	border: 0px solid #c6c6c6;
	background-color: #BE0028;
	/*width: 28px;*/
	height: 24px;
	padding-top: 3px;
	/*font-style: italic;*/
	color: #fff;
}
.tag_holiday {
	background-color: #c6c6c6;
}

.tag_aktiv a {
	color: #BE0028;
	font-family: 'OpenSansBold';
}

.tag_aktiv a:hover {
	background: none;
	background-color: #BE0028;
	color: #fff;
}

.kalender_wochentage,
.kalender_navigation input
{
	background-color: #e1e1e1;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);*/
}

.kalender_wochentage .tag {
	color: #fff;
	color: #4B4B4B;
	font-family: 'OpenSansBold';
}

.kalender_navigation {
	overflow: hidden;
	padding: 10px;
}

.kalender_navigation input,
.kalender_navigation select
{
	font: normal 100% 'OpenSansRegular';
	border: 1px solid #006BB6;
	color: #006BB6;
}

.kalender_navigation select {
	width: 203px;
	padding: 3px 6px 3px 8px;
}

.kalender_navigation input {
	padding: 2px;
	border: 0;
	background-color: #006BB6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5), to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	font-family: 'OpenSansBold';
	color: #fff;
	margin-top: 5px;
	cursor: pointer;
}

.kalender_navigation input:hover,
.kalender_navigation input:focus
{
	background: none;
	background-color: #BE0028;
}


/* Kalender Liste */
.box_veranstaltungen .termin_datum {
	padding-bottom: 0.25em;
	color: #004B96;
	font-weight: bold;
}
.box_veranstaltungen .klapper_head {
	font-family: 'OpenSansBold';
}
.box_veranstaltungen p + a.tx_aseventcalendar_more {
	margin-top: -1em;
	position: absolute;
}

/* Kalender Details */
.tab_aktuelles {
	border-collapse: collapse;
	border-top: 0px dotted #4b4b4b;
}
.tab_aktuelles p.location:first-child {
	margin-bottom: 10px;
}
.tab_aktuelles td {
	border-top: 1px dotted #4b4b4b;
	padding: 10px 10px;
	vertical-align: top;
}
.tab_aktuelles tr.event-thema td {
	border-top: 0px dotted #4b4b4b;
}
.tab_aktuelles tr.event-zeit td {
	border-top: 0px dotted #4b4b4b;
	padding-top: 0px;
}
.tab_aktuelles td.tab_sp1 {
	padding-left: 0;
	color: #004B96;
}
.tab_aktuelles td p {
	margin: 0;
}
.tx-aseventcalendar-pi2 .tab_aktuelles {
	width: 100%;
}
.tx-aseventcalendar-pi2 .tab_aktuelles td.tab_sp1 {
	width: 80px;
}
.tab_sp2 h3 {
	color: #004b96;
	font: 12.5px 'OpenSansBold';
	margin: 0;
	padding: 0;
}

/* Meldungen */
.inhalte_sp2 .tx-aspresse-pi1 .textmb_text {
	padding-left: 170px;
}
.inhalte_sp2 .tx-aspresse-pi1 .copytext .textmb_text h3 {
	margin: 0 0 0.75em 0;
}

/* Dropdown Jobbörse */
.jgd-dropdown dd ul li {
	background-image: none;
	padding: 0;
}
.jgd-dropdown dd ul li a {
	color: #000000;
	display: block;
	padding: 4px 6px 4px 8px;
}
.jgd-dropdown dd ul li a:hover {
	text-decoration: none;
	background-color: #B4B4B4 !important;
	color: #FFF;
}




.badge {
	display: inline-block;
	min-width: 10px;
	padding: 1px 7px;
	font-size: 12px;
	color: #444;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #eee;
	border-radius: 10px;
}




/* Flashmessage Fehlermeldungen */
.typo3-message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.message-header {
	font-weight: bold;
	float: left;
	margin-right: 0.5em;
}

.message-ok {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.message-notice {
	color: #444;
	background-color: #eee;
	border: 1px solid #888;
}

.message-information {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.message-warning {
	color: #8A6D3B;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}

.message-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}





/* aswsinst4med_client */
.tx_aswsinst4med_client ul.deseases,
.tx_aswsinst4med_client ul.countries,
.tx_aswsinst4med_client ul.messages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tx_aswsinst4med_client .message .message-title h2 {
	color: #004B96;
	line-height: 1.3em;
	margin-top: 0px;
}
.tx_aswsinst4med_client .message .message-date {
}

.tx_aswsinst4med_client .message-shortinfo {

}
.tx_aswsinst4med_client .message-country a:after,
.tx_aswsinst4med_client .message-desease a:after {
	background-image: url("../images/sprites.png");
	background-position: -473px -11px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 8px;
	margin-left: 4px;
	width: 7px;
	content: "";
}
.tx_aswsinst4med_client .message-country a:hover,
.tx_aswsinst4med_client .message-desease a:hover {
	text-decoration: underline;
}

.tx_aswsinst4med_client select {
	width: 250px;
	border: 0;
	border-bottom: 3px solid #AFB4B9;
	padding: 3px 6px 3px 5px;
	background-color: #F0F0F0;
}

.tx_aswsinst4med_client input {
	font: 100% 'OpenSansRegular';
	background-color: #BE0028;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	padding: 3px 6px 5px 5px;
	margin-left: 10px;
}
.tx_aswsinst4med_client .country, .tx_aswsinst4med_client .desease {
	border-top: 1px dotted #000;
	margin-top: 15px;
	padding-top: 10px;
}

/* Intro Animtion auf Startseite */
#intro_bilder {
	width: 162px;
	height: 245px;
}
#intro_bilder img {
	position: absolute;
	border: 0 none;
	width: 162px;
}
#fuss {
	z-index:100;
}

#kopf_z3 .kopf_sp2 ul li a.kyr {
	font-family: 'Arial','Helvetica','sans-serif';
	font-size: 70%;
}
.subheadline {
	font-family: OpenSansRegular;
	font-size: 12.5px;
	font-weight: normal !important;
}
.location_klapper {
	margin-bottom: 0 !important;
	margin-top: 10px;
}

/* Blutspende-Box auf Home */
#inhalte.home .inhalte_sp2 #c744 .box,
#inhalte.home .inhalte_sp2 #c55852 .box,
#inhalte.home .inhalte_sp2 #c55853 .box {
		padding: 8px 0px 0px 0px;
}
#inhalte.home .inhalte_sp2 #c744 .box_bild,
#inhalte.home .inhalte_sp2 #c55852 .box_bild,
#inhalte.home .inhalte_sp2 #c55853 .box_bild {
		padding-left: 8px;
		width: 80px;
}
#inhalte.home .inhalte_sp2 #c744 .box_text,
#inhalte.home .inhalte_sp2 #c55852 .box_text,
#inhalte.home .inhalte_sp2 #c55853 .box_text {
		clear: none;
		padding: 2px 10px 0px 8px;
}
#inhalte.home .inhalte_sp2 #c744 .box_text h4,
#inhalte.home .inhalte_sp2 #c55852 .box_text h4,
#inhalte.home .inhalte_sp2 #c55853 .box_text h4 {
		color: #be0028;
		margin-bottom: 10px;
}
#inhalte.home .inhalte_sp2 #c10 .box_text {
	padding: 1.2em 13px;
}


/* html5videoplayer */

video {
	max-width: 100%;
	height: auto;
}

/* AS JOBAGENT - POWERMAIL FORM */
.as-jobagent-powermail .powermail_fieldwrap.powermail_fieldwrap_content,
.as-jobagent-powermail .powermail_fieldwrap.powermail_fieldwrap_html {
	margin: 0;
}
.as-jobagent-powermail .powermail_fieldwrap .csc-default > p:first-child {
	margin-top: 0;
}
.as-jobagent-powermail .powermail_fieldwrap #powermail_field_e_mail {
	margin-bottom: 10px;
}
.as-jobagent-powermail .powermail_fieldwrap_submit {
	margin: 1em 0px;
}
.as-jobagent-powermail .parsley-errors-list {
	color: #be0028;
}

.shariff-button.info {
	display: none;
}

.themen_mit_some_sharebutton {
	margin-top: 20px;
}


/* CE Content-Slider */
.ce-content-slider {
	position: relative;
	width: 491px;
	height: 200px;
	overflow: hidden;
}
.ce-content-slider .responsive {
	display: none;
}
.ce-content-slider .items {
	width: 20000em;
	position: absolute;
}

.ce-content-slider .item {
	float: left;
	width: 491px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.ce-content-slider .item-content {
	width: 491px;
	height: 200px;
}
.ce-content-slider .item-content .text {
	width: 155px;
	float: right;
	padding-right: 20px;
	color: #034D98;
	padding-left: 20px;
	height: 200px;
}

.ce-content-slider a.browse {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
	top: 85px;
	box-shadow: 0 0.5px 0 0 #EEE inset, 0 1px 2px 0 #B3B3B3;
	background-color: #FFF;
}
.ce-content-slider a.browse:hover {
	background-color: #be0028;
	box-shadow: 0 0.5px 0 0 #be0028 inset, 0 1px 2px 0 #B3B3B3;
}
.ce-content-slider a.next {
	background-image: url("../images/ce_content_slider_navi_next_red.png");
	right: 5px;
	background-position: 60% 50%;
}
.ce-content-slider a.next:hover {
	background-image: url("../images/ce_content_slider_navi_next_white.png");
}
.ce-content-slider a.prev {
	background-image: url("../images/ce_content_slider_navi_prev_red.png");
	background-position: 40% 50%;
	left: 5px;
}
.ce-content-slider a.prev:hover {
	background-image: url("../images/ce_content_slider_navi_prev_white.png");
}

.ce-content-slider .dots {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.ce-content-slider .dots .dot {
	float: left;
	width: 8px;
	height: 8px;
	background-image: url("../images/ce_content_slider_navi_dot_grey.png");
	cursor: pointer;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.ce-content-slider .dots .dot:hover,
.ce-content-slider .dots .dot.active {
	background-image: url("../images/ce_content_slider_navi_dot_red.png");
}

/* Foto Galerie*/
/***************/
.fotos2 .foto2, .foto {
	float: left;
	overflow: hidden;
	background-color: #fff;
}
.fotos2 .foto2 .foto_bild2 a img {
	border-bottom: 4px solid #afb4b9;
	margin-bottom: 25px;
}
.fotos2 .foto2:first-child {
	margin-right: 15px;
}

/* Google Site Search */

.gsc-clear-button {
	display: none;
}

.gsc-input {
	padding-left: 0px;
	width: 224px;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0px !important;
}

.gsc-input .gsc-input {
	background: #00aee5;
	background-image:none !important;
	background: -moz-linear-gradient(center top , #00aee5, #004d98) !important;
	background: -ms-linear-gradient(rgb(0, 174, 229), rgb(0, 77, 152)) !important;
	background: -webkit-linear-gradient( #00aee5, #004d98) !important;
	background: linear-gradient(#00aee5, #004d98);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    font: 12px "OpenSansRegular";
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 219px;
}

TD.gsc-search-button {
	min-width: 22px;
	border-radius: 0px !important;
	width: 22px !important;
	overflow: hidden !important;
	display: block;
    white-space: nowrap;
    padding: 0px;
}

.gsc-search-button .gsc-search-button {
	min-width: 22px;
	color: transparent;
	font-size: 1px;
	overflow: hidden;
	border-radius: 0px !important;
	background-image: url("../images/sprites.png");
    background-position: -809px -8px;
    background-repeat: no-repeat;
    cursor: pointer;
    title: "";
  	clip:rect(0px, 20px, 20px, 0px);
}






/* News-Room */
/*************/
.claim h1 .claim-newsroom {
	font-size: 150%;
	font-family: 'OpenSansRegular';
	font-weight: normal;
	font-size: 48px;
	font-family: 'OpenSansBold';
	color: #000;
	position: absolute;
	bottom: 10px;
	line-height: 80%;
}
.claim h1 .claim-newsroom em {
	font-family: 'OpenSansRegular';
	font-weight: normal;
	font-family: 'OpenSansBold';
	text-transform: lowercase;
	color: #00afe6;
	display: inline;
}
.claim h1 .claim-newsroom small {
	font-family: 'OpenSansRegular';
	font-weight: normal;
	font-size: 18px;
	color: #004b96;
	display: block;
	text-transform: none;
}

.newsroom {
	overflow: hidden;
	margin-bottom: 30px;
}
.newsroom .rubrik {
	background-image: url(../images/punkte.png);
	background-position: 0 center;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 0 10px;
}
.newsroom .rubrik strong {
	background-color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	letter-spacing: 0.1em;
	font-size: 100%;
}
.newsroom .teaser {
	position: relative;
}
.newsroom .teaser .bild {
	line-height: 0;
}
.newsroom .teaser .thema,
.newsroom .teaser .text
{
	position: absolute;
}
.newsroom .teaser .thema {
	background-color: #fff;
	left: 0;
	top: 0;
	font-family: 'OpenSansBold';
	font-size: 90%;
	padding: 0 0 0 10px;
	display: none;
}
.newsroom .teaser .text {
	left: 0;
	bottom: 0;
}
.newsroom .teaser .text h3 {
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
	background-color: #004b96;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	font-size: 150%;
}
.newsroom .teaser .text p {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	margin: 0;
	font-size: 90%;
	line-height: 130%;
	padding: 7px 30px 10px 10px;
}
.newsroom .teaser .text a {
	color: inherit;
}
.newsroom .teaser .text p a:after {
	content: "";
	display: block;
	background-image: url(../images/pfeil_link-weiss.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 9px;
	height: 8px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.newsroom .teaser.klein {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.newsroom .teaser.klein:last-child {
	margin-right: 0;
}
.newsroom.fokus .teaser.klein {
	margin-left: 2%;
	margin-right: 0;
}

.newsroom.fokus .teaser.klein p {
	display: none;
}
.newsroom.fokus .teaser.klein {
	width: 49%;
}
.newsroom.fokus .teaser.klein .bild img {
	width: 100%;
	height: auto;
}
.newsroom.fokus .teaser.klein.odd {
	margin-left: 0;
}
.newsroom.fokus .teaser.klein.even {
	margin-left: 2%;
}
.newsroom .teaser.klein .text h3 {
	font-size: 110%;
}
.newsroom .teaser.klein .text h3 a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/pfeil_link-weiss.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 8px;
	margin-left: 5px;
}

.newsroom.magazin .rubrik strong {
	text-transform: none;
}
.newsroom.magazin .teaser.klein .text h3 {
 	background-color: rgba(0,0,0,0.5);
}
.newsroom.magazin .teaser.klein .text h3 a:after {
	display: none;
}

.newsroom.pi .teaser {
	background-color: #e1e1e1;
	padding: 15px 15px;
	margin-bottom: 15px;
}
.newsroom.pi .teaser:last-child {
	margin-bottom: 0;
}
.newsroom.pi .teaser .text {
	position: static;
}
.newsroom.pi .teaser .text h3 {
	background: none;
	color: #004b96;
	padding: 0;
	font-size: 100%;
	line-height: 130%;
}
.newsroom.pi .teaser .text h3 small {
	display: block;
	color: #000;
	font-size: 85%;
}
.newsroom.pi .teaser .text p {
	background: none;
	color: #4b4b4b;
	margin: 0;
	font-size: 90%;
	line-height: 130%;
	padding: 0;
}
.newsroom.pi .teaser .text p a:after {
	display: inline-block;
	background-image: url(../images/pfeil_link.png);
	position: static;
	margin-left: 5px;
}

.newsroom.facebook .rubrik strong,
.newsroom.twitter .rubrik strong,
.newsroom.youtube .rubrik strong
{
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 20px;
	display: inline-block;
}
.newsroom.facebook .rubrik strong {
	background-image: url(../images/icon_facebook.png);
}
.newsroom.twitter .rubrik strong {
	background-image: url(../images/icon_twitter.png);
}
.newsroom.youtube .rubrik strong {
	background-image: url(../images/icon_youtube.png);
}




/* Instgram-Icon in Fusszeile */
/******************************/
.fuss_sp_2 ul li.instagram a {
  background-image: url(../images/icon-fuss_instagram.png);
	background-position: center center;
}