/*********************************
CSS für:
 - Allgemeinen Rahmen
 - "Common Classes"
 - alle Browser

CSS für Inhalte -> "style_rte.css" (h1, h2, p, etc.)
*********************************/

/*Alle Elemente per Default ohne Einr�ckung*/
* {
	margin:0;
	padding:0;
}

/* No border on image IE  */
img {
	border: none;
}

/*Start Webseite-Rahmen*/
body {
	background-color: #C2C2C2;
	text-align: center;
	font-family: Verdana;
	color: #323334;
	font-size: 12px;
	font-weight: normal;
}

.main {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1006px;
	position: relative;
}
.main .content {
	width: 1006px;
	float:left;
}

.banner_left, .banner_right,.banner_top {
	width:100px;
	min-height:2px;
}

.banner_top {
	margin-left:106px;
	min-height:1px;
	height:auto !important;
	height:1px;
}

.banner_left {
	float:left;
}
.banner_right {
	float:right;
}

.mainFrame {
	text-align: left;
	width: 1006px;
}

.borderFrame {
	width: 994px;
	padding: 0 6px 0 6px;
	float: left;
	background-image: url('../Images/bg_l_r.gif');
}

@media (min-width: 992px) {
	.cFrame {
		padding: 0 25px 0 28px;
		width: 940px;
		background-color: #ffffff;
		float: left;
	}
}

.bottomB {
	height: 8px;
	width: 1006px;
	background-image: url('../Images/bottom_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding:0;
}
/*Ende Webseite-Rahmen*/


/*Start Kopfbereich (Logo etc)*/
.header {
	height: 123px;
}

.banner {
	height: 14px;
	border-bottom: 1px #D0D0D0 solid;
	color: #A3A3A3;
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 1px;
	float: left;
	width: 100%; /* @@ before 450px*/
}
.PlainText .banner {
	width: 100%;
}
/*Ende Kopfbereich (Logo etc)*/

/*Start Menu Config*/
.nav {
	height: auto;
	/*float: right;*/
	padding-top: 3px;
}

.nav1 {
	width: 974px;
	height: 28px;
	text-align: right;
	background-image: url('../Images/nav1BG.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.nav1 a {
	display: block;
	float: right;
	color: #ebe8e8;
	font-size: 13px;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	height: 22px;
}

.nav1 a.n1left {
	width: 125px;
}

.nav1 a.n1middle {
	width: 122px;
}

.nav1 a.n1right {
	width: 144px;
}

.nav1 a.n1left.no {
	background-image: url('../Images/nav1_NO_l.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #696868;
}

.nav1 a.n1middle.no {
	background-image: url('../Images/nav1_NO_m_Lact.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #696868;
}

.nav1 a.n1right.no {
	background-image: url('../Images/nav1_NO_r.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #696868;
}

.lastAct a.n1left.no, .Act3 a.n1left.no {
	background-image: url('../Images/nav1_NO_l_Ract.gif');
}

.lastAct a.n1middle.no {
	background-image: url('../Images/nav1_NO_m_Ract.gif');
}

.lastAct a.secn1middle{
	background-image: url('../Images/nav1_NO2_m_Ract.gif');
	color:#696868;
	width: 122px;
	background-position: right;
}

.Act3 a.secn1middle {
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('../Images/nav1_NO_m_Ract.gif');
	width: 122px;
	color: #696868;
}

.nav1 a.n1left.act {
	background-image: url('../Images/nav1_ACT_l.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.nav1 a.n1middle.act {
	background-image: url('../Images/nav1_ACT_m.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.nav1 a.n1right.act {
	background-image: url('../Images/nav1_ACT_r.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.nav2 {
	width: 974px;
	height: 32px;
	text-align: right;
	background-image: url('../Images/nav2BG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	/*padding-top: 7px;*/
	position: relative;
}

.nav2 a {
	color: #656667;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 12px;
	vertical-align: top;
}

.nav2 .nav2_spacer {
	margin-top: 1px;
}

.nav2 a:hover, .nav2 a.act {
	background-image: url('../Images/nav2_ACT.gif');
	background-repeat:repeat-x;
	background-position: left top;
}

.staatszeitung .nav2 a.first {
	background-image: url('../Images/first_act.gif');
	background-repeat:repeat-x;
	background-position: left top;
	color: #fff;
}

.staatszeitung .nav2 a.first:hover, .staatszeitung .nav2 a.first_act {
	background-image: url('../Images/first_act.gif');
	background-repeat:repeat-x;
	background-position: left top;
	color: #fff;
}

.nav3 {
	height: 31px;
	position: relative;
	top:-7px;
	float: left;
	background-image: url('../Images/nav3BG.gif');
	background-repeat:repeat-x;
	background-position: left top;
}

.nav3 a {
	color: #656667;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	/*min-width: 74px;*/
	text-align: center;
	line-height: 25px;
	padding-top: 6px;
	padding-bottom: 12px;
	vertical-align: top;
}

.nav3 a:hover, .nav3 a.act {
	background-image: url('../Images/nav3_ACT.gif');
	background-repeat:repeat-x;
	background-position: left top;
}

.actLine {
	width: 1px;
	height: 5px;
	background-color: black;
	position: relative;
	z-index:2;
	top: -6px;
}
/*Ende Menu Config*/


/*Start Inhaltsbereiche*/

/*zwei Spalten im Inhaltebereich*/
.contentFrame .left {
	float: left;
	width: 600px;
	margin-right: 40px;
	min-height: 1px;
}

.contentFrame .right {
	float: left;
	width: 300px;
	min-height: 1px;
	padding-top: 0;
	padding-bottom: 5px;
}

.contentFrame .right .box {
	width: 300px;
	/*
	border-top: 1px #CECACB solid;
	border-left: 1px #CECACB solid;
	border-bottom: 1px #CECACB solid;
	*/
	min-height: 1px;
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	*/
	margin-bottom: 2px;
	overflow: hidden;
}



/*eine Spalte im Inhaltebereich*/
.one.contentFrame .left {
	float: left;
	width: 100%;
	margin-right: 0;
	min-height: 1px;
}

/*Ende Inhaltsbereiche*/

/*Start Such- und Loginbox rechts*/
.loginSearchBox {
	background-image: url('../Images/bg_loginSearchBox.gif');
	background-repeat: repeat-x;
	background-color: #D0D4D6;
	border: 1px solid #CECACB;
	border-right: none;
	/*height: 147px;*/
	height: auto;
	padding-bottom: 5px;
}

.tx-felogin-pi1 {
	margin-left: 12px;
	margin-right: 6px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom: 1px #abaeb0 solid;
	margin-bottom: 7px;
}

.loginHeader {
	margin-bottom: 9px;
}

.loginHeader h1 {
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 26px;
}

.tx-felogin-pi1 a {
	color: #a2a2a2;
	font-size: 10px;
	text-decoration: none;
}

.tx-felogin-pi1 .fakeP {
	color: #686868;
	font-size: 10px;
}

.loginHeader .forgotLink {
	padding-right: 29px;
}

input.loginUser {
	width: 127px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #6e6f6f;
	font-size: 10px;

}

input.loginPW {
	width: 127px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #6e6f6f;
	font-size: 10px;

}

input.loginSubmit {
	vertical-align: middle;
	line-height: 20px;
}

a.loginSubmit {
	background-image: url('../Images/goButton.gif');
	width: 35px;
	height: 16px;
	display:inline-block;
}

input.logoutSubmit {
	vertical-align: middle;
	margin-left: 5px;
}

.right .tx-indexedsearch {
	padding-bottom: 7px;
	margin-left: 12px;
	margin-right: 6px;
}

.right .searchOnly {
	margin-bottom: 5px;
}

.right .searchOnly h1 {
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
}

.right .fakeH1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2D4D7C;
}

.right .toLoggout .fakeH1 {
	width: 75px;
}

.right .userStat {
	width: 223px;
	font-size: 10px;
	padding-top: 5px;
	line-height: 14px;
}

.right .toLoggout{
	width: 88px;
	margin-top: 16px;
}

.right input.forgotEmail {
	width: 262px;
	color: #6e6f6f;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

.right .searchOnly .tx-indexedsearch {
	margin-top: 8px;
	padding-bottom: 0;
}

.right input.tx-indexedsearch-searchbox-sword {
	width: 127px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #6e6f6f;
	font-size: 10px;

}

.right .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 127px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #6e6f6f;
	font-size: 10px;
	/*text-transform: uppercase;*/
	margin-left: 135px;
	margin-right: 4px;
}

.right .searchOnly .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	margin-left: 16px;
	width: 213px;
}

p.tx-indexedsearch-descr {
	margin-bottom: 4px;
}

.right .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width:auto;
	height:auto;
	vertical-align: middle;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	margin-top: 0;
}

.right p {
	margin-bottom: 5px;
}

input.forgotPwSubmit {
	vertical-align: top;
}

.right .loginSearchBox_InfoBox {
	border: 1px solid #b5b6b6;
	margin-left: 5px;
	margin-right: 6px;
	padding-top: 9px;
	padding-bottom: 13px;
	padding-left: 7px;
	padding-right: 7px;
}

.loginSearchBox_InfoBox p{
	font-size: 10px;
	line-height: 17px;
	color: #939597;
	margin-bottom: 0;
}
/*Ende Such- und Loginbox rechts*/



/*Start Fusszeile*/
.footer {
	height: 31px;
	color: #c0c0c0;
	font-size: 11px;
	padding-top: 12px;
}

.footer a{
	text-decoration: none;
	color: #c0c0c0;
	font-size: 11px;
}

.footerMenu {
	float:right;
}

.copyRightText {
	float: left;
}

.ftSpacer {
	padding-right: 10px;
	padding-left: 10px;
}
/*Ende Fusszeile*/

/*Common Classes*/
.clear {
	clear: both;
	line-height:0;
	font-size:0;
	height:0;
	width:0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.spacerV5 {
	height: 5px;
}

.fakeHR {
	height: 2px;
	background-image: url('../Images/lineDT.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}

/*Start tx-arrbszshowjobs-pi1*/
.tx-arrbszshowjobs-pi1-searchbox {
	/*float: left;*/
}

.tx-arrbszshowjobs-pi1-searchbox-label {
	width: 350px;
	color: #2D4D7C;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}

.tx-arrbszshowjobs-pi1-navigationTopContainer {
	margin: 20px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #AEAEAE;
}
.tx-arrbszshowjobs-pi1-jobs {
	font-size: 11px;
}

.tx-arrbszshowjobs-pi1-jobSortLinksContainer {
	padding-left: 10px;
	padding-top: 22px;
	margin: 0 0 12px;
	border-top: 1px solid #aeaeae;
}

.tx-arrbszshowjobs-pi1-jobListContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 2px dotted #AEAEAE;
}

.tx-arrbszshowjobs-pi1-jobListContainer.jobListHeader{
	height: 34px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #EBEBEC;
	border: none;
}

.tx-arrbszshowjobs-pi1-jobSortLinksContainer .sortlinks {
	color: #235B98;
	display: inline;
}

a.tx-arrbszshowjobs-pi1-jobListSortLink:link, a.tx-arrbszshowjobs-pi1-jobListSortLink:visited {
	color: #235B98;
	text-decoration: none;
}

a.tx-arrbszshowjobs-pi1-jobListSortLink.active:link, a.tx-arrbszshowjobs-pi1-jobListSortLink.active:visited{
	font-weight: bold;
}

a.tx-arrbszshowjobs-pi1-jobListSortLink:hover {
	text-decoration: underline;
}
a.tx-arrbszshowjobs-pi1-jobListTitleLink:link, a.tx-arrbszshowjobs-pi1-jobListTitleLink:visited {
	color: #235B98;
	text-decoration: none;
}

a.tx-arrbszshowjobs-pi1-jobListTitleLink:hover {
	text-decoration: underline;
}

.tx-arrbszshowjobs-pi1-jobListTitle {
	width: 247px;
	margin-right: 10px;
	float: left;
}

.tx-arrbszshowjobs-pi1-jobListLocation {
	width: 103px;
	margin-right: 10px;
	float: left;
}

.tx-arrbszshowjobs-pi1-jobListOrganisation{
	width: 103px;
	margin-right: 10px;
	float: left;
	word-break: break-word;
}

.tx-arrbszshowjobs-pi1-jobListLimitation {
	width:105px;
	float: right;
	text-align: right;
	padding-right: 1px;
}

.tx-arrbszshowjobs-pi1-jobListLimitation > strong {
	display: block;
	text-align: center;
}

.tx-arrbszshowjobs-pi1-filter .tx-arrbszshowjobs-pi1-filterAktive p{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 0;
}

.tx-arrbszshowjobs-pi1-filter span.bold{
	font-weight: bold;
}

.tx-arrbszshowjobs-pi1-filter .tx-arrbszshowjobs-pi1-filterAktive a{
	float: right;
	color: #FFF;
	background-color: #BFBEBF;
	text-decoration: none;
	padding: 8px 7px 3px 7px;
	position: relative;
	bottom: 5px;
}

.tx-arrbszshowjobs-pi1-filter {
	padding-left: 11px;
	padding-bottom: 15px;
	overflow: hidden;
}

.tx-arrbszshowjobs-pi1-filter p{
	font-size: 12px;
	margin-bottom: 7px;
}

.tx-arrbszshowjobs-pi1-filterCity,
.tx-arrbszshowjobs-pi1-filterPosition,
.tx-arrbszshowjobs-pi1-filterDepartment{
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-bottom: 17px;
	height: 100px;
}

.tx-arrbszshowjobs-pi1-filter a{
	display: block;
	padding-bottom: 3px;
	color: #235B98;
}

.tx-arrbszshowjobs-pi1-filter .spacer{
	background-color: #AEAEAE;
	display: block;
	height: 1px;
	left: -12px;
	position: relative;
	width: 600px;
	margin-bottom: 13px;
	margin-top: 18px;
}

/*Ende tx-arrbszshowjobs-pi1*/

/*Start tx-arrbszshowinsolvencies_pi1*/
.tx-arrbszshowinsolvencies-pi1 {
	/*width: 587px;
	background-image: url('../Images/showArticlesBSZ_background.jpg');
	background-repeat: repeat-y;
	*/
	padding: 0px 10px;
	/*
    border-top: 1px solid #CECACA;
	border-left: 1px solid #CECACA;
	*/
}

.tx-arrbszshowinsolvencies-pi1-navigationTopContainer {
	margin-bottom: 20px;
	padding-bottom: 2px;
	/*
    border-bottom: 1px solid #AEAEAE;
    */
}

.tx-arrbszshowinsolvencies-pi1-navigationBottomContainer {
	margin-top: 20px;
	padding-top: 2px;
	/*
    border-top: 1px solid #AEAEAE;
    */
}

.tx-arrbszshowinsolvencies-pi1-searchbox {
	float: left;
}

.tx-arrbszshowinsolvencies-pi1-searchbox-label {
	width: 350px;
	color: #025291;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}
.tx-arrbszshowinsolvencies-pi1-browserResultContainer {
	width: 170px;
	text-align: right;
	margin-top: 7px;
	float: right;
}

.tx-arrbszshowinsolvencies-pi1-backLinkWrap a:link, .tx-arrbszshowinsolvencies-pi1-backLinkWrap a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #025291;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 4px;
}

.tx-arrbszshowinsolvencies-pi1-backLinkWrap a:hover {
	text-decoration: underline;
}

.tx-arrbszshowinsolvencies-pi1-moreLinkWrap a:link, .tx-arrbszshowinsolvencies-pi1-moreLinkWrap a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #025291;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 3px;
}

.tx-arrbszshowinsolvencies-pi1-moreLinkWrap a:hover {
	text-decoration: underline;
}


.tx-arrbszshowinsolvencies-pi1-listContainer {
	margin-bottom: 20px;
}

.tx-arrbszshowinsolvencies-pi1-listRow {
	border-bottom: 1px dotted #AEAEAE;
	padding: 12px 0;
}

.tx-arrbszshowinsolvencies-pi1-listRow:first-child {
	border-top: 1px dotted #AEAEAE;
}

.tx-arrbszshowinsolvencies-pi1-caseContainer {
	margin-bottom: 10px;
	/*
    height: 70px;
    */
}

.tx-arrbszshowinsolvencies-pi1-caseTextContainer {
	width: 440px;
	/*
    height: 70px;
    background-image: url('../Images/showArticlesBSZ_listIconArrow.gif');
    background-repeat: no-repeat;
    background-position: 15px 4px;
    */
	padding-left: 10px;
	/*
    border-bottom: 1px dotted #AEAEAE;
	*/
	float: left;
}

.tx-arrbszshowinsolvencies-pi1-caseMoreLinkContainer {
	width: 80px;
	height: 12px;
	/*
    padding-top: 30px;
	*/
	text-align: right;
	float: right;
}

a.tx-arrbszshowinsolvencies-pi1-caseMoreLink:link, a.tx-arrbszshowinsolvencies-pi1-caseMoreLink:visited {
	font-size: 11px;
	font-weight: normal;
	color: #025291;
	text-decoration: none;
}

a.tx-arrbszshowinsolvencies-pi1-caseMoreLink:hover {
	text-decoration: underline;
}

.tx-arrbszshowinsolvencies-pi1-caseMembersOnly {
	font-size: 11px;
	font-weight: normal;
	color: #025291;
}
/*Ende tx-arrbszshowinsolvencies_pi1*/

/*Start tx-arrbszshowinsolvencies-pi2*/
.tx-arrbszshowinsolvencies-pi2-headlineContainer {
	width: 300px;
	min-height: 28px;
	background-color: #78b2e0;
	margin-bottom: 15px;
}

.tx-arrbszshowinsolvencies-pi2-headlineArrow {
	/*
	margin-left: 7px;
	margin-top: 4px;
	float: left;
	border: 0px;
	*/
	display: none;
}

.tx-arrbszshowinsolvencies-pi2-headline {
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 7px;
	margin-top: 6px;
	text-transform: uppercase;
}

.tx-arrbszshowinsolvencies-pi2-blueRight {
	/*
    width: 15px;
	height: 28px;
	background-color: #78b2e0;
	float: right;
	*/
	display: none;
}

.tx-arrbszshowinsolvencies-pi2-insolvenciesMainMenu {
	width: 297px;
	display: block;
	font-size: 11px;
	color: #397AB5;
	background-image: url('../Images/showDdpBSZ_listIconArrow.gif');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-color: #E7E7E7;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	xmargin-bottom: 6px;
	border-bottom: solid #fff 6px;
	text-decoration: underline;
}

.tx-arrbszshowinsolvencies-pi2-insolvenciesSubMenu {
	display: none;
}

a.tx-arrbszshowinsolvencies-pi2-insolvenciesMenuLink:link, a.tx-arrbszshowinsolvencies-pi2-insolvenciesMenuLink:visited {
	display: block;
	font-size: 11px;
	color: #397AB5;
	background-color: #E7E7E7;
}

a.tx-arrbszshowinsolvencies-pi2-insolvenciesMenuLink:hover {
	background-color: #C5D6E6;
}

a.tx-arrbszshowinsolvencies-pi2-insolvenciesMenuLinkActive:link, a.tx-arrbszshowinsolvencies-pi2-insolvenciesMenuLinkActive:visited {
	display: block;
	font-size: 11px;
	color: #397AB5;
	background-color: #C5D6E6;

}

a.tx-arrbszshowinsolvencies-pi2-insolvenciesSubMenuLink {
	width: 277px;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	xmargin-bottom: 6px;
	border-bottom: solid #fff 6px;

}



/*Ende tx-arrbszshowinsolvencies-pi2*/

/*Start tx_arrbszshowddp_pi1*/

.tx-arrbszshowddp-pi1 {
	margin-bottom: 7px;
}
.tx-arrbszshowddp-pi1-headlineContainer {
	width: 327px;
	height: 28px;
	background-color: #c9def1;
	margin-bottom: 15px;
}

.tx-arrbszshowddp-pi1-headlineArrow {
	margin-left: 7px;
	margin-top: 4px;
	float: left;
	border: 0px;
}

.tx-arrbszshowddp-pi1-headline {
	margin-left: 7px;
	margin-top: 8px;
	font-size: 11px;
	color: #2d4d7c;
	font-weight: bold;
	float: left;
}

.tx-arrbszshowddp-pi1-blueRight {
	width: 15px;
	height: 28px;
	background-color: #b5d1e7;
	float: right;
}

.tx-arrbszshowddp-pi1-newsBoxContainer {
	width: 315px;
	border: 1px solid #d1d1d1;
	background-image: url('../Images/showDdpBSZ_background.jpg');
	background-color: #d1d5d6;
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
}

.tx-arrbszshowddp-pi1-imageContainer {
	width: 47px;
	height: 42px;
	float: left;
}

.tx-arrbszshowddp-pi1-listArrowContainer {
	width: 3px;
	height: 42px;
	margin-left: 6px;
	margin-right: 5px;
	background-image: url('../Images/showDdpBSZ_listIconArrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	float: left;
}

.tx-arrbszshowddp-pi1-newsTeaserContainer {
	width: 180px;
	height: 42px;
	float: left;
	margin-right: 5px;
}

.tx-arrbszshowddp-pi1-newsTeaserContainer a:link, .tx-arrbszshowddp-pi1-newsTeaserContainer a:visited {
	font-size: 10px;
	color: #397ab4;
	text-decoration: none;
}

.tx-arrbszshowddp-pi1-newsTeaserContainer a:hover {
	text-decoration: underline;
}
.tx-arrbszshowddp-pi1-moreLinkContainer {
	width: 69px;
	height: 11px;
	padding-top: 28px;
	float: right;

}

.tx-arrbszshowddp-pi1-moreLinkContainer a:link, .tx-arrbszshowddp-pi1-moreLinkContainer a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #2d4c7b;
	text-decoration: none;
}

.tx-arrbszshowddp-pi1-moreLinkContainer a:hover {
	text-decoration: underline;
}

.tx-arrbszshowddp-pi1-newsRowDevider {
	height: 1px;
	border-bottom: 1px solid #d1d1d1;
	margin: 4px 0px;
}

/*Ende tx_arrbszshowddp_pi1*/

/*Start tx-arrbszshowddpdetail-pi1*/

.tx-arrbszshowddpdetail-pi1-imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.tx-arrbszshowddpdetail-pi1-imgSubline {
	font-size: 10px;
	color: #ababab;
	float: right;
}

.tx-arrbszshowddpdetail-pi1-longtext {
	margin-bottom: 15px;
}

/*Ende tx-arrbszshowddpdetail-pi1*/

/*Start tx-arrbszshowarticles-pi1*/
.tx-arrbszshowarticles-pi1-searchbox {
	/*float: left;*/
}

.tx-arrbszshowarticles-pi1-searchbox-label {
	width: 350px;
	color: #2D4D7C;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}

.tx-arrbszshowarticles-pi1-navigationTopContainer {
	margin: 20px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #AEAEAE;
}


.tx-arrbszshowarticles-pi1 {
	/*width: 587px;*/
	background-image: url('../Images/showArticlesBSZ_background.jpg');
	background-repeat: repeat-y;
	padding: 10px;
	border-top: 1px solid #CECACA;
	border-left: 1px solid #CECACA;
	float: left;
}

*+html .tx-arrbszshowarticles-pi1 {
	width: 600px;
}

.tx-arrbszshowarticles-pi1-articleContainer {
	margin-bottom: 10px;
	float: left;
}

.tx-arrbszshowarticles-pi1-articleTextContainer {
	width: 440px;
	background-image: url('../Images/showArticlesBSZ_listIconArrow.gif');
	background-repeat: no-repeat;
	background-position: 15px 4px;
	padding-left: 50px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AEAEAE;
	float: left;
}

.tx-arrbszshowarticles-pi1-articleMoreLinkContainer {
	/*width: 570px;*/
	height: 12px;
	float: left;
	text-align: right;
}

a.tx-arrbszshowarticles-pi1-articleHeadlineLink:link, a.tx-arrbszshowarticles-pi1-articleHeadlineLink:visited {
	font-size: 11px;
	color: #323334;
	text-decoration: none;
}

a.tx-arrbszshowarticles-pi1-articleHeadlineLink:hover {
	text-decoration: underline;
}

.tx-arrbszshowarticles-pi1-articleHeadline {
	font-size: 11px;
	color: #323334;
}

a.tx-arrbszshowarticles-pi1-articleMoreLink:link, a.tx-arrbszshowarticles-pi1-articleMoreLink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #2d4c7b;
	text-decoration: none;
}

a.tx-arrbszshowarticles-pi1-articleMoreLink:hover {
	text-decoration: underline;
}

.tx-arrbszshowarticles-pi1-articleMembersOnly {
	font-size: 9px;
	font-weight: bold;
	color: #2d4c7b;
}
/*Ende tx-arrbszshowarticles-pi1*/

/*Start tx-arrbszshowarticles-pi2*/
.tx-arrbszshowinsolvencies-pi2 {
	margin-bottom: 16px;
	overflow: hidden;
}

.tx-arrbszshowarticles-pi2-headlineContainer {
	background-color: #78b2e0;
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 19px;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 300px;
}

.tx-arrbszshowarticles-pi2-headlineArrow {
	/*
	margin-left: 7px;
	margin-top: 4px;
	float: left;
	border: 0px;
	*/
	display: none;
}

.tx-arrbszshowarticles-pi2-headline {
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	margin-left: 7px;
}

/*
.tx-arrbszshowarticles-pi2-blueRight {
	width: 15px;
	height: 28px;
	background-color: #b5d1e7;
	float: right;
}
*/

a.tx-arrbszshowarticles-pi2-articleMenuLink:link, a.tx-arrbszshowarticles-pi2-articleMenuLink:visited {
	width: 297px;
	display: block;
	font-size: 11px;
	color: #397AB5;
	background-image: url('../Images/showDdpBSZ_listIconArrow.gif');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-color: #E7E7E7;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	xmargin-bottom: 6px;
	border-bottom: solid #fff 6px;

}

a.tx-arrbszshowarticles-pi2-articleMenuLink:hover {
	background-color: #C5D6E6;
}

a.tx-arrbszshowarticles-pi2-articleMenuLinkActive:link, a.tx-arrbszshowarticles-pi2-articleMenuLinkActive:visited {
	width: 297px;
	display: block;
	font-size: 11px;
	color: #397AB5;
	background-image: url('../Images/showDdpBSZ_listIconArrow.gif');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-color: #C5D6E6;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	xmargin-bottom: 6px;
	border-bottom: solid #fff 6px;
}
/*Ende tx-arrbszshowarticles-pi2*/

/*Start E-Paper*/

.E-Paper, .tx-arrbszshop-pi2 {
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #c4c7c7;
	padding-bottom: 22px;
}

.arrowHeadlineBoxRight {
	background-color:#78b2e0;
	min-height:28px;
	width:300px;
	overflow: hidden;
}

.arrowHeadlineBoxRight.customHeader {
	margin-bottom: 9px;
}

.arrowHeadlineBoxRight .icon-headline,
.arrowHeadlineBoxRight .text-headline {
	display: inline-block;
	vertical-align: middle;
}
.arrowHeadlineBoxRight .text-headline .internal-link {
	background: url("/typo3conf/ext/coulis/Resources/Public/Images/arrowLink.png") no-repeat left center;
	padding-left: 0.8rem;
}
.arrowHeadlineBoxRight .icon-headline {
	margin-right: 3px;
}

.arrowHeadlineText {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-right: 10px;
}

.arrowHeadlineText a {
	color:#fff;
	text-transform: uppercase;
}

.arrowHeadlineBoxRight .arrowGFX {
	border:0 none;
	float:left;
	margin-left:7px;
	margin-top:4px;
	display: none;
}

.arrowHeadlineblueRight {
	/*
    background-color:#78b2e0;
	float:right;
	height:28px;
	width:15px;
	*/
	display: none;
}

.arrowHeadlineBoxContent {
	padding-top: 9px;
}

.textArea.borderBottom {
	border-bottom: 1px solid #c4c7c7;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.arrowHeadlineBoxContent .imageArea {
	width: 140px;
	min-height: 1px;
	float: left;
}

.right .box .imageArea > img,
.pollImage > img {
	border: 1px solid #c4c7c7;
}

.pollImage > img {
	padding: 5px 3px 5px 2px;
}

.right .box .onlineShop .imageArea > img {
	border: medium none !important;
}

.arrowHeadlineBoxContent .textArea {
	width: 150px;
	min-height: 1px;
	padding-left: 8px;
	float: left;
}

.textArea.textArea--fullwidth {
	width: 100%;
}

.arrowHeadlineBoxContent .textArea a, .textLink a {
	background-image: url("../Images/arrowLink.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	/* background-size: 4% auto; */
	color: #025291;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 6px;
}

.right .arrowHeadlineBoxContent .textArea a:hover,
.right .textLink a:hover,
.umfrageContainer a:hover {
	text-decoration: underline;
}

.arrowHeadlineBoxContent .textArea p{
	padding-left: 10px;
	padding-right: 10px;
}
/*Ende E-Paper*/

/*Start News*/
p.headerCat, .tx-arrbszshop-pi1-catname, div.news_cat_date_div {
	color: #2d4d7c;
	border-bottom: 1px solid #c4c7c7;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 3px;
}



.news-date-right {

	float: right;

	font-size: 10px;

	margin-top: 3px;

}



div.news-catRootline {

	margin-bottom: 5px;

	float:left;

}



.tx-arrissuetoarchive-pi2 div.news-catRootline {

	float:none;

	color: #2d4d7c;

	border-bottom: 1px solid #a3b1c5;

	font-weight: bold;

	font-size: 12px;

	margin-bottom: 15px;

}



.news-list-item, .news-latest-item {

	padding-bottom: 13px;

	margin-bottom: 15px;

	background-image: url('../Images/lineDT.gif');

	background-position: left bottom;

	background-repeat: repeat-x;

}



.news-single-item .fakeHR{
	margin-top: 15px;
	margin-bottom: 30px;
	clear: both;
}



.news-single-additional-info {
	margin-bottom: 15px;
}

.news-single-additional-info a{
	text-decoration: none;
	font-size: 12px;
}

.news-list-item .txtL_imgR .newsListImage{
	float: right;
}

.news-list-item .txtL_imgR .newsListImage{
	padding-left: 10px;
	padding-bottom: 10px;
}

.news-list-item .imgL_txtR .newsListImage{
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
}

.news-list-item .imgL_txtR .newsListImage img {
	padding-right: 10px;
	margin-bottom:0;
	margin-left:0;
}

.newsMore a, .tx-arrbszshop-pi1-linkright a {
	text-decoration: none;
	color: #2d4d7c;
	font-size: 11px;
	font-weight: bold;
	padding-right: 12px;
	background-image: url('../Images/arrowLink.png');
	background-repeat: no-repeat;
	background-position: right center;
}

h2.news-list-subheader {
	margin:0;
	padding: 5px 0 8px 0;
}

.imgL_txtR .topNewsImg {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 221px;
}

.txtL_imgR .topNewsImg {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	width: 221px;
}

.txtL_imgR .topNewsText .news-catRootline, .imgL_txtR .topNewsText .news-catRootline{
	width: 389px;
	float: left;
}

.txtOnly .topNewsImg {
	height: 0;
	font-size:0;
	margin:0;
	padding:0;
}

p.news-image-caption {
	color: #ababab;
	text-align: left;
	font-size: 10px;
	margin-bottom: 5px;
}

.relatedIcon {
	vertical-align: top;
	padding-right: 12px;
}

.newsRelatedLatest {
	margin-top: 31px;
}

.newsRelatedLatest .relatedIcon{
	padding-right: 2px;
}

.news-list-morelink {
	padding:0;
}
/*Ende News*/

/*Start Suche*/
.browsebox {
	margin-bottom: 10px;
}

.left .tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:0;
}
/*Ende Suche*/

/*tx-arrbszshop-pi */
.tx-arrbszshop-pi1 a ,.tx-arrbszshop-pi3 a {
	text-decoration: none;
	color: #2d4d7c;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.tx-arrbszshop-pi1 .fakeHrLine, .tx-arrbszshop-pi3 .fakeHrLine {
	height:1px;
	border-bottom:1px solid #c4c7c7;

}

/*tx-arrbszshop-pi1 start*/

.tx-arrbszshop-pi1-item {
}

.tx-arrbszshop-pi1-itemimage, .tx-arrbszshop-pi1-itemtext {
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.tx-arrbszshop-pi1-itemimage {
	width: 185px;
	position: relative;
}

.tx-arrbszshop-pi1-itemtext {
	/*width: 450px;*/
	width: 380px
}

.tx-arrbszshop-pi1-description {
	margin-top:10px;
	margin-bottom:20px;
}

.tx-arrbszshop-pi1-price, .tx-arrbszshop-pi1-basket{
	float:left;
}
.tx-arrbszshop-pi1-price {
	width:200px;
}

.tx-arrbszshop-pi1-price > span {
	font-weight: bold;
}

.tx-arrbszshop-pi1-basketlink.tx-arrbszshop-pi1-linkright {
	float: right;
}

.tx-arrbszshop-pi1-cat {
	float:left;
	width:136px;
	text-align:center;
	height:175px;
	background-color: #eff0f0;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;
}

.tx-arrbszshop-pi1-catlist .last {
	margin-right: 0px;
}

.tx-arrbszshop-pi1-catlist .highlight {
	background-color: #C2C2C2;

}

.tx-arrbszshop-pi1 a {
	text-decoration: none;
	color: #2d4d7c;
	font-size: 11px;
	font-weight: bold;
}
.tx-arrbszshop-pi1-info {
	text-align:center;
	margin: 20px;
}

.shopToHomeLink {
	margin: 7px 0;
}

.shopToHomeLink img {
	margin-bottom: 1px;
	vertical-align: middle;
}

/*tx-arrbszshop-pi1 end*/

/*tx-arrbszshop-pi2 start*/
.tx-arrbszshop-pi2-textArea {
	width: 179px;
	min-height: 1px;
	padding-left: 8px;
	float: left;
	margin-top: 16px;
}

.tx-arrbszshop-pi2-textArea span{
	color: #025291;
	font-size: 12px;
	background-image: url("../Images/arrowLink.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-left: 13px;
	padding-right: 10px;
	/* background-size: 4%; */
}

.tx-arrbszshop-pi2-textArea a{
	color: #025291;
	text-decoration: underline;
}

.tx-arrbszshop-pi2 .imageArea {
	width: 100px;
}

/*tx-arrbszshop-pi2 end*/

/*tx-arrbszshop-pi3 start*/
.tx-arrbszshop-pi3-orderform + .fakeHrLine {
	margin:25px 0px 25px 0px;
}
.tx_arrbszshop_pi3-baskettable {
	width:420px;
}

.tx_arrbszshop_pi3-baskettable tr {
	height:50px;
}

.tx_arrbszshop_pi3-refresh, .tx_arrbszshop_pi3-sum{
	float:left;
	margin-top:10px;
}
.tx_arrbszshop_pi3-refresh {
	width:380px;
}
.tx_arrbszshop_pi3-sum{
	width:218px;
	text-align:right;
	color: #656667;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.tx_arrbszshop_pi3-backtoshop {
	margin: 20px 0px;
}

.tx-arrbszshop-pi3-orderform-description {
	margin-left:150px;
	margin-top:25px;
	color: #2d4d7c;
}
.tx-arrbszshop-pi3-orderform {
	margin:10px 0px;
}
.tx-arrbszshop-pi3-orderform label {
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
	width: 145px;
	line-height: 150%;
}
.tx-arrbszshop-pi3-orderform p {
	margin-bottom: 9px;
}

.tx-arrbszshop-pi3-footer {
	margin:10px 0px;
}
.tx-arrbszshop-pi3-footer input {
	display:block;
	float:left;
	position: relative;
	top: 3px;
}
.tx-arrbszshop-pi3-footer div {
	padding:0px;
	margin-left:10px;
	width:574px;
	float:left;
}

.tx-arrbszshop-pi3-submit {
	margin:35px 0px;
	text-align:right;
}
.tx-arrbszshop-pi3-error {
	color:red;
	margin-left:255px;
	margin-top:25px;
}
/*tx-arrbszshop-pi3 end*/

/*Popup start */
.popupMainFrame {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 686px;
}

.popupBorderFrame {
	width: 674px;
	padding: 0 6px 0 6px;
	float: left;
	background-image: url('../Images/bg_l_r.gif');
}

.popupCFrame {
	padding: 0 5px 0 15px;
	width: 654px;
	background-color: #ffffff;
	float: left;
}

.popupBottomB {
	height: 8px;
	width: 686px;
	background-image: url('../Images/bottom_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding:0;
}

.tx-ttnews-browsebox-SCell p a {
	text-decoration: none;
	font-weight: bold;
}

/*Popup end */


/*Workspace Preview - Info Box*/
.previewLink{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
	font-weight: bold;
}

.previewLink a{
	color: red;
}

#typo3-previewInfo {
	top: 45px !important;
}

/* baysol */

.statistikBlue{
	color:#397AB5;
	display:block;
	width:65px;
	float: left;
	text-align:right;
	padding-right:10px;
}

.statistikText {
	float:right;
	width:255px;
}

/* eVergabe Formular */
#evergabe {
	width: 620px;
}

.tx-powermail-pi1 .dottetContainer{
	border: dotted 1px #515151;
	width: 484px;
	padding: 10px;
}

.tx-powermail-pi1 .textContainer{
	width: 484px;
	padding: 0 10px;
	border: dotted 1px #515151;
}

.tx-powermail-pi1 .textContainer input.powermail_text{
	width: 100px;
}

#evergabe .tx_powermail_pi1_fieldwrap_html_checkbox_title{
	position: relative;
	width: 79%;
}

#evergabe .powermail_check_inner,
#evergabe .powermail_submit{
	margin-left: 0;
	clear:none;
	float: left;
}

/* ****************
 * ABO Fprmulare
 * *****************/

/* Adress�nderung */

#adressaenderung,
#urlaubsnachsendung,
#kontaktdaten{
	width: 550px;
	margin-bottom: 40px;
}

#adressaenderung legend.tx_powermail_pi1_fieldwrap_html_radio_title,
#urlaubsnachsendung legend.tx_powermail_pi1_fieldwrap_html_radio_title,
#unterbrechung legend.tx_powermail_pi1_fieldwrap_html_radio_title{
	display: none;
}

#adressaenderung .checkBoxLabel,
#urlaubsnachsendung .checkBoxLabel,
#unterbrechung .checkBoxLabel{
	padding-top: 10px;
}

#adressaenderung .powermail_radio_inner,
#urlaubsnachsendung .powermail_radio_inner,
#unterbrechung .powermail_radio_inner{
	margin-left: 0;
	float: left;
	clear: none;
}

#adressaenderung .powermail_radio_inner label,
#urlaubsnachsendung .powermail_radio_inner label,
#unterbrechung .powermail_radio_inner label{
	display: block;
	float: left;
}

#adressaenderung fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
#urlaubsnachsendung fipowermail_fieldsetieldset input.powermail_submit,
#unterbrechung fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
#kontaktdaten fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
	margin-left: 0;
}

#adressaenderung .tx_powermail_pi1_fieldwrap_html label,
#urlaubsnachsendung .tx_powermail_pi1_fieldwrap_html label{
	margin-right: 10px;
}

/* Urlaubsnachsendung */
#urlaubsnachsendung #powermaildiv_uid51,
#urlaubsnachsendung #powermaildiv_uid52,
#urlaubsnachsendung #powermaildiv_uid53,
#unterbrechung #powermaildiv_uid63,
#unterbrechung #powermaildiv_uid64{
	float: left;
	clear: none;
}

#urlaubsnachsendung #powermaildiv_uid51 label,
#urlaubsnachsendung #powermaildiv_uid52 label,
#unterbrechung #powermaildiv_uid63 label,
#unterbrechung #powermaildiv_uid64 label{
	width: auto;
	margin-right: 5px;
}
#urlaubsnachsendung #powermaildiv_uid51 input,
#urlaubsnachsendung #powermaildiv_uid52 input,
#unterbrechung #powermaildiv_uid63 input,
#unterbrechung #powermaildiv_uid64 input{
	width: 65px;
	margin-right: 5px;
}

#urlaubsnachsendung #powermaildiv_uid53 span{
	font-weight: bold;
	color: #515151;
	display: block;
	float: left;
}

/* Unterbrechung */
#unterbrechung{
	margin-bottom: 40px;
	width: 610px;
}

#unterbrechung .tx_powermail_pi1_fieldwrap_html label{
	margin-right: 65px;
}

/* Abo Bestellung */
#abobestellung .tx-arrbszshop-pi3-orderform-description{
	margin-left: 200px;
}

#abobestellung .tx_powermail_pi1_fieldwrap_html_submit,
#abobestellung .tx_powermail_pi1_fieldwrap_html_reset{
	float: right;
	margin: 20px 0 0 10px;
	clear: none;
	font-weight: normal;
}

#abobestellung fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
	font-weight: normal;
	margin: 0;
}

#abobestellung fieldset.tx-powermail-pi1_fieldset fieldset legend{
	display: none;
}

#abobestellung fieldset.tx-powermail-pi1_fieldset .powermail_check_inner{
	margin: 20px 0 0 0;
}

#abobestellung fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label{
	display: block;
	margin-left: 20px;
}

#abobestellung fieldset.tx-powermail-pi1_fieldset .powermail_check_inner input{
	margin-top: 2px;
}

*+html #abobestellung fieldset.tx-powermail-pi1_fieldset .powermail_check_inner input{
	margin-top: 0;
}

.tx-arrbszshop-pi3-basket.aboBestellung{
	margin: 0 100px 0 100px;
}

.tx-arrbszshop-pi3-basket.aboBestellung.app{
	margin: 0;
	float: left;
	display: block;
	width: 310px;
}

.tx-arrbszshop-pi3-basket.aboBestellung.app .tx_arrbszshop_pi3-refresh {
	width: 0;
}
.tx-arrbszshop-pi3-basket.aboBestellung.app .tx_arrbszshop_pi3-refresh, .tx_arrbszshop_pi3-sum {
	float: left;
	margin-top: 0;
}

.tx_arrbszshop_pi3-sum {
	margin-top: 10px;
}

.tx-arrbszshop-pi3-basket.aboBestellung.app .tx_arrbszshop_pi3-sum {
	text-align: left;
}

.bszAppBig {
	float: right;
	display: block;
	margin-top: 140px;
}

.bszAppBig.ePaper {
	margin-top: 126px;
}

#abobestellung .fakeHR{
	margin-top: 20px;
}

/* Neuer Login */
.LG {
	text-align: left;
}

.LG .box {
	min-height: 1px;
}
.LG .tx-felogin-pi1 {
	margin-bottom: 7px;
	margin-right: 0;
	margin-left: 8px;
	padding-bottom: 5px;
	padding-top: 4px;
	border: none;
}
.LG .loginHeader {
	margin-bottom: 2px;
}
.LG .loginHeader h1{
	display: inline-block;
	font-size: 11px;
	text-transform: none;
	margin-bottom: 0;
	font-weight: normal;
	width: 150px;
	padding: 0;
	float: left;
}

.LG .loginHeader h1.pwLabel{
	float: right;
}

.LG h1, h1 a {
	color: #2D4D7C;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}


.LG .loginContainer .forgotLink {
	margin-top: 5px;
	float: left;
	width: auto;
}
.LG .tx-felogin-pi1 a {
	color: #A2A2A2;
	font-size: 10px;
	text-decoration: none;
}
.LG a {
	color: #323334;
}

.LG .loginSearchBox {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	padding-bottom: 3px;
	height: auto;
	border: none;
}

.LG input.loginUser {
	color: #6E6F6F;
	font-size: 10px;
	padding: 0;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-right: 3px;
	width: 154px;
	display: block;
	float: left;
}
.LG input.loginPW {
	color: #6E6F6F;
	font-size: 10px;
	padding: 0;
	padding-bottom: 2px;
	padding-top: 1px;
	width: 154px;
	display: block;
	float: right;
}
.LG input.loginSubmit {
	line-height: 20px;
	vertical-align: middle;
	float:right;
	margin-top:4px;
	display: block;
}
.LG .right .tx-indexedsearch {
	margin-left: 12px;
	margin-right: 6px;
	padding-bottom: 7px;
}
.LG .right .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	color: #6E6F6F;
	font-size: 10px;
	margin-left: 135px;
	margin-right: 4px;
	padding-bottom: 2px;
	padding-top: 1px;
	width: 127px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 150px;
}
.LG .right input.tx-indexedsearch-searchbox-sword {
	color: #6E6F6F;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 1px;
	width: 127px;
}
.LG .right .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	height: auto;
	vertical-align: middle;
	width: auto;
}
.LG .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width: 100px;
}
.LG .loginSearchBox_InfoBox {
	border: none;
	border-top: 1px solid #B5B6B6;
	margin-top:8px;
	padding: 9px 2px 5px;
}
.LG .loginSearchBox_InfoBox p {
	color: #939597;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

.LG .loginSearchBox_InfoBox p a {
	color: #939597;
}

.LG .loginSearchBox .registrationLink-header {
	font-size: 12px;
	margin-top: 11px;
	border-bottom: 1px solid silver;
	padding-bottom: 6px;
	margin-bottom: 17px;
	font-weight: bold;
}

.LG .loginSearchBox .registrationLink-button a {
	background-color: #00a013;
	color: #fff;
	padding: 3px 38px;
	text-decoration: none;
	font-size: 12.1px;
	border-radius: 4px;
}

.LG .tx-arrbszshowddp-pi1-headlineContainer {
	background-color: #C9DEF1;
	height: 28px;
	margin-bottom: 15px;
	width: 327px;
}

.LG .tx-arrbszshowddp-pi1-headline {
	color: #2D4D7C;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 7px;
	margin-top: 5px;
}
.LG .tx-arrbszshowddp-pi1-blueRight {
	background-color: #B5D1E7;
	float: right;
	height: 28px;
	width: 15px;
}

.LG .toLoggout{
	margin-top: 10px;
}

.LG .tx-felogin-pi1 .fakeP{
	margin-top: 10px;
}

.LG .loginContainer{
	float: left;
}

.LG .loginContainer div{
	width: 100%;
	float: left;
}

/* neuer Footer */
/* now in footerMenu.css */

.clear {
	clear:both;
}

/* Umfrage EXT */
.tx-jkpoll-pi1 p{
	margin: 0;
	padding: 0;
}

.E-Paper .tx-jkpoll-pi1{
	margin-left: 0px;
	margin-right: 5px;
	color: #323334;
}

.E-Paper .tx-jkpoll-pi1 h1{
	display: none;
}

.E-Paper .tx-jkpoll-pi1 .error {
	padding-bottom: 9px;
	/*
    padding-left: 10px;
    */
}

.E-Paper .tx-jkpoll-pi1 .error_poll_link a {
	color: #025291;
	font-weight: bold;
}

.E-Paper .pollImage{
	float: left;
	/* margin-top: -27px; */
}

.E-Paper ul.tx_jkpoll_pi1_answers{
	/* margin-top: -9px; */
	margin-bottom: -8px;
	float: left;
	margin-left: 17px;
	width: 170px;
}

.E-Paper ul.tx_jkpoll_pi1_answers input.pollanswer{
	margin-top: 6px;
	margin-left: 8px;
}

.E-Paper .tx_jkpoll_pi1_link_list{
	padding-top: 0;
}

.pollsubmit {
	background-color: #bfbebf;
	background-image: url("../Images/buttonVoting.png");
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	height: 22px;
	width: 87px;
	position: relative;
	right: -4px;
}

.pollArchive{
	padding-left: 11px;
	margin-left: 10px;
	background-image: url("../Images/arrowLink.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #025291;
	font-size: 12px;
	/* background-size: 4%; */
}

.tx_jkpoll_pi1_answer_horizontal,
.tx_jkpoll_pi1_image{
	display: none;
}

.E-Paper .tx_jkpoll_pi1_result_horizontal{
	margin-top: 17px;
	font-size: 11px;
	margin-left: 90px;
}

.tx_jkpoll_pi1_result_horizontal div{
	height: 22px !important;
	float: none !important;
}

.answertext{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
	display: inline-block;
}

.answertextNormal{
	font-size: 11px;
	font-weight: normal;
}

.tx_jkpoll_pi1_result_list h1{
	border-bottom: solid 1px #b3bfd0;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: 13px;
}

.questionText,
.questionText p,
.questionText p.bodytext{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
	display: inline-block;
}

.E-Paper .questionText{
	font-size: 13px;
	font-weight: normal;
	color: #323334;
	display: block;
	margin-bottom: 15px;
}

.E-Paper .questionText > p,
.E-Paper .questionText > p.bodytext {
	margin-bottom: 0;
}

.tx-jkpoll-pi1 p.tx_jkpoll_pi1_result_votes{
	margin-top: 1px;
	margin-bottom: 17px;
}

.umfrageContainer .csc-default{
	margin-left: 9px;
	margin-bottom: 17px;
}

.umfrageContainer .csc-default p{
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	margin-right: 4px;
}

.tx_jkpoll_pi1_answer input,
.tx_jkpoll_pi1_answer label{
	cursor: pointer;
}

/* New Searchbox */
.right .box.searchBox .tx-indexedsearch{
	margin-left: 5px;
}

.box.searchBox .E-Paper{
	margin-bottom: 0;
	width: 327px;
}

.box.searchBox .arrowHeadlineBoxContent{
	background-image: url("../Images/showDdpBSZ_background.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 13px;
}

.box.searchBox .tx-indexedsearch-form label,
.box.searchBox p{
	display: none;
}

.box.searchBox .tx-indexedsearch-form,
.box.searchBox .tx-indexedsearch-search-submit{
	float: left;
}

.right .box.searchBox .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword{
	margin: 0;
	height: 17px;
	width: 183px;
	margin-right: 8px;
	display: block;
	float: left;
}

.right .box.searchBox .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
	height: 22px;
	width: 53px;
	border: none;
	background-image: url("../Images/btn_Suche.png");
	cursor: pointer;
	display: block;
	float: left;
}

/* New: Blog Box right Col */
.E-Paper.Blog .arrowHeadlineBoxContent{
	padding-top: 7px;
}

.E-Paper.Blog .textArea img{
	margin: 13px 0 10px 0;
}

/*NEW: 2011 12 7 */

.news-single-item {
	padding: 5px 0;
}

/*****************************************
 * Anpassungen tt_news Kommentarfunktion *
 *****************************************/
.news-single-backlink{
	padding: 0;
}

#comments h1,
#writeComment h3{
	color: #333333;
	font-size: 15px;
}

.commentInfoText{
	float: left;
	width: 558px;
	padding: 20px 45px 20px 17px;
	background-color: #78b2e0;
	color: #343233;
	margin-bottom: 27px;
}

#comments .commentInfoText h1{
	color: #333333;
	margin-bottom: 15px;
}

.commentInfoText p{
	margin-bottom: 0;
}

#comments{
	margin-top: 15px;
}

.commentIconContainer{
	float: left;
	margin-left: 315px;
}

div.news-catRootline{
	margin-top: 3px;
}

.news-date-right{
	margin-top: 6px;
}

.commentIcon{
	font-size: 12px;
	color: #686868;
	text-decoration: none;
	vertical-align: bottom;
	display: inline-block;
	padding-top: 4px;
	padding-left: 24px;
	height: 18px;
	background-image: url('../Images/icon_newsComment.jpg');
	background-position: left 0;
	background-repeat: no-repeat;
}

#comments em{
	font-style: normal;
}

#comments h1{
	margin-bottom: 2px;
}

#writeComment{
	float: left;
	margin-bottom: 30px;
}

#writeComment label {
	color:#333333;
}

#writeComment input.button.sendComment{
	display: block;
	clear: both;
	border: none;
	color: white;
	padding: 3px 9px 3px 8px;
	cursor: pointer;
	background: #bfbebf;
}

#writeComment h3{
	margin: 0;
	padding: 26px 0 12px;
}

#writeComment input{
	font-size: 13px;
	height: 22px;
	width: 179px;
	padding: 0 4px;
	margin: 2px 0 15px 0;
	border: none;
	border-top: solid 1px #7c7c7c;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #c3c3c3;
}

#writeComment textarea{
	margin: 6px 0 10px 0;
	border: none;
	width: 610px;
	border-top: solid 1px #7c7c7c;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #c3c3c3;
}

#writeComment .comment_error{
	width: 598px;
	margin-bottom: 20px;
	color: #000;
	font-weight: normal;
}

.news-single-item .fakeHR{
	margin-bottom: 9px;
	margin-top: 43px;
}

.tx-pwcomment-pi1 ol {
	margin-top: 15px;
	list-style-type:none;
}

.tx-pwcomment-pi1 ol li{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 600px;
	background-color: #fff;
	border-top: solid 1px #cecacb;
	margin-bottom: 21px;
}

.tx-pwcomment-pi1 .comment_author{
	color: #025291;
	font-weight: bold;
	font-size: 12px;
	margin-right: 4px;
}

.tx-pwcomment-pi1 .comment_date{
	color: #656669;
}

.tx-pwcomment-pi1 .comment_header,
.tx-pwcomment-pi1 .comment_body {
	padding-left: 10px;
	padding-right: 15px;
	width: 575px;
}

.tx-pwcomment-pi1 .comment_header {
	padding-bottom: 12px;
	margin-top: 7px;
}

.tx-pwcomment-pi1 .comment_body{
	font-size: 12px;
}

#writeComment input.tx_pwcomments_netiquette {
	width: auto;
	float: left;
}

#writeComment label.tx_pwcomments_netiquette_label {
	padding-top: 3px;
	margin-left: 20px;
}

#writeComment label.tx_pwcomments_netiquette_label a{
	color:#333333;
}

ul#thanksForYourComment{
	padding: 0;
	margin: 0;
}

#thanksForYourComment li {
	background: #78b2e0;
	border: none;
	color: #333333;
	font-weight: normal;
	padding: 6px 10px;
	margin-bottom: 20px;
	width: 598px;
	list-style: none;
}

/*********************************************
 *  Anpassungen nav lvl3 17.04.2012 CS
 *********************************************/
@-moz-document url-prefix() {
	.nav2 a:hover, .nav2 a.act{
		background-position: left 1px;
	}
}

.nav3 a{
	float: left;
	line-height: 15px;
	height: 33px;
}

.nav3 img{
	float: left;
}

header {
	/*
    margin-bottom: 20px;
    */
	/*margin-bottom: 7px;*/
}

/***********************************************
 *  Anpassungen gewinnspiel formular 24.05.2013
 ***********************************************/
#gewinnspielFormular #gewinnspiel input.powermail_submit {
	padding: 0 5px;
	background-color: #e4e6e7;
	border: 1px solid #425060;
	font-size: 10px;
	color: #425060;
	cursor: pointer;
}

#gewinnspielFormular #gewinnspiel legend {
	display: none;
}

#gewinnspielFormular #gewinnspiel .fieldsets {
	width: 600px;
}

body#gewinnspielFormular {
	background-color: #E4E6E7;

}
/*********************************************
 *  Anpassungen OpenX Banner 28.05.2013 TK
 *********************************************/
.rightBanner {
	position: absolute;
	top: 232px;
	height: 600px;
	width: 120px;
	display: none;
}


/*************************************************
 * Quickfixes
 ************************************************/
.header .logo{
	width: 940px;
	overflow: hidden;
	float: left;
}
.PlainText .header .logo{
	width: 940px;
}

.header .search{
	background-image: url('../Images/search_bg.gif');
	background-position: left 0;
	background-repeat: repeat-x;
	float: right;
	width: 216px;
	height: 79px;
}

.topTools .search .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword, .right .search .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 189px;
	height: 21px;
	border: none;
	background-image: url('../Images/searchInput.png');
	background-position: left 0;
	background-repeat: no-repeat;
	margin-right: 4px;
	padding-left: 4px;
	color: #89898a;
	vertical-align: top;
	line-height: 22px;
	font-size: 11.5px;

}

.topTools .openCloseSearch {
	width: 23px;
	height: 21px;
	border: none;
	margin-left: 30px;
	/* background-image: url('../Images/search_button.gif'); */
	background-image: url('../Images/searchButton.png');
	background-position: left 0;
	background-repeat: no-repeat;
	/* margin-top: 9px; */
	cursor: pointer;
	float: right;
}

.topTools .search .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button, .right .search input.tx-indexedsearch-searchbox-button  {
	width: 23px;
	height: 21px;
	border: none;
	background-image: url('../Images/searchButton.png');
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.topTools .ePaperLink {
	float: right;
}

.topTools .ePaperLink a {
	color: #025291;
	font-size: 13px;
}

.topTools .searchOverlay {
	display: none;
	overflow: hidden;
	float: right;
	clear: both;
	margin-top: 10px;
	padding: 20px 10px;
	background-color: #fff;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}


.header .search .tx-indexedsearch .tx-indexedsearch-searchbox .tx-indexedsearch-form{
	display: inline-flex;
}

.box.jobtype p{
	margin-left: 12px;
	font-size: 12px;
}

.box.jobtype a{
	color: #005091;
}

.one-element-teaser-container .userLoginLink {
	background-color: #78b2e0;
	padding: 30px 10px 10px 20px;
	margin-top: 20px;
	overflow: hidden
}

.header .userLoginLink,
.header .loginButton{
	float: left;
	width: 524px;
	border-bottom: 1px solid #D0D0D0;
	font-family: Tahoma;
	font-size: 11px;
	height: 30px;
	padding-bottom: 1px;
	padding-top: 15px;
}

.header .userLoginLink p,
.header .loginButton p{
	text-align: right;
	padding-right: 10px;
	color: #2D4D7C;
	font-weight: bold;
	cursor: pointer;
}

.header .userLoginLink .tx-felogin-pi1,
.header .loginButton .tx-felogin-pi1{
	border-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
	float: right;
}

.header .userLoginLink input.logoutSubmit ,
.header .loginButton input.logoutSubmit {
	color: #2D4D7C;
	font-weight: bold;
	font-size: 11px;
}

.userLoginPopup,
.loginPopUpBox{
	z-index: 100;
	position: absolute;
	top: 246px;
	left: 319px;
	background-color: #ffffff;
	display: none;
	width: 328px;
	height: 257px;
	border: 1px solid #CECACB;
	padding: 0 12px;
}

.userLoginPopup-headlineContainer,
.loginPopUpBox-headlineContainer{
	border-bottom: 1px solid #B5B6B6;
	padding-bottom: 6px;
	padding-top: 13px;
	margin-bottom: 14px;
}

.userLoginPopup-headline,
.loginPopUpBox-headline{
	font-weight: bold;
	font-size: 12px;
}

.loginDarkLayer,
.bsz__reorder-darkLayer {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	height: 100%;
	width: 100%;
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
}

.userLoginLink span,
.loginButton span{
	display: none;
	float: right;
}

.userLoginLink a,
.loginButton a{
	color: #025291;
	cursor: pointer;
	font-weight: normal;
	padding-right: 0;
	text-align: right;
	float: right;
	text-decoration: none;
	padding-left: 16px;
}

/**
 * three month subscription pages
 */

.PlainText .content {
	position:relative;
}
.PlainText .cFrame {
	padding:0px;
}
.PlainText .header{
	padding: 0 5px 0 15px;
}
.three-month-subscription{
	width: 100%;
	margin-top: 34px;
	background-color: #e4eef8;
	padding: 19px 0px 0 20px;
	height: 592px;
}
.PlainText .three-month-subscription-header-title,.PlainText .three-test-month-subscription-header-title {
	margin-left: 139px;
	font-size: 32px;
}
.PlainText .three-test-month-subscription-header-title {
	margin-left: 94px;
}
.PlainText .three-month-subscription-header-text,.PlainText .three-month-test-subscription-header-text {
	margin-left: 214px;
	font-size: 18px;
	margin-top: 11px;
}
.PlainText .three-month-test-subscription-header-text {
	margin-left: 130px;
}
.PlainText .three-month-subscription-content-left {
	width: 255px;
	float:left;
}
.PlainText .three-month-subscription-content-middle {
	width: 372px;
	float: left;
	padding: 16px 0px 0px 0px;
}
.PlainText .three-month-subscription-content-left-header {
	margin-left: 16px;
}
.PlainText .three-month-subscription-content-left .three-month-subscription-content-left-header .three-month-subscription-content-left-header-title{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;
	color: #2d4d7c;
	margin-top: 45px;
}
.PlainText .three-month-subscription-content-left-list {
	margin-bottom: 6px;
}
.PlainText .three-month-subscription-content-left-header.b2bLandingPage .three-month-subscription-content-left-list .three-month-subscription-content-left-list-text {
	padding-top:5px;
	font-size:14px;
}
.PlainText .three-month-subscription-content-left-header.b2bLandingPage .three-month-subscription-content-left-list .three-month-subscription-check {
	padding-top:10px;
}
.PlainText .three-month-subscription-content-left-header .three-month-subscription-content-left-header-text{
	line-height: 18px;
	font-size:14px;
}
.PlainText .three-month-subscription-content-left-header .three-month-subscription-content-left-list .three-month-subscription-check{
	float:left;
	margin-right: 11px;
	padding-top:5px;
}
.PlainText .three-month-subscription-content-left-header .three-month-subscription-content-left-list .three-month-subscription-content-left-list-text{
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 34px;
}
.PlainText .powermail_form_17,.PlainText .powermail_form_18  {
	position: absolute;
	top: 258px;
	right: 19px;
	height: 500px;
	width: 306px;
}
.PlainText .powermail_form_17,.PlainText .powermail_form_18 {
	padding-top:25px;
}
.PlainText .powermail_form_17 .style3{
	/*width: 284px;*/
	padding: 4px 6px 0 15px;
}
.PlainText .powermail_form_17 .style3 .style1{
	width: 284px;
}
.PlainText .powermail_form_17 .powermail_fieldset .powermail_check_outer,
.PlainText .powermail_form_18 .powermail_fieldset .powermail_check_outer {
	padding: 0px;
}
.PlainText .powermail_form_17 .powermail_fieldwrap label,
.PlainText .powermail_form_18 .powermail_fieldwrap label{
	width: 83px;
	font-family: Tahoma;
	margin-top: 5px;
	font-size: 11px;
}

.PlainText .powermail_form_17 .powermail_fieldset .powermail_field,
.PlainText .powermail_form_18 .powermail_fieldset .powermail_field{
	width: 171px;
	height: 25px;
	float: left;
	margin-bottom: 3px;
}
.PlainText .tx-powermail .powermail_form_17 .powermail_fieldset .powermail_legend,
.PlainText .tx-powermail .powermail_form_18 .powermail_fieldset .powermail_legend{
	display:none;
}
.PlainText .powermail_form_17 fieldset .powermail-title-wrap,
.PlainText .powermail_form_18 fieldset .powermail-title-wrap {
	margin-bottom:0px;
}
.PlainText .powermail_form_17 fieldset .powermail-title,
.PlainText .powermail_form_18 fieldset .powermail-title {
	margin-top: 3px;
	font-size: 15px;
	margin-bottom:8px;
}
.PlainText .powermail_form_17 fieldset.tx-powermail-pi1_fieldset .powermail_check_inner,
.PlainText .powermail_form_18 fieldset.tx-powermail-pi1_fieldset .powermail_check_inner {
	margin-left: 0px;
}
.PlainText .powermail_form_17 .link,
.PlainText .powermail_form_18 .link{
	font-family: Tahoma;
	color: #515151;
	border-bottom: 1px solid black;
	font-size: 11px;
	font-weight: bold;
}
.PlainText .powermail_form_17 .powermail_fieldwrap_html .three-month-subscription-content-left-list-text,
.PlainText .powermail_form_18 .powermail_fieldwrap_html .three-month-subscription-content-left-list-text{
	margin-bottom: 6px;
}
.PlainText .powermail_form_17 .powermail_fieldwrap_check,
.PlainText .powermail_form_18 .powermail_fieldwrap_check{
	margin: 0px 0px 0px 3px;
}
.PlainText .powermail_form_17 .powermail_fieldwrap_text,
.PlainText .powermail_form_18 .powermail_fieldwrap_text{
	margin: 12px 0px -8px 4px!important;
}
.PlainText .powermail_form_17 fieldset.powermail_fieldset .powermail_check_inner label, fieldset.powermail_fieldset .powermail_radio_inner label,
.PlainText .powermail_form_18 fieldset.powermail_fieldset .powermail_check_inner label {
	font-family: Tahoma;
	color: #515151;
	font-size: 11px;
	font-weight: bold;
	margin-left: 11px;
	float: left;
	width: 258px;
	margin-top: 0px;
	line-height: 16px;
}
.powermail_form_2 fieldset.powermail_fieldset .powermail_radio_inner label,
.powermail_form_3 fieldset.powermail_fieldset .powermail_radio_inner label,
.powermail_form_4 fieldset.powermail_fieldset .powermail_radio_inner label{
	float:none;
}
.PlainText .powermail_form_17 fieldset.powermail_fieldset .powermail_check_inner input,
.PlainText .powermail_form_18 fieldset.powermail_fieldset .powermail_check_inner input{
	margin-top:0px;
}
.PlainText .powermail_form_17 .powermail_mandatory,
.PlainText .powermail_form_18 .powermail_mandatory {
	color:#515151;
}

.PlainText .tx-powermail .powermail_form_17 .powermail_fieldset .powermail_field.powermail_submit,
.PlainText .tx-powermail .powermail_form_18 .powermail_fieldset .powermail_field.powermail_submit {
	margin: 0;
	height: 49px;
	width: 275px;
	color: white;
	background-color: #00a013;
	border: none;
	font-size: 16px;
	margin-bottom: 11px;
	font-weight:bold;
	-webkit-box-shadow: none;

}
.PlainText .powermail_form_17 .layout2,.PlainText .powermail_form_18 .layout2 {
	display:none;
}
.PlainText .powermail_form_17 fieldset.powermail_fieldset,
.PlainText .powermail_form_18 fieldset.powermail_fieldset{
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0px 0px 0px 8px;
}
.PlainText .tx-powermail .powermail_fieldset .powermail_fieldwrap{
	margin: 7px;
}
.PlainText .powermail_form_17 .expand-form,
.PlainText .powermail_form_18 .expand-form{
	color:black;
}
.PlainText .powermail_form_17 .expanded-form-error,
.PlainText .powermail_form_18 .expanded-form-error{
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.PlainText .powermail_form_17 .expanded-form-content-error,
.PlainText .powermail_form_18 .expanded-form-content-error {
	background-color: #FF0000;
	border: 1px solid #FF0000;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px 5px 10px;
	margin-left: -2px;
	z-index: 10;
	text-align: left;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	height: 14px;
	position: relative;
	width: 120px;
	left: 279px;
}
.PlainText .powermail_form_17 .expand-form,
.PlainText .powermail_form_18 .expand-form {
	cursor: pointer;
	cursor: hand;
}
.PlainText .powermail_form_17 .expand-form .arrow-right,
.PlainText .powermail_form_18 .expand-form .arrow-right{
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid grey;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.PlainText .powermail_form_17 .form-expanded .arrow-right,
.PlainText .powermail_form_18 .form-expanded .arrow-right{
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.PlainText .powermail_form_17 .powermail_fieldset .parsley-errors-list,
.PlainText .powermail_form_18 .powermail_fieldset .parsley-errors-list{
	width: 273px;
	float: left;
}
.PlainText .three-month-subscription-content-bottom-line {
	width: 100%;
	height: 1px;
	margin-bottom: 16px;
	background-color: #c0c0c0;
	margin-left: 15px;
	margin-right: 10px;
}
.PlainText .three-month-subscription-content-bottom-text{
	font-weight:bold;
	font-size:18px;
	font-family:Tahoma;
	margin-left:15px;
	color:#2d4d7c;
}

.PlainText .three-month-subscription-content-bottom-image-text {
	width: 130px;
	position: relative;
	top: 117px;
	left: 36px;
}

.PlainText #three-month-subscription-content-bottom-image {
	cursor: pointer;
	width: 100%;
	min-height: 256px;
}

.PlainText .close-newspaper{
	background-image: url('../Images/threeMonthSubscription/closed-newspaper.png');
	background-repeat: no-repeat;
	background-position: 91% 0%;
}

.PlainText .open-newspaper{
	height: 1226px;
	background-image: url('../Images/threeMonthSubscription/opened-newspaper.png');
	background-repeat: no-repeat;
	background-position: 91% 0%;
	margin-bottom: 20px;
}
.PlainText .three-month-subscription-content-bottom-header {
	margin-bottom: 22px;
}

/*
 * style for latest news
 */
.PlainText .news-latest-item{
	float: left;
	width: 317px;
}
.PlainText .news-latest-container{
	overflow: hidden;
	margin-left: 3px;
}
.PlainText .news-latest-container-header {
	margin-top: 17px;
}
.PlainText .imgL_txtR{
	float: left;
}
.PlainText .topNewsImg img{
	width: 148px;
	height: 96px;
	margin-right: 10px;
}
.PlainText .topNewsImg, .PlainText .news-latest-morelink {
	float:left;
}
.PlainText .news-title a ,.PlainText .news-latest-morelink a , .PlainText .news-latest-morelink-with-image a{
	color:#2d4d7c;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;

}
.PlainText .imgL_txtR .topNewsImg {
	margin-right: 0px;
}
.PlainText .news-list-subheader{
	font-size: 13px;
	font-family: Tahoma;
	width: 141px;
	font-weight:normal;
	color:#323334;
	float:left;
	padding-bottom:1px;
}

.PlainText .top-news-layout {
	width: 306px;
	float:left;
}

.PlainText .news-latest-morelink a ,.PlainText .news-latest-morelink-with-image{
	border-bottom: 1px solid #2d4d7c;
	text-decoration: none;
	float:left;
}
.PlainText .news-latest-container-header-text{
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma;
	color: #2d4d7c;
}
.PlainText .read-more{
	margin-top: 100px;
}
.PlainText .confirmation-page-powermail{
	margin-top: 10px;
	margin-left: 11px;
	background-color: green;
	color: white;
}
.PlainText .confirmation-page-powermail .confirmation-page-powermail-text {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}

/* BR-PLAYER */

.brPlayer {
	overflow: hidden;
	margin-top: 6px;
}

.brPlayerArea {
	float: left;
}

.brPlayerArea:first-child {
	margin-right: 14px;
}

.brPlayerArea a img {
	border:none;
	outline:none;
}

.textLink {
	margin-top: 5px;
}

.textLink p {
	margin-bottom: 0;
}

.brPlayerArea .thickbox img {
	max-width: 140px;
	max-height: 79px;
}

.brPlayerArea .textLink a {
	padding-right: 0;
}

/* Poll */

.custom-radio.checked, .custom-radio {
	background-image: url("../Images/radioButtons.png");
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-top: 1px;
}

.custom-radio.checked {
	background-position: 0 20px;
}

.pollAnswerText{
	line-height: 26px;
	padding-left: 30px;
}

.tx-jkpoll-pi1 form {
	margin-bottom: 0px;
}

/* Anzeigen Mediadaten - BSZ-Onlineshop - Unser Bayern */

.showMedia .arrowHeadlineBoxContent,
.onlineShop .arrowHeadlineBoxContent,
.unserBayernBlock .arrowHeadlineBoxContent {
	margin-left: 10px;
}

.showMedia .arrowHeadlineBoxContent .imageArea,
.onlineShop .arrowHeadlineBoxContent .imageArea,
.unserBayernBlock .arrowHeadlineBoxContent .imageArea {
	width: 80px;
}

.showMedia .arrowHeadlineBoxContent .imageArea img,
.onlineShop .arrowHeadlineBoxContent .imageArea img,
.unserBayernBlock .arrowHeadlineBoxContent .imageArea img {
	width: 100%;
}

.showMedia .arrowHeadlineBoxContent .textArea,
.onlineShop .arrowHeadlineBoxContent .textArea,
.unserBayernBlock .arrowHeadlineBoxContent .textArea {
	padding-left: 18px;
}

.unserBayernBlock .arrowHeadlineBoxContent .textArea {
	width: 170px;
}

.unserBayernBlock .arrowHeadlineBoxContent .textArea .inactiveLink {
	background-image: url("../Images/arrowLink.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 4% auto;
	color: #333333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 6px;
	margin-bottom: 0;
}

.unserBayernBlock .arrowHeadlineBoxContent .textArea .additionalLinkInfo {
	padding-left: 15px;
	color: #656668;
	font-size: 10px;
}

.right .box .showMedia .arrowHeadlineBoxContent > p {
	margin-bottom: 14px;
}
.right .tx-indexedsearch{
	margin:0;
}
.right .search .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword{
	margin-left:0;
	width: calc(100% - 32px);
	background-size: 100% 21px;
}
.right .search .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
	width: 23px;
	height: 21px;
	right:0;
	float:right;
}

.tx-arrbszshop-pi3-submit > input {
	background-color: #bfbebf;
	border: medium none;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
}

.unserBayernBlock .arrowHeadlineBoxContent > p,
.unserBayernBlock .textArea p > b {
	color: #333333;
}

.unserBayernBlock .arrowHeadlineBoxContent > p {
	margin-bottom: 14px;
}

.unserBayernBlock .textArea p {
	padding-left: 0px;
}

.unserBayernBlock .imageArea img {
	height: auto;
}

/* ePaper */

.ePaperRightBlock .arrowHeadlineBoxContent .textArea {
	padding-left: 12px;
	width: 140px;
}

/* webinar */

.box .webinar {
	padding-bottom: 0px;
}

/* umfrageContainer */

.umfrageContainer {
	margin-bottom: 10px;
	border-bottom: 1px solid #c4c7c7;
}

.umfrageContainer .E-Paper {
	border-bottom: none !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.umfrageContainer .E-Paper > .arrowHeadlineBoxContent {
	/* border-bottom: 2px dotted #c4c7c7; */
	padding-bottom: 10px;
}

.umfrageContainer .arrowHeadlineBoxContent .tx-jkpoll-pi1 {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 9px;
	margin-left: 10px;
}

.umfrageContainer form {
	/*
    margin-left: 10px;
    */
}

/* TO Move ?? */
.zoomPic {
	position: absolute;
	right: -280px;
	top: -80px;
}

.zoomPic > img {
	width: 266px;
	padding: 10px;
	background-color: #eff0f0;
	z-index: 100;
	height: auto !important;
}
/* Items images -- Shop */
.tx-arrbszshop-pi1-itemimage > img {
	height: auto;
	max-width: 150px;
}

/* Category images -- Shop */
.tx-arrbszshop-pi1-cat img {
	height: 130px;
	width: 92px;
}

/* Bekanntmachungen - Hotline */

.hotline .text.Area img {
	max-width: 300px;
}


/* facebook like button (right column) */

.E-Paper.facebookRightColumn {
	padding-bottom: 20px;
	width: 300px;
}

.E-Paper.facebookRightColumn .arrowHeadlineText {
	margin-top: 3px;
	margin-bottom: 1px;
}

.E-Paper.facebookRightColumn iframe {
	margin-left: 10px;
}

.E-Paper.facebookRightColumn .arrowHeadlineBoxContent {
	padding-top: 16px;
}



/* Jahresbeilage */

.E-Paper.annualSupplement .textArea {
	width: 100%;
	padding-left: 0;
}

.widePicture {
	margin-bottom: 10px;
}

.widePicture img {
	width: 100%;
	height: auto;
}

/* Unsere Bayern */

.fachthemenplanPdfLink {
	padding-left: 0;
	font-size: 11px;
	width: 175px;
	padding-top: 7px;
}

.fachthemenplanPdfLink .downloadLink {
	padding-left: 10px;

}

.fachthemenplanPdfLink .downloadLink > span {
	color: #333333;
}

.fachthemenplanPdfLink .contactDetails {
	padding-top: 6px;
	padding-left: 14px;
}

.fachthemenplanPdfLink .contactDetails b {
	font-size: 12px;
}

/* Links to login screen */
.toLogin {
	cursor: pointer;
}
.toLogin:hover {
    text-decoration: underline;
}

/* Abo right block */

.right .aboBlock .textArea {
    width: 146px;
    padding-left: 11px;
    margin-top: 2px;
}

.right .aboBlock .textArea a {
    padding-right: 0;
    padding-left: 12px;
}

/* Insolvenzes right block */

.right .box .tx-arrbszshowinsolvencies-pi2-headline {
    margin-bottom: 6px;
}

.right .box .tx-arrbszshowinsolvencies-pi2-headlineContainer {
    overflow: hidden;
}

/* imageArea without text above */
.right .aboBlock .imageArea,
.right .ePaperRightBlock .imageArea,
.right .onlineShop .imageArea {
    margin-top: 5px;
}


/* previous link jkpoll extension */
.previous-results {
	margin-bottom:15px;
}

/* bayern free state */
.bayern-freestate__image img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.E-Paper.bayern-freestate {
	padding-bottom: 10px;
}

.box .bayern-freestate .arrowHeadlineBoxContent a,
.box .umfrageContainer .arrowHeadlineBoxContent a{
	background-position: 0 4px;
	background-size: 7px 10px;
	font-weight: bold;
}

/* fix Abo Vergabe page */

body.PlainText .cFrame {
    width: 974px;
}

body.PlainText .three-month-subscription-header-title,
body.PlainText .three-test-month-subscription-header-title {
    margin-left: 0 !important;
    padding-right: 20px;
    text-align: center;
}

body.PlainText .three-month-subscription-header .three-month-subscription-header-text {
    margin-left: 0 !important;
    padding-right: 20px;
    text-align: center;
    line-height: 36px;
}

body.PlainText .three-month-subscription-content-left {
    width: 284px;
}

body.PlainText .three-month-subscription-header-title,
body.PlainText .three-test-month-subscription-header-title {
    margin-left: 68px;
    line-height: 36px;
}

body.PlainText .three-month-subscription-header-text,
body.PlainText .three-month-test-subscription-header-text {
    margin-left: 0 !important;
    padding-right: 20px;
    text-align: center;
}

/* Cookies consent */
.cc-message {
	font-size: 14px;
	font-weight: bold;
}

/* Overwrite mobile styles */

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

/* Class helpers */

.is-hidden {
	visibility: hidden;
}

/* default styles for extension "tx_felogin_pi1" */
.tx-felogin-pi1 label {
	display: block;
}
/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; height:1rem; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }


.E-Paper .tx-jkpoll-pi1 .questionText {
    font-weight: bold;
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
