body {
	background-color:#ebe7e7;
}

html {
	overflow-y: scroll;
}

label {
    margin-bottom: 2px;
}

input, textarea, select {
    border: 1px solid #888;
	background: #fff;
	padding: .25em .3em;
	line-height: 1.3;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cfc8c2;
}

table {
    border-spacing: 0;
}

tbody {

}

select {
    padding: 3px 3px 3px 4px;
    width: 199px;
    height:28px;
}

#mainBottom {
    margin-left: 13px;
}

input[type=hidden] { display: none !important; }

input[type="submit"] {
    cursor: pointer;
	border:0;
	padding: 0.10em 20px 0.4em;
    background-color:#9E1C35;
    color:#fff;
    font-size: 1.1em;
    line-height: 1em;
    font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#logo {
    margin: 9px 0 6px 6px;
	height: 100px;
	width: 196px;
	float: left;
}

#header-toggler {
    display: none;
}

.wrapper {
	width: 100%;
	position: relative;
}
.ppfullscreen .wrapper	{
    position: static;
} /* IE fix Videoplayer Fullscreen */


/* CONTENT Container */
#content-container	{
    float: left;
    webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 680px;
    min-height: 700px;
    background-image: none;
    background-color: #fff;
    border-left: 1px solid #D4CDCC;
    border-right: 1px solid #D4CDCC;
}

#content-container > div#marginalspaltelistepub div:last-child { margin-bottom:0;}

#breadcrumb {
    width: 100%;
}

#main-container	{
	background-color:#ebe7e7;
}

#main-container {
    display: block;
    margin: 0 auto;
    height: auto !important;
    text-align: left;
}

.galleryImage #main-container .background	 {
	background: rgb(189,196,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,196,204,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 57%, rgba(189,196,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,196,204,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(100%,rgba(189,196,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,196,204,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 57%,rgba(189,196,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,196,204,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 57%,rgba(189,196,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,196,204,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 57%,rgba(189,196,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,196,204,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 57%,rgba(189,196,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc4cc', endColorstr='#bdc4cc',GradientType=0 ); /* IE6-9 */

    min-height: 300px;
}

#main-container .main {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#main-container .background	{
	background-color:#ebe7e7;
	min-height:600px;
}


#header-container {
    background-color: #fff;
}

.header {
	margin: 0 auto;
	width: 960px;
    text-align: right;
}


/* Allgemein Webkit eigenes Buttonstyle ausschalten */
input[type="text"], textarea, select,
#main-container .main #contentspalteliste .listTop .search .searchsubmit,
#main-container .main #contentspaltelistepub .search .searchsubmit,
#main-container .main .listTop .search .searchsubmit {  }



/*** FOOTER ***/
#footer-container {
	background-color: #dcd7d6;
}

.footer {
    position: relative;
	margin: 0 auto;
    width: 961px;
    text-align: right;
    background-color: #94264A;
	background-image: -webkit-gradient(linear, left top, right top,	color-stop(0.34, #94264A), color-stop(0.6, #A51324));
	background-image: -o-linear-gradient(right, #94264A 34%, #A51324 60%);
	background-image: -moz-linear-gradient(right, #94264A 34%, #A51324 60%);
	background-image: -webkit-linear-gradient(right, #94264A 34%, #A51324 60%);
	background-image: -ms-linear-gradient(right, #94264A 34%, #A51324 60%);
	background-image: linear-gradient(to right, #94264A 34%, #A51324 60%);
}

.footer-bg {
	text-align: right;
    background-image: url(../../images/bmfsfj/bg_footer.png);
    background-repeat: no-repeat;
    background-position: 71% 100%;
    border-left: 1px solid #D0C3C4;
    border-right: 1px solid #D0C3C4;
}

.footer .copyright {
    position: absolute;
    bottom: 12px;
    margin-left: 21px;
	width: auto;
	min-height: 1em;
    color: #fff;
	text-align: left;
}

.footer span {
	color:#93a5b5;
}

.footer span.topLink {
	background-image:url(../../images/bmfsfj/icon_toTop.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: 50% 18%;
	float:left;
	clear:right;
	display:block;
	width:72px;
	height:72px;
	margin-top:10px;
	margin-left:12px;
	position:relative;
	z-index:99999;
}

.footer span.topLink a {
	width:72px;
	height:auto;
	display:block;
	padding-top:27px;
	color:#fff;
	text-align:center;
}

.footer ul {
    float: right;
	margin: 13px 21px 16px 0;
    padding: 0;
    font-size: 0.923em;
    line-height: 1.917em;
}

.footer li a {
    display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

.footer li span {
	display: none;
}
/*** END FOOTER ***/

/*** --- SEARCH ------------------------------------------------------------------------------------------- ***/


/* --- Quicksearch ------------------------------------------------------------------------------------------*/

#quickSearchContainer {
    margin: 19px 0 0 0;
    float:right;
}

#quickSearchContainer > form {
    width:  auto;
    border: 1px solid #bab3b0;
}

#quickSearchContainer input {
	background:transparent;
	font-weight:normal;
}

#quickSearchContainer input#searchText {
    margin: 0;
    padding:0;
    width: 12em;
    color: #766B67;
    font-family: 'BundesSansWeb',Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 1em;
    border: 0;
    min-height:22px;
}

#quickSearchContainer input.quicksearch {
    background-image: url(../../images/bmfsfj/btn_search.gif);
    background-repeat: no-repeat;
    background-position:0 0;
    background-color:#fff;
    color: #766b67;
    cursor: pointer;
    font-size: 1em;
    padding: 0;
    width: 2em; height:22px;
    text-indent:50px;
}

/* --- End Quicksearch ------------------------------------------------------------------------------------------*/

/*** BREADCRUMB - NAVIGATION ***/
#breadcrumb {
    background-color: #fff;
    line-height: 29px;
    margin: 0;
    padding-bottom: 1px;
    width: 100%;
    border-bottom: 1px solid #d4cdcc;
}

#breadcrumb > span {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-left: 62px;
	display: block;
}

#breadcrumb span span {
	display: inline;
}

#breadcrumb a {
	color:#993e67;
}

#breadcrumb img {
    margin:0 7px -1px 8px;
}

.presseTeaser img {
    float:right;
    padding-bottom: 50px;
}

.grundlagenteaser {
	margin-bottom:20px;
    background-color:#fff;
    padding: 40px 50px 0;
}



.topline {
    display:block;
    font-weight:normal;
    padding:0 0 6px 0;
    color: #766b67;
}

/* grundlagen teaser */


.grundlagenteaser {
   margin: 0 ;
	padding: 40px 30px 30px;
	border-bottom: 1px solid #d4cdcc;
}

.grundlagenteaser .teasertext {
    float:left;
    padding: 0;
}

.grundlagenteaser .bereichsBild {
    float:right;
    text-align:right;
    height:214px; min-height:214px; #width:256px; width:35%;
    padding-bottom:10px; margin-top: 12px; margin-right: 12px;
}

.grundlagenteaser .teasertext p { width:auto; }
.grundlagenteaser .teasertext h2, .grundlagenteaser .teasertext h1 { margin-bottom:13px; }

.grundlagenteaser.presseTeaser .teasertext h1:nth-of-type(2)
 {
	padding-top: 30px;
 }

.grundlagenteaser .bereichsBild img {
    width:242px;
    height:auto !important;
}

.grundlagenteaser .contentblock {
    line-height:25px;
}

.grundlagenteaser .contentblock img {
    display:none;
}

.grundlagenteaser .contentblock a {}

#einzelcontentspaltethema table table td { text-align:left!important;} /*ie*/

#contentspaltelistepub { border:0;}

#content-container #navi,
#einzelmarginalspalte,
#marginalspaltedoorpage,
#marginalspaltelistepub {
    float: right;
    clear: right;
    margin-top: 21px;
    width:258px;
}

#content-container #einzelmarginalspalte {
	width:auto;
	float:none;
	background-color:#fff;
	border-left:none;
	border-right:none;
}

.downloadsteaser {
	background-color:#fff;
	padding:23px;
}

.downloadsteaser h2 {
	border-top:1px solid #D4CDCC;
	padding-top:12px;
	font-size:1.3em;
}

/* Social media Icons */

.socialmedia {
	position: fixed;
	right: 0;
	top: 36%;
	width: 72px !important;
	z-index:9999;
}

.socialmedia ul {
    padding: 0;
	width: 72px;
}

.socialmedia ul li {
	display:inline-block;
	width:72px;
	height:72px;
	background-color: transparent;
	overflow:hidden;
}

.socialmedia ul li a {
	display:block;
	width:72px;
	height:72px;
	background-color: transparent;
	color:#fff;
	text-desoration:none;
}

.socialmedia ul li a span {
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0%;
	color: transparent;
	overflow:hidden;
}

.socialmedia ul li a span.twitter {
	background-image:url(../../images/bmfsfj/icon_twitter.gif);
}

.socialmedia ul li a span.youtube {
	background-image:url(../../images/bmfsfj/icon_youtube.gif);
}

.socialmedia ul li a span.tumblr {
	background-image:url(../../images/bmfsfj/icon_tumblr.gif);
}

.socialmedia ul li a span.toTop {
	background-image:url(../../images/bmfsfj/icon_toTop.png);
	background-color:#9E1C35;
	background-position: 50% 18%;
	overflow:visible;
	color:#fff;
	line-height:normal;
	font-size:1em;
	text-align:center;
	padding-top:34px;
}

/* End : Social media Icons */





/* Publikationen: Marginalspalte */

#content-container > div#marginalspaltelistepub			{ background-color:transparent;}
#content-container > div#marginalspaltelistepub > div	{ background-color:#fff; border:1px solid #CBD1D7; margin:0 0 20px;}

/* ---------------------------------------- */

#contentspaltedoorpage h2 {
	font-size:1.4em;
	font-family: 'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif
	}
#contentspaltedoorpage .hspace6 { margin-left:0; margin-right: 20px; }

#einzelmarginalspalte {
    clear: right;
}

#einzelmarginalspalte > div {
	margin-bottom:21px
}

.teaserbox {
	background-color: #FFF;
	border: 1px solid #D4CDCC;
}

.teaserbox h3 {
	background-color: #94264A;
	background-image: linear-gradient(to right, #94264A 34%, #A51324 60%);
	text-transform: none;
}

.teaserbox h3 a,
.teaserbox h3 span {
	color: #fff;
	padding:12px;
	display:block;
	text-transform: none;
	text-decoration: none;
}

.teaserbox img {
	max-width:100%;
	height: auto;
	margin-top: 5px;
}

.teaserbox p {
	margin-bottom: 0;
}

.teaserbox .container {
	padding:12px;
}

.teaserbox .more {
	text-align:right;
	font-family: 'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.teaserbox .more a {
	display:inline-block !important;
}

.teaserWithFoto .teaserbox img {
	width:100%;
	margin:0;
}

.teaserWithFoto .teaserbox h3 {
	margin-bottom: 0;
}

#main-container .main #contentspalteliste { width:734px; width:100%; }
#main-container .main #contentspalteliste .searchresult table { border-collapse:collapse; width:100%; }

#suchmaske {
    overflow:hidden;
    width:100%;
    margin:20px 0 0;
}

#suchmaske input.searchtab {
	background-color:transparent;
	color: #9E1C35;
}

#suchmaske input.current {
    background-color: #9E1C35;
    color:#fff;
}

div.searchform {
	padding:30px 50px;
	border-top:3px solid #9E1C35;
	color:#222;}

div.searchform .left { float:left; }

div.searchform .left p { padding:0 !important; }

div.searchform .full {

}

div.searchform .left input,
div.searchform .full input,
div.searchform .full select {
    width:380px;
}

div.searchform .left label,
div.searchform .left input,
div.searchform .full label,
div.searchform .full input,
div.searchform .full select {
    display:block;
    margin-bottom:9px;
}

div.searchform .right {
    float:right;
    text-align:left;
}

div.searchform .right p { }

div.searchform .right #searchPageItems {
    width:50px;
    border-color:#fff;
    cursor:pointer;
}

div.searchform .submitsearch { float:right; }

#contentspaltelistepub #publiste {
    border: 1px solid #d4cdcc;
    margin:0 0 15px 0;
    padding:10px;

}

/* ---  Publikationen: Doorpage  ---------------------------------------------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main-container .main #contentspaltelistepub .search .searchsubmit { top: auto; left:auto; }
	div#rahmen div { padding-bottom: 0; }
}


/* Publikationen Single View */
#contentspaltedoorpage.pubSingleview { padding-top: 20px; }

.pubSingleview table table td a {
    margin-left: 8px;
}

.pubSingleview table td p,
.pubSingleview table td h1 { width:100%; }
.pubSingleview .date { margin: 1em 0 !important; }
.pubSingleview .listImage .caption-wrapper { position: relative; }
.pubSingleview .listImage img { margin: 0 !important; }
.pubSingleview .listImage { margin: 7px 29px 20px 0; }

.pubSingleview .listImage .caption-wrapper a {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/bmfsfj/iconSprite.png);
    background-position: -13px -413px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.pubSingleview .listImage .caption-wrapper a span {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}




.pubSingleview table {
    margin: 0;
    width: auto !important;
}

.pubSingleview table.article {
    margin-top:20px;
}

.pubSingleview table.article br {
    display:none;
}

.pubSingleview table table {
    margin: 0;
}

#contentspaltedoorpage table td .listImage .bildrahmen {
    border: 1px solid #d4cdcc;
}

.pubSingleView .listImage img {
    margin: 0 !important;
}


div#contentspaltelistepub {
	border:0;
	background:transparent;
	padding: 0 30px 40px 30px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

div#contentspaltelistepub .pubsearchform {
	margin:0;
	padding:0;
	width:100%;
	margin:30px 0;
}

div#contentspaltelistepub #ph_publikationsthemen {
	margin:0;
	padding:0;
	width:100%;
	margin:30px 0;
}


div#contentspaltelistepub .pubsearchform #rahmensuche { margin:0 0 15px 0; padding:0; }
div#contentspaltelistepub .pubsearchform #rahmensuche .search { -webkit-appearance: none; padding: 15px 2.5%; width: 95%;}
div#contentspaltelistepub .pubsearchform #rahmensuche .search .searchsubmit { /* )position:absolute; margin-top:0; right:2.5%; bottom:6%; */}

/* Publikation Vorschau */
div#contentspaltelistepub .pubsearchform #publiste { margin:0 0 15px 0; padding:10px; border:1px solid #D4CDCC;}
div#contentspaltelistepub .pubsearchform #publiste .pubImage 	 { margin:0 0 15px 0; padding:0; padding-right:15px; }
div#contentspaltelistepub .pubsearchform #publiste .pubImage img { margin:0; padding:0; width:100%; height:auto; }
div#contentspaltelistepub .pubsearchform #publiste .listenlinie  { display:none; }
div#contentspaltelistepub .pubsearchform .linksAllePos { margin-bottom:55px;} /* zu allen Publikationen */

/* Publikationen nach Themen */
div#contentspaltelistepub #ph_publikationsthemen {
	margin-bottom:25px; width:100%; }
div#contentspaltelistepub #ph_publikationsthemen h3 { padding:0;}
div#contentspaltelistepub #ph_publikationsthemen .ph_publikationsthema { margin:0; margin-bottom:10px; width:47%; padding:1.5%; padding-right:0;  position:relative; }
div#contentspaltelistepub #ph_publikationsthemen .ph_publikationsthema.clearfix { margin-right:0; float:right; }
div#contentspaltelistepub #ph_publikationsthemen .ph_publikationsthema a.ph_weiter { position:absolute; bottom:6px; right:10px; }




.abstand {
    display: block;
    height: 10px;
    font-size: 0;
    line-height: 0;
}

/* Seite empfehlen */
.ph_recommendPage {
	margin: 0 30px;
}



/* --- Doorpages -------------------------------------------------------------------------------------- */


#contentspaltedoorpage table td .listImage {
   /* background-image: url(../../images/bmfsfj/bg_caption.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;*/
    width:166px;
    height:auto;
}

#contentspaltedoorpage table td a.download,
#contentspaltedoorpage table td a.download:link,
#contentspaltedoorpage table td a.download:visited,
#contentspaltedoorpage table td a.download:hover,
#contentspaltedoorpage table td a.download:active,
#contentspaltedoorpage table td a.download:focus,
#main-container .main #contentspaltelistepub table.article a.download,
#main-container .main #contentspaltelistepub table.article a.download:link,
#main-container .main #contentspaltelistepub table.article a.download:visited,
#main-container .main #contentspaltelistepub table.article a.download:hover,
#main-container .main #contentspaltelistepub table.article a.download:active,
#main-container .main #contentspaltelistepub table.article a.download:focus {
    background-image: url(../../images/bmfsfj/icon_download.gif);
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    font-family:'BundesSansWebBold'; font-weight:normal;
    padding: 5px 0 5px 25px;
    float:right;
}

#main-container .main #contentspaltedoorpage table.article a.download,
#main-container .main #contentspaltedoorpage table.article a.download:link,
#main-container .main #contentspaltedoorpage table.article a.download:visited,
#main-container .main #contentspaltedoorpage table.article a.download:hover,
#main-container .main #contentspaltedoorpage table.article a.download:active,
#main-container .main #contentspaltedoorpage table.article a.download:focus {
    float: left;
}

#contentspaltedoorpage table td h1 { font-size: 1.4em; }
#contentspaltedoorpage table td p { margin-bottom: 0px; }
#contentspaltedoorpage table td .listImage .bildunterschrift { color: #666; display: block; font-size: 0.7em; padding-bottom: 2px; position: relative; text-align: left; }
#contentspaltedoorpage table td .listImage .bildunterschrift img { float: right; margin-right: 6px; }

#contentspaltedoorpage #rahmen {
   padding:0 50px;
   margin-bottom:20px;
}

#contentspaltedoorpage #rahmen div,
#contentspalte #rahmen div {
    min-height: 1em;
    height: auto !important;
    height: 1em;
}

#contentspaltedoorpage #rahmen div div,
#contentspalte #rahmen div div {
	border:none;
}

#contentspaltedoorpage #rahmen .linksAllePos {
	border:none;
	margin: 0 -50px 0 -50px;
	padding:20px 50px 20px;
	border-top: 3px solid #d4cdcc;

}

#contentspaltedoorpage #rahmen td div br.clearLeft { display:none;}


/* ---------------------------------------------------------*/

#main-container .main #contentspaltelistepub table.article a.download,
#main-container .main #contentspaltelistepub table.article a.download:link,
#main-container .main #contentspaltelistepub table.article a.download:visited,
#main-container .main #contentspaltelistepub table.article a.download:hover,
#main-container .main #contentspaltelistepub table.article a.download:active,
#main-container .main #contentspaltelistepub table.article a.download:focus {
    height: 19px;
    margin-left: 8px;
    padding-left: 28px;
    width: 9.5em;
}

#main-container .main table.article a.blaetterkatalog {
    background-image: url(../../images/bmfsfj/icon_blaetterkatalog.png)!important;
    background-position: 0 3px!important;
    background-repeat: no-repeat;
    font-family:'BundesSansWebBold';
    font-weight:normal;
    height: 19px;
    margin-left: 8px;
    padding-left: 28px;
    width: 9.5em;
}

.contentTopic .next {
    text-align: right;
}

.contentTopic .next a,
.contentTopic .next a:link,
.contentTopic .next a:visited,
.contentTopic .next a:hover,
.contentTopic .next a:active,
.contentTopic .next a:hover {
    float: right;
    font-family:'BundesSansWebBold'; font-weight:normal;
    padding-right: 12px;
}

.contentTopic .next a.left,
.contentTopic .next a.left:link,
.contentTopic .next a.left:visited,
.contentTopic .next a.left:hover,
.contentTopic .next a.left:active,
.contentTopic .next a.left:hover {
    float: left;
    padding-left: 12px;
}









div#einzelcontentmarginalspalte {
    background-color:#fff;
    float: left;
    margin: 0 0 12px 0;
    #width: 741px;
    width: auto;
}

div#einzelcontentmarginalspalte .video {
    padding: 20px 20px 0;
}

.main .video h2 {
    padding-bottom: 6px;
}

.videoContainer {
	margin-bottom: 10px;
	width:100%;
	height:auto;
}

.topContent .videoContainer,
.mediathekTarget .videoContainer { margin-bottom: 0;}

.main .video h3 {
    margin-left: 3px;
    padding-bottom: 6px !important;
}

.main .video ul li a, .main .video ul li a:link,
.main .video ul li a:visited,
.main .video ul li a:hover,
.main .video ul li a:active,
.main .video ul li a:focus {
    font-family:'BundesSansWebBold'; font-weight:normal;
    line-height: 20px;
    padding-left: 16px;
}

.main .video ul li {
    margin: 0;
    padding: 5px 0 5px 15px;
}

.main .video ul li.mp4,
.main .video ul li.youtube,
.main .video ul li.wmv {
    background-image:url(../../images/bmfsfj/bg_li_mpeg.gif);
    background-repeat:no-repeat;
    background-position:left center;
}

.main .video ul li.youtube {
    background-image:url(../../images/bmfsfj/bg_li_youtube.gif);
}

.main .video ul li.wmv {
    background-image:url(../../images/bmfsfj/bg_li_wmv.gif);
}

.main .video div.movie {
    background-image: url(../../images/bmfsfj/dottedline1.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 20px 0 20px 0;
    width: 700px;
}

.main .video div.movie embed#single {
    width: 456px;
    height: 280px;
}

.main .video p {
    margin-bottom: 12px;
    margin-left: 3px;
}

.main .video div.toplineblockcyan,
.main .video div.toplessrahmen {
    background-image:none;
    padding: 0;
}

.main .video div.contentTopiclinks {
    margin-top: 10px;
    padding-top: 10px;
}

.main .audio h2 {
    margin-top: 16px;
    width: 450px;
}

.main .audio .audioContent .subtitle {
    margin-bottom: 0.5em;
}

.main .audio .downloadrahmen {
    font-size: 1em !important;
    margin-top: 20px;
    padding: 12px;
}

#einzelcontentspaltethema p {
    margin: 0.615em 0;
    line-height: 1.538em;
}

#einzelcontentspaltethema .rahmenboleri .downloadrahmen .downloadlinie {
    background-image: url(../../images/bmfsfj/dottedline1.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.main .audio .downloadrahmen .bottomSpace1 {
    margin-bottom: 12px;
}

.main .download div {
    float: left;
    padding-top: 12px;
    width: 50%;
}

#einzelcontentspaltethema .rahmenboleri .downloadImage {
    display: inline;
    float: left;
    margin-top: 12px;
    overflow: hidden;
    width: 175px;
}

#einzelcontentspaltethema .rahmenboleri .downloadImage .bildunterschrift {
    clear: left;
    padding-right: 0;
    width: 160px;
}

#einzelcontentspaltethema .rahmenboleri .downloadImage .bildunterschrift img {
    float: right;
    margin-right: 2px;
}

#einzelcontentspaltethema .rahmenboleri .downloadrahmen .topline {
    font-family:'BundesSansWebBold'; font-weight:normal;
}

#main .audio .downloadrahmen .bottomSpace1 {
    margin-bottom: 12px;
}

#einzelcontentspaltethema .rahmenboleri {
    padding: 20px;
}

#einzelcontentspaltethema .rahmenboleri h2 {
    margin-bottom: 12px;
}

#einzelcontentspaltethema .rahmenboleri .downloadrahmen {
    border: 1px solid #d4cdcc;
    margin-left:10px;
}

#einzelcontentspaltethema .rahmenboleri .downloadrahmen .orange {
   display:block;
   width:160px;
}



#einzelcontentspaltethema .rahmenboleri table {
    float: left;
}

#einzelcontentspaltethema .rahmenboleri .fotoTextMargin {
    padding-left: 194px;
}

#einzelcontentspaltethema .contentTopic,
#einzelcontentspaltethema .contentTopiclinks {
    margin-bottom: 42px;
    padding: 0 50px;
}


#einzelcontentspaltethema .contentTopiclinks .toplessrahmen,
#einzelcontentmarginalspalte .contentTopiclinks .toplessrahmen {}

#einzelcontentspaltethema .toplessrahmen {}

a.externerLink,
a.externerLink:link,
a.externerLink:visited,
a.externerLink:hover,
a.externerLink:active,
a.externerLink:focus,
a.externalLinks,
a.externalLinks,
a.externalLinks:visited,
a.externalLinks:hover,
a.externalLinks:active,
a.externalLinks:focus {
    display: block;
    padding-left: 19px;
    background-image: url(../../images/bmfsfj/icon_extern-link.png);
    background-repeat: no-repeat;
    background-position: 2px 6px;

}

div#einzelcontentspaltethema ul {
	list-style-type:disc;
    margin:0 0 0 6px;
    padding:0 0 0 12px;
}

#einzelcontentspaltethema .contentTopic ul li,
div#einzelcontentspaltethema ol li {
    line-height:1.5em;
    padding-bottom:0.8em;
}

#einzelcontentspaltethema .contentTopiclinks ul,
#einzelcontentmarginalspalte .contentTopiclinks ul {
    margin: 0;
    padding: 0;
    width: auto;
    list-style-type:none;
}

#einzelcontentspaltethema .contentTopiclinks ul li,
#einzelcontentmarginalspalte .contentTopiclinks ul li {
    padding: 5px 0;
    width: auto;
}

div.socialBookmarks {
    float: left;
    margin: -40px 0 0 200px;
}

div.socialBookmarks ul li {
    float: left;
    margin-right: 52px;
}

div.socialBookmarks ul li:last-child {
    margin-right: 0;
}

div.socialBookmarks ul li a {
    display: block;
    width: 29px;
    height: 25px;
    text-decoration: none;
    background-image: url(../../images/bmfsfj/iconSprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

div.socialBookmarks ul li a.twitter,
div.socialBookmarks ul li a.twitter:visited,
div.socialBookmarks ul li a.twitter:hover,
div.socialBookmarks ul li a.twitter:active,
div.socialBookmarks ul li a.twitter:focus {
    background-position: -10px -462px;
}

div.socialBookmarks ul li a.facebook,
div.socialBookmarks ul li a.facebook:visited,
div.socialBookmarks ul li a.facebook:hover,
div.socialBookmarks ul li a.facebook:active,
div.socialBookmarks ul li a.facebook:focus {
    background-position: -10px -512px;
}

div.socialBookmarks ul li a.vz,
div.socialBookmarks ul li a.vz:link,
div.socialBookmarks ul li a.vz:visited,
div.socialBookmarks ul li a.vz:hover,
div.socialBookmarks ul li a.vz:active,
div.socialBookmarks ul li a.vz:focus {
    background-position: -10px -613px;
}

div.socialBookmarks ul li a.mySpace,
div.socialBookmarks ul li a.mySpace:link,
div.socialBookmarks ul li a.mySpace:visited,
div.socialBookmarks ul li a.mySpace:hover,
div.socialBookmarks ul li a.mySpace:active,
div.socialBookmarks ul li a.mySpace:focus {
    background-position: -10px -661px;
}

div.socialBookmarks ul li a.googleBookmarks,
div.socialBookmarks ul li a.googleBookmarks:link,
div.socialBookmarks ul li a.googleBookmarks:visited,
div.socialBookmarks ul li a.googleBookmarks:hover,
div.socialBookmarks ul li a.googleBookmarks:active,
div.socialBookmarks ul li a.googleBookmarks:focus {
    background-position: -10px -563px;
}

#einzelcontentspaltethema div.socialBookmarks ul li a span,
#einzelcontentmarginalspalte div.socialBookmarks ul li a span {
	position:absolute;
	top:-99999px;
	left:-99999px;
}

#einzelcontentspaltethema .contentTopiclinks ul li a {
    line-height: 1.538em;
}

#einzelcontentspaltethema .contentTopiclinks ul li a img {
    margin-left:0.3em;
}

#einzelcontentspaltethema .einzelcontentspaltethemaabstand {
    margin: 0.786em 0 0.571em;
    padding-bottom: 0 !important;
    font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.077em;
    line-height: 1.286em;
    color: #766B67;
}

#einzelcontentspaltethema .contentTopic ul {
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:15px;
	margin-left:-1px;
    overflow: hidden !important;
    padding-left:1px;
    zoom: 1 !important;
    display:inline;
}

#einzelcontentspaltethema .contentTopic ul li {
	background-image:url(../../images/bmfsfj/listStyle-disc.png);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin:0;
	padding-bottom:.5em;
	display: table;
}

#einzelcontentspaltethema .contentTopic .bilderImContent .pu {
    margin-right: 30px;
    margin-bottom: 15px;
}

#main-container .main .contentTopic h2 {
    margin-left: 0;
}

#einzelcontentspaltethema .contentTopic h1 {
    margin: 0.286em 0 0.536em;
    font-size: 2.154em;
    line-height: 1.286em;
}

#einzelcontentspaltethema .contentTopic h2{
    margin-bottom:10px;
}

#main-container .main #liste .listnaviWrapper,
#main-container .main .listTop {
    overflow:hidden;
}


#main-container .main .maxResults,
#liste #toplinelistezahl,
#liste #bottomlistezahl {
    float:left;
    padding:7px 7px 7px 0;
}

#main-container .main #liste #toplinelistezahl,
#main-container .main #liste #bottomlistezahl,
#main-container .main #contentspalteliste #toplinelistezahl,
#main-container .main #contentspalteliste #bottomlistezahl {
    float: right;
    text-align: right;
}

#main-container .main #contentspaltelistepub #toplinelistezahl,
#main-container .main #contentspaltelistepub #liste #bottomlistezahl {

}

#main-container .main #liste #toplinelistezahl span,
#main-container .main #liste #bottomlistezahl span,
#main-container .main #contentspalteliste #toplinelistezahl span,
#main-container .main #contentspalteliste #bottomlistezahl span {
    font-family:'BundesSansWebBold'; font-weight:normal;
    padding:7px 0 7px 7px;
}

#main-container .main #liste #toplinelistezahl input,
#main-container .main #liste #bottomlistezahl input,
#main-container .main #contentspalteliste #toplinelistezahl input,
#main-container .main #contentspalteliste #bottomlistezahl input {
	padding:7px;
    background-image:none;
    background-color:#fff;
    border:none;
    width:auto;
    text-decoration:underline;
    font-size:0.95em;
    color:#9E1C35;
    cursor:pointer;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}

#main-container .main #liste #toplinelistezahl input.arrowSubmit,
#main-container .main #liste #bottomlistezahl input.arrowSubmit,
#main-container .main #contentspalteliste #toplinelistezahl input.arrowSubmit,
#main-container .main #contentspalteliste #bottomlistezahl input.arrowSubmit {
	padding:0 10px 3px 10px; vertical-align:middle;
}

#main-container .main #liste .toplinelistezahl img,
#main-container .main #liste .bottomlistezahl img,
#main-container .main #contentspalteliste .toplinelistezahl img,
#main-container .main #contentspalteliste .bottomlistezahl img  {
    margin:7px 0 0 0;
    position:relative;
    top:2px;
}


.bottomListnavi {
    background-position:0 20px;
    background-repeat:repeat-x;
}

.toplinelistezahl span,
.bottomlistezahl span,
.toplinelistezahl a,
.bottomlistezahl a {
    margin:0 10px;
}

.toplinelistezahl span,
.bottomlistezahl span {
    font-family:'BundesSansWebBold'; font-weight:normal;
}

#liste table {
    background-image:none;
    background-color:#fff;
    /*overflow:hidden;*/
    width:100% !important;
    border-spacing:0;
    margin-bottom:20px;
}

#liste table .hideItem {
   visibility:hidden; position:absolute; top:-9999; left:0;
}

#liste table th,
#liste table td {
	vertical-align:top;
	/*padding: 6px 10px 8px;*/
	padding: 6px 0px 8px;
}

#liste table tr {
	margin: 0;
	padding: 15px 0;
}

#liste table tr + tr {
	border-top:1px solid #d4cdcc;
}

#liste table tr:last-child td .listenlinie,
#liste table tr:last-child td .listegreyline,
#liste table tr:last-child td.seperator,
#liste table tr:last-child td.listenlinie { #padding:0 2.5%;  background:none;}

.listegreyline {
	text-align:right;
    width:653px;
    padding-right:20px;
}

.listeneintrag .listegreyline {
	width:100%;
}

#inhalt #contentspaltelistepub #publiste {
	border: 1px solid #d4cdcc;
	padding-top:7px;
	margin-bottom:11px;
	margin-top:13px;
}

#liste table caption,
#publiste table caption,
.liste table caption {
    position: absolute;
	top: -999em;
	left: -999em;
}

#liste table .listTitle,
#contentspalteliste table .listTitle {
    font-family:'BundesSansWebBold'; font-weight:normal; font-size:1.2em;
    margin:0;
    width:85%;
    #margin-bottom:12px;
}

#contentspalteliste table .listTitle {
    /*margin:0.5em 0 0.5em 9px;*/
    margin-left:9px;
}

#main-container .main #liste .spalte-1,
#main-container .main #liste .spalte-2,
#main-container .main #liste .spalte-3,
#main-container .main .liste .spalte-1,
#main-container .main .liste .spalte-2,
#main-container .main .liste .spalte-3,
#main-container .main #contentspalteliste .spalte-1,
#main-container .main #contentspalteliste .spalte-2,
#main-container .main #contentspalteliste .spalte-3 {
    background-color: #DBDDDC;
    /*padding: 6px 10px 8px; */
    padding: 6px 0px 8px;
    text-align: left;
}

#main-container .main #liste .spalte-1,
#main-container .main .liste .spalte-1 {
	  width:100px;
}

#main-container .main #liste .spalte-2,
#main-container .main .liste .spalte-2 {
	  width:100px;
}

th.spalte-1 {
	padding-left: 9px !important;
}

#main-container .main #liste .listeneintrag,
#main-container .main .liste .listeneintrag {
    display:block;
    padding: 12px 10px 12px 0;
}

#main-container .main #liste .listeneintrag img,
#main-container .main .liste .listeneintrag img {
    margin:0!important; padding:0 15px 5px 0!important; }

#main-container .main .searchresult .listeneintrag {
    margin-left:9px !important;
}

#main-container .main .searchresult td {
    padding:10px 0 10px 0;
}

#main-container .main #liste .listeneintrag h2,
#main-container .main .searchresult h2 {
   font-size:1.1em;
   font-family:'BundesSansWebBold'; font-weight:normal;
   /*margin: 0 9px;*/
}

#main-container .main #liste .meldung {
    padding-top: 12px;
    padding-bottom:12px;
}

#liste table td,
#liste table th {
}

#main-container .main .listTop { width:100%; }
#main-container .main .listTop h2 { margin-bottom:20px; color:#9E1C35; }


/* listTop search */
#rahmen,
#rahmensuche {
	padding: 40px 30px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:680px;
}

#rahmen #rahmensuche {
	padding:0;
}

#contentspaltelistepub #rahmen {
	padding-left:0;
	padding-right:0;
}

#contentspaltelistepub #rahmen #liste {
	width:580px;
}

#main-container .main .listTop .search { display:block;}
#main-container .main .listTop .search input,
#main-container .main .listTop .search label,
#main-container .main .listTop .search select { display:block; margin-bottom:8px; }
#main-container .main .listTop .search input,
#main-container .main .listTop .search select	{ }
#main-container .main .listTop .search input	{ font-size:1.1em; }
#main-container .main .listTop .search select#searchFormat { margin-bottom:0; }
#main-container .main .listTop .search input,
#main-container .main .listTop .search select {width:99%;}
#main-container .main .listTop .search select { /*height:22px; width:99%;*/ }
#main-container .main .listTop .search .inputRow { float:left; }
#main-container .main .listTop .search .inputRow input { margin-right:10px; width:153px; }
#main-container .main #contentspalteliste .listTop .search .searchsubmit,
#main-container .main #contentspaltelistepub .search .searchsubmit,
#main-container .main .listTop .search .searchsubmit {  position:absolute; right:1%; bottom: 0; width:auto;}
#main-container .main .listTop .keyvisual {
    float:right;
    height:226px;
    width:256px;
    margin-bottom:25px;
}


#searchText2 { width:100%;}
#main-container .main .listTop .withLocation .inputRow input {
    margin-right: 10px;
    width: 106px;
}

#main-container .main #liste,
#main-container .main #listesuche,
#main-container .main .searchresult {
    background-image:none;
    background-color:#fff;
    margi:0 0 20px;
}

#main-container .main .searchresult {
   padding-top:10px;
   margin: 20px 0;
}

#liste td.col0,
#liste td.col1,
#liste td.col2 {
	padding-top:12px;
}

#liste td.col1 .listeneintrag {
	padding-top:0 !important;
	width:100%;
}

#liste td.col0 {
	#padding-left:5px;
}

#liste a.title {
	font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
	font-size: 1.4em;
}

#content-container > h2 {
	margin-left:50px;
}

#main-container .main #contentspaltelistepub .search,
.search {
    margin-bottom: 20px;
    height: auto;
    position:relative;
    width:580px;
}

#main-container .main #contentspaltelistepub .pubsearchform .search .inputRow div {
    margin-bottom: 0 !important;
}

#main-container .main #contentspaltelistepub .search select {
    width: 99%;
}

#main-container .main #contentspaltelistepub .search select#searchFormat {
    width: 99%;
}

#einzelcontentspaltethema .contentTopic h2,
#contentspalteliste h2 {
    color:#9E1C35;
}


#einzelcontentspaltethema .contentTopic ul li p,
#einzelcontentspaltethema .contentTopic ol li p {
    padding-bottom:0;
    margin-top: 0;
}

.subhead {
    display:block;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
}




/* --- CONTENT IMAGES / LIST IMAGES ---*/

.content-image {
    float: left;
    margin: 7px 29px 15px 0;
    width: 240px;
}

.listImage .caption-wrapper,
.content-image .caption-wrapper,
.downloadImage .caption-wrapper  {
    position: relative;
    margin-top: -24px;
}

.listImage .caption-wrapper a,
.content-image .caption-wrapper a,
.downloadImage .caption-wrapper a  {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/bmfsfj/iconSprite.png);
    background-position: -13px -413px;
    background-repeat: no-repeat;
    background-color: transparent;
}


.content-image .caption-wrapper a.zoomLink  {
    background-position: -13px -705px;
}

.content-image .caption-wrapper a.isZoomed  {
    background-position: -13px -746px;
}



.listImage .caption-wrapper a span,
.content-image .caption-wrapper a span {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.listImage .caption-wrapper .copyright,
.listImage .caption-wrapper .caption,
.content-image .caption-wrapper .copyright,
.content-image .caption-wrapper .caption {
    display: block;
    font-style: italic;
}

.listImage .caption-wrapper .copyright,
.content-image .caption-wrapper .copyright {
    overflow: hidden;
    padding: 0 32px 0 8px;
    width: 200px;
    height: 24px;
    color: #FFF;
    font-size: 0.846em;
    line-height: 2.000em;
    background-color: rgba(158,28,53,0.8);

}

.listImage .caption-wrapper .copyright {
	width: 100%;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d4cdcc;
	border-top: 0;
}

.listImage .caption-wrapper .caption
.content-image .caption-wrapper .caption {
    width: 100%;
    padding-top: 5px;
    font-size: 0.923em;
    line-height: 1.417em;
}

.singleImage {
	background-image: none;
}

.singleImage .pu {
    display: inline-block;
    padding: 10px;
	text-align: left;
    background-image: none;
    background-color: #fff;
}

.singleImage .pu img {
    margin-bottom: 4px;
}

.singleImage .pu .bildunterschrift {
    display: block;
    margin-top: 10px;
    font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
    font-size: 1em;
}


#einzelcontentspaltethema .contentTopiclinks .abstand,
#einzelcontentmarginalspalte .contentTopiclinks .abstand {
    display:none;
}

.toplineblockcyan {
    margin-top: 1.615em;
    padding: 0;
    clear: both;
    border-top: 1px solid #D4CDCC;
}

.contentTopic h3 {
    margin: 0.444em 0 0.722em;
    font-size: 1.385em;
    font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #9E1C35;
}

#einzelcontentspaltethema .contentTopiclinks .toplineblockcyan h3,
#einzelcontentmarginalspalte .contentTopiclinks .toplineblockcyan h3 {
    margin: 0.542em 0 0.417em;
    font-size: 1.846em;
    line-height: 1.500em;
}

#rahmen .linksAllePos div {
    border:none;
    margin:0 0 6px 0 !important;
    padding-bottom:0 !important;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
}

#rahmen .linksAllePos a {
    background-image:url(../../images/bmfsfj/icon_arrow-right.png);
    background-repeat:no-repeat;
    background-position:0 4px;
    background-color:transparent !important;
    display:block;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
    padding-left:19px;
    white-space:nowrap;
    width:50%;
	float:left;
	text-align:left;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#rahmen .linksAllePos a img {
    display:none;
}

#rahmen .linksAllePos a.rss {

}

#rahmen .withImage h2 { width:100%; }

#rahmen .withoutImage h2 { }

#rahmen div .contentblockbild {
    display:block;
}

.withImage .teaserkurztext {
	display:inline;
}

.withoutImage .teaserkurztext {
	margin-left:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

#rahmen div.withImage div.teaserkurztext p,
#rahmen div .contentblockbild {
    margin-top:10px;
}

#rahmen div.withImage div.teaserkurztext p {
	margin-top:0px;
}

#rahmen .kurztext {
	width:91%;
}

.withImage .contentblockbild {
    #margin-top:0 !important;
}

#main-container .main #contentspalte .imagefloat {
    float:left;
    padding:0 12px 8px 0;
    margin-left:4px;
}

#main-container .main #contentspalte .contentblockbild {
    clear:both;
    display:block;
    margin-bottom:20px;
    padding-bottom:10px;
    padding-left:5px;
    border-bottom: 1px solid #d4cdcc;
}

.marginalboxShadow {
    height:4px;
    line-height:4px;
    margin-bottom:19px;
    margin-left:4px;
    width:255px;
    font-size:4px;
}

#marginalspalte .linklist {
    background-color:#fff;
    padding:13px 0 10px 0;
    width:100%;
}

#marginalspaltedoorpage > div {
	border: 1px solid #D4CDCC;
	width: 258px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.weiter img {
    left:5px;
    position:relative;
    top:2px;
    display:none;
}

#contentspalte h3 {
	font-size: 1.4em;
	font-family: 'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9E1C35;
}

a.weiter {
	clear: right;
    text-decoration: none;
    background-image: url('../../images/bmfsfj/icon_arrow-right.png');
    /*background-position: 100% 4px;*/
    background-position: right 4px;
    background-repeat: no-repeat;
    display: block;
    padding-right: 15px;
    text-align: right;
    text-decoration: none;
    font-size:1.1em;
    min-height:1.1em;
    line-height:1em;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
}

li a.weiter {
	text-align:left;
	display:inline;
}


#marginalspaltedoorpage .themenlotse {
	padding: 15px 0;
	background-color:#fff;
}

#marginalspaltedoorpage .themenlotse .tl_TeaserBlock {
	margin-bottom:0;
	padding:0 15px 15px 15px;
}

#contentspaltedoorpage .themenlotse .tl_TeaserBlock {
	margin-bottom:0;
	padding: 20px 0 0 20px;
}

#marginalspalte .themenlotse a.weiter,
#marginalspalte .themenlotse a.weiter:link,
#marginalspalte .themenlotse a.weiter:visited,
#marginalspalte .themenlotse a.weiter:hover,
#marginalspalte .themenlotse a.weiter:active,
#marginalspalte .themenlotse a.weiter:focus,
#marginalspaltedoorpage .themenlotse a.weiter,
#marginalspaltedoorpage .themenlotse a.weiter:link,
#marginalspaltedoorpage .themenlotse a.weiter:visited,
#marginalspaltedoorpage .themenlotse a.weiter:hover,
#marginalspaltedoorpage .themenlotse a.weiter:active,
#marginalspaltedoorpage .themenlotse a.weiter:focus {
    display:block;
    margin-left:15px;
}

.themenlotse a.weiter {
    display:inline-block !important;
}

.themenlotse .tl_TeaserNavi {
    display:none;
    height:42px;
    padding-left:0.9em;
}

.themenlotse .tl_ContentBlock {
    padding:20px 50px 20px 50px;
    margin-top:0 !important;
}

#marginalspalte .themenlotse .tl_ContentBlock,
#marginalspaltedoorpage .themenlotse .tl_ContentBlock {
    margin-top:1px;
    margin-bottom: 0;
    padding: 0 15px;
}

.tl_ContentBlock ul {
    padding-top:0;
}

.tl_ContentBlock li {
    list-style-type:none;
    padding-bottom: .5em;
    line-height:1em;
}

.tl_ContentBlock li a {
    background-image:url(../../images/bmfsfj/icon_arrow-right.png);
    background-repeat:no-repeat;
    background-position:0 6px;
    background-color:transparent;
    display:block;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
    padding-left:18px;
    line-height:1.5em;

}

.linklist {
    border:1px solid #d4cdcc;
    clear:both;
    min-height:90px;
    height:auto !important;
    height:90px;
    padding-bottom:10px;
    #width:458px;
}

#marginalspalte .linklist div,
#marginalspaltedoorpage .linklist div,
#marginalspaltelistepub .gesamtverzeichnis div {
    border-bottom:1px solid #d4cdcc;
    margin-bottom:10px;
    padding-bottom:10px;
    padding-top:0;
}

#marginalspalte .linklist div div,
#marginalspaltedoorpage .linklist div div {
    border:none;
    margin:0;
    padding:0.5em 0 0.5em 0;
    background-image:none;
}

#marginalspalte .linklist h3,
#marginalspaltedoorpage .linklist h3,
#marginalspaltelistepub .gesamtverzeichnis h3 {
    border-bottom:1px solid #d4cdcc;
    margin-bottom:15px;
    padding-bottom:10px;
}

#marginalspaltelistepub .gesamtverzeichnis .image img {
    border: 1px solid #d4cdcc;
    display: block;
    margin-bottom: 10px;
    margin-right: 13px;
}

#marginalspaltelistepub .gesamtverzeichnis p {
   margin-left:0;
}

/* Warenkorb, Publikationen */
.basket-info-teaser {
	border: 1px solid #9e1c35;
	padding: 12px 14px 18px 14px;
	margin-top: 21px;
	background-color: #fff;
	color: #9e1c35;
	font-size:1.154em;
}

.js .basket-info-teaser--hidden {
	display: none;
}

.basket-info-teaser-title {
	font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:1.05em;
	text-transform: uppercase;
	margin-bottom: 13px;
	display: block;
	background-image: url("../../images/bmfsfj/icon_warenkorb.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.basket-info-teaser-button {
	text-align:right;
}

.basket-infoicon {
	display: none;
}
/* ENDE Warenkorb, Publikationen */

#marginalspalte .linklist a,
#marginalspalte .linklist a:link,
#marginalspalte .linklist a:visited,
#marginalspalte .linklist a:hover,
#marginalspalte .linklist a:active,
#marginalspalte .linklist a:focus,
#marginalspaltedoorpage .linklist a,
#marginalspaltedoorpage .linklist a:link,
#marginalspaltedoorpage .linklist a:visited,
#marginalspaltedoorpage .linklist a:hover,
#marginalspaltedoorpage .linklist a:active,
#marginalspaltedoorpage .linklist a:focus {
	background-position:0 6px;
	padding-left:17px;
	text-align:left;
    line-height:1.5em;
    margin-left:0;
    font-size:1.1em;
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight:normal;
}

.linklist img {
    margin-left:7px;
}

#marginalspaltelistepub h3,
#marginalspaltedoorpage h3,
#einzelmarginalspalte h3 {
    text-transform:uppercase;
}

#marginalspaltelistepub .pu,
#marginalspaltedoorpage .pu,
#einzelmarginalspalte .pu {
	background-color:#fff;
	text-align:center;
	width:258px;
}

#marginalspaltedoorpage h3 {
    border-bottom:1px solid #d4cdcc;
    margin-bottom:12px;
    padding-bottom:8px;
}


.marginalmodul {
	background-color: #FFFFFF;
    border: 1px solid #CBD1D7;
    padding:15px; margin: 0 0 20px;
}

.marginalmodul h3,
.marginalmodul p,
.marginalmodul div {

}

.marginalmodul h3 {
    font-size:1.2em;
    margin: 0 0 14px;
    padding: 0 0 14px;
    display: block;
    /*border-top: 1px solid #d4cdcc;*/
}

.marginalmodul h4 {
    margin-bottom:3px;
    margin-top:0;
    font-size:1.1em;
}

#ServiceNavigation {
	width:100%;
	overflow:hidden;
	border:1px solid #C9CACA;
	margin-top:20px;
	background-color:#fff;
}

#ServiceNavigation h3 {
	padding:15px 0 13px 10px;
	margin:0 29px 0 12px;
	/*border-top: 1px solid #d4cdcc;*/
}

#ServiceNavigation ul {
	padding-left:5px;
	padding-bottom:20px;
}

#ServiceNavigation li {
	padding:0 0 0 0;
	display:block;
	margin:0 29px 0 0;
	list-style:none;
}

.snDottedLine,
.snLastLine {
	border-top: 1px solid #d4cdcc;
	background:none;
	height:1px;
	display:block;
	margin-left:-22px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:0em;
}

#ServiceNavigation a {
	text-decoration:none;
	margin-bottom:0;
	padding-left:30px;
	display:block;
	padding-top:5px;
	padding-bottom:0;
	background-image:url(../../images/bmfsfj/icon_pfeilRechts.gif);
	background-position:11px 7px;
	background-repeat:no-repeat;
	font-size:1.1em;
	color:#666 !important;
}

#ServiceNavigation a strong {
	color:#9E1C35;
}

#ServiceNavigation a.sn_active span.snGradient,
#ServiceNavigation a.sn_active span.snGradientLastEntry {
	display:block;
	line-height:1.4em;
	margin:5px -19px 0 -37px;
	min-height:65px;
	padding:0 10px 12px 37px;
}

#ServiceNavigation a.sn_active span.snGradientLastEntry {
	border:none;
}

#ServiceNavigation a.sn_active span.snDottedLine {
	display:none!important;
}

#ServiceNavigation a:hover,
#ServiceNavigation a:active,
#ServiceNavigation a:focus {
	text-decoration:none;
	margin-bottom:1px;
	padding-bottom:5px;
	background-image:url(../../images/bmfsfj/icon_pfeilUnten.gif);
	font-size:1.1em;
	color:#666 !important;
}

span.snGradient,
span.snGradientLastEntry{
	display:none;
}

a:focus span.snGradient,
a:active span.snGradient,
a:hover span.snGradient,
a:focus span.snGradientLastEntry,
a:active span.snGradientLastEntry,
a:hover span.snGradientLastEntry {
	display:block;
	line-height:1.4em;
	margin:5px -19px -5px -37px;
	min-height:65px;
	padding:0 10px 12px 32px;
}

a:focus span.snGradientLastEntry,
a:active span.snGradientLastEntry,
a:hover span.snGradientLastEntry {
	border-bottom:none!important;
}

#ServiceNavigation .listboxShadow {
	width:196px;
}

#ServiceNavigation p {
	font-size:0.9em;
}

.sitemapWrapper {
    margin-left:0 !important;
    margin-top:17px;
    margin-bottom:20px;
    padding:20px 0 0 0 !important;
    background-color:#fff;
}

.sitemapWrapper h2 {
    margin:0 0 23px 0;
}


#contentspalteliste.sitemapWrapper h2 { padding: 0 15px; }
#contentspalteliste.sitemapWrapper p { padding: 0 15px; }

#innerSitemapWrapper {
    border:1px solid #d4cdcc;
    margin:30px 0 0 0;
    padding:10px 0 10px 0px;
}

.sitemapTable {
    border-collapse:collapse;
    margin-bottom:20px;
    table-layout:fixed;
    line-height:1.1em;
}

.sitemap ul {
	width:200px;
	padding:0;
	margin:2px 16px 0 24px;
}

.sitemap ul li ul {
	margin:0 0 0 28px;
}

.sitemap ul li {
    font-family:'BundesSansWebBold', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
    font-size:1.1em;
    padding-top:12px;
    padding-bottom:6px;
}

.sitemap ul li ul li {
	font-size:0.9em;
    font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal;
    padding-top:9px;
    padding-bottom:0;
}

.sitemap ul li a {
	background-image:url(../../images/bmfsfj/pfeil_sitemap01.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:15px;
}

.sitemap ul li ul li a {
	background-image:url(../../images/bmfsfj/icon_list.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:13px;
	display:block;
}

.attachmentpdf,
.attachmentmsword,
.attachmentvndmsexcel,
.attachmentvndopenxmlformatsofficedocumentspreadsheetmlsheet {
    display:block;
    padding:5px 0 5px 20px !important;
    background-position:0 2px !important;
    background-repeat:no-repeat;
    background-image:url(../../images/bmfsfj/icon_pdf.gif) !important;
}

.attachmentmsword {
    background-image:url(../../images/bmfsfj/icon_doc.gif) !important;
}

.attachmentvndmsexcel,
.attachmentvndopenxmlformatsofficedocumentspreadsheetmlsheet {
    /*background-image:url(../../images/bmfsfj/icon_xls.gif) !important;*/
}

.listenlinie,
td.seperator {
	display:none;
	background-image:url(../../images/bmfsfj/dottedline1.gif);
    background-position:50% 0;
    background-repeat:repeat-y;
    height:1px;
    font-size:1px;
    line-height:1px;
}

#rahmen div br.clearLeft {
    height:2px;
    line-height:2px;
    font-size:2px;
}

.sortTop .img,
.sortBottom .img,
.sortTop img,
.sortBottom img {
	width:auto !important;
	padding:0;
	margin:0 2px 0 2px;
}

.noEntries {
    margin: 8px;
    padding: 0 !important;
}


.contentTopiclinks a.weiter {
    display: block;
	padding-left: 19px;
    padding-right: 0;
    background-position: 2px 6px;
}

#contentspaltelistepub #einzelcontentspaltethema .contentTopiclinks {
	padding-left:12px;
	padding-right:12px;
}

table.topborder {
	border-top: 1px solid #d4cdcc;
}

#videoTeaser {
	background-color:#fff;
    #background-image:url(../../images/bmfsfj/bg_Video_Liste.png);
    #background-repeat:no-repeat;
    #background-position:0 0;
    #background-color:transparent;

    min-height: 20.4em;
    #margin-left: -7px ;
    #margin-right: 0;
margin-bottom:20px;
    -webkit-box-shadow: 0px 5px 10px 0px #bbb;  -mozilla-box-shadow: 0px 5px 10px 0px #bbb;  box-shadow: 0px 5px 10px 0px #bbb;
}
#videoTeaser:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#videoTeaser .videoContainer {
 display:inline;
 width:456px;
 height:257px;
}

div.video .videoContainer {
 width:456px;
 height:257px;
}


#videoTeaser .projekktor {
	margin-bottom:0;
}

#videoTeaser .movie {
    float: left;
    height: 280px;
    margin: 4px 0 0 6px;
    width: 456px;
}

#videoTeaser .topText {
    background-image: none;
    background-color:#9E1C35;
    float: right;
    margin: 0;
    padding: 10px;
    width: 267px;
}

#videoTeaser .topText h3,
#videoTeaser .topText p.date {
    font-size: 1em;
    font-family:'BundesSerifWeb', Georgia, Times, serif; font-weight:normal;
    font-weight: normal;
    margin-bottom: 5px;
}

#videoTeaser .topText h2 {
    font-size: 1.35em;
    margin-bottom: 0;
}

#videoTeaser .topText * {
    color: #fff;
}

#videoTeaser .bottomText {
    float: right;
    margin: 0;
    padding: 7px 10px 10px 0;
    width: 267px;
}

#content-container form div#videoTeaser div.projekktor { float:left; #left:6px; #top:4px; }

p.beforeWeiter {
    padding-bottom: 5px !important;
}

.backgraucyan {
    margin: 0;
    text-align: left;
}

.toplinepubnoborderSort strong {
    margin-left: 6px;
}

.toplinepubnoborderSort span,
.toplinepubnoborderSort .sort,
.toplinepubnoborderSort .sort div,
.searchresult span,
.searchresult .sort,
.searchresult .sort div {
    float:left;
}

.maxResults span,
#toplinelistezahl span,
#bottomlistezahl span {
    float:none;
}

.toplinepubnoborderSort .sort {
	margin: 3px 7px 0 3px;
}

.toplinepubnoborderSort span.active {
    font-family:'BundesSansWebBold'; font-weight:normal;
}

.toplinepubnoborderSort { padding-top:1px;}

/* Publiste */


#main-container .main #contentspaltelistepub #liste .backgraucyan {
    background-color:#fff;
    padding: 2px 9px 20px 9px;
    height: 22px;
}

#main-container .main #contentspaltelistepub td.pubImage {
	width:160px;
}

#main-container .main #contentspaltelistepub td.pubImage img {
    border: 1px solid #d4cdcc;
    #max-width:100%;
    height:auto;
    margin:0 10px;
}

#main-container .main #contentspaltelistepub .pubsearchform #publiste td.pubImage img {
    margin:0;
}

#main-container .main #contentspaltelistepub .listenlinie {
    #background-image: none;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 457px !important;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#main-container .main #contentspaltelistepub .downloadeintrag {

}

#main-container .main #contentspaltelistepub .downloadeintrag h2 {
    font-size: 1.4em;
    font-family:'BundesSansWebBold'; font-weight:normal;

}

#main-container .main #contentspaltelistepub .downloadeintrag h2 a {
    padding-right:12px;
}

#main-container .main #contentspaltelistepub table.article {
    border-collapse: collapse;
}

#main-container .main #contentspaltelistepub table.article td:first-child {
    min-width:246px;
}

#main-container .main #contentspaltelistepub table.article tr,
#main-container .main #contentspaltedoorpage.pubSingleview table.article tr {
    border: none;
    padding:3px 0;
}

#main-container .main #contentspaltelistepub table.article .description,
#main-container .main #contentspaltelistepub table.article p {
    padding-left:0;
    min-width: 246px;
}

#main-container .main #contentspaltedoorpage.pubSingleview table.article .description,
#main-container .main #contentspaltedoorpage.pubSingleview table.article p {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left:0;
    min-width: 246px;
    max-width:355px;
}

#main-container .main #contentspaltedoorpage.pubSingleview table.article .description {
   padding-right:20px;
}

#main-container .main #contentspaltedoorpage.pubSingleview table.article a.blaetterkatalog {
   margin-top:13px;
   display:block;
}

#main-container .main #contentspaltelistepub table.article td {
    padding-left:0;
    vertical-align:middle;
}

#main-container .main #contentspaltelistepub input.wkSubmit,
.article input.wkSubmit {
    background-color: #fff;
    background-image: url(../../images/bmfsfj/icon_warenkorb.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    border:none;
    color: #9E1C35;
    cursor: pointer;
    font-size: 1em;
    font-family:'BundesSansWebBold'; font-weight:normal;
    margin-left: 8px;
    padding-bottom: 5px;
    padding-left: 22px;
    width: 9.5em;
    text-align:left;
}

/* Ende Publiste */

.shadowHelperTop {
    background-image:url(../../images/bmfsfj/forms/shadow_top.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-color:transparent;
    height: 13px;
    margin-left: -9px;
    margin-right: -12px;
}

.shadowHelper {
    /*background-image: url(../../images/bmfsfj/forms/shadow_middle.png);
    background-repeat:repeat-y;
    background-position:0 0;
    background-color:transparent;*/
}

.shadowHelperBottomRose {
    background: url("../../images/bmfsfj/forms/shadow_bottom_rose.png") no-repeat scroll 0 0 transparent;
}

/* Fehlerseiten */
.errorPage #contentspaltewidegap {
	text-align:left;
	width: 736px;
	margin-left: 222px;
}

.errorPage h1 {
    font-size: 1.5em;
    margin: 20px 0 12px;
}

.sixpixblock {
    display: block;
    margin: 6px;
    padding: 6px;
}

/* ENDE Fehlerseiten */

/* Galerie */

.topthema {
    background-image:none;
    background-color:#fff;
    margin-bottom: 19px;
    padding: 1px;
    width: 456px;
}

.gallerieMeldung {
    width: 740px;
}

.gallerieMeldung .topline {
    padding-left: 13px;
}

.gallerieMeldung h2 {
    clear: none;
    padding: 0 0 0 13px;
    width: 709px;
    min-height: 1em;
    height: auto !important;
    height:1em;
}

.gallerieMeldung p {
    margin: 12px 0 2px 13px;
    width: 700px;
}

div.gallerie {
    background-image:none;
    background-color:#fff;
    border: 1px solid #d4cdcc;
    padding: 10px 0 5px 15px;
    width: 706px;
}

div.gallerie table {
    margin: 0;
    table-layout: fixed;
    width: 700px;
}

div.gallerie td {
    padding: 4px 0 17px 3px;
}

div.gallerie td .Number {
    font-size: 1.25em;
}

#gallerie {
    background-color:#fff;
    padding-bottom: 10px;
}

#gallerie div.navi {
    background-color: #fff;
    height: auto;
    left: 0;
    position: relative;
    text-align: left;
    width: auto;
}

#gallerie div.zurueck,
#gallerie div.galleriebild,
#gallerie div.vor {
    float: left;
    position: relative;
}

#gallerie div.zurueck {
    width: 217px;
}

#gallerie div.zurueck a,
#gallerie div.vor a {
    left: 125px;
    position: relative;
    top: 50px;
}


#gallerie div.vor a {
    left:65px;
}

#gallerie div.caption {
    padding: 20px;
    text-align: center;
}

/* --- */


.galleryImage #main-container .main {
	padding-bottom:60px;
}
.galleryImage #head .topline {
	padding: 0 0 5px 0;
}

.galleryImage #head .topline * {
    font-weight: normal;
}

.galleryImage #head .topline .title {
    float: left;
    margin-left: 216px;
}

.galleryImage #head .topline .picCount {
    margin-right: 20px;
}

.galleryImage #head .listheader h2 {
    font-size: 1.3em;
    margin-left:216px;
}

.galleryImage #logo a { display:block;}

.galleryImage #inhalt {
	min-height:400px;
	height:auto !important;
	height:400px;
}

/* ENDE Galerie */

div.noPaddingTop {
    padding-top: 0 !important;
}

div.roundBox {
    margin-bottom: 22px;
}

div.roundBox h2 a {
    color: #fff !important;
}

div.roundBox h2 {
    background-image:url(../../images/bmfsfj/round_box_header.png);
    background-repeat:no-repeat;
    background-position:0 0;
    color: #fff !important;
    margin: 0;
    padding: 9px 5px 9px 14px;
}

div.roundBox div.textBody {
    background-image:url(../../images/bmfsfj/round_box_text_body.png);
    background-repeat:no-repeat;
    background-position:0 100%;
    padding: 15px 14px 9px 14px;
}

div.roundBox div.textBody p {
    margin-bottom: 5px;
}

div.citateBox {
    background-image:url(../../images/bmfsfj/citate_kristina_box.png);
    background-repeat:no-repeat;
    background-position:0 0;
    height: 164px;
}

div.citateBox p.citate {
    color: #000;
    font-style: italic;
    margin-left: 115px;
    margin-top: 24px;
    padding-left: 34px;
    padding-right: 14px;
}

div.citateBox p.sign {
    color: #000;
    margin-top: 5px;
    padding-right: 14px;
    text-align: right;
}

.skiplinks {
	position:absolute;
	top:0;
	left:0;
	width:99%;
	z-index:99999;
}

.skiplinkWrapper {
	position:relative;
	top:0;
	display:block;
	width:auto;
	margin:0 auto;
}

.skiplinks a {
	position:absolute;
	top:-99999px;
	left:-99999px;
}

.skiplinks a:hover,
.skiplinks a:focus,
.skiplinks a:active {
	position:absolute;
	top:0px;
	left:0;
}

/* Ministerin */

.ministerin #content-container {
    width: 100%;
    border: 0 none;
}

.contentbox {
    position: relative;
    margin-top: 26px;
	background-color: #efebe8;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	border: 1px solid #d4cdcc;
}

.contentbox:first-child {
	margin-top: -1px;
}

.ministerin #contentspaltedoorpage {
    position: relative;
}

#contentspaltedoorpage .contentbox h2,
#contentspaltedoorpage .contentbox h3 {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 36px 10px 30px;
	font-family:'BundesSerifWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.846em;
    color: #fff;
	background-color: black;
}

#contentspaltedoorpage .contentbox.top h2,
#contentspaltedoorpage .contentbox.top h3 {
	background-color:#5b4b40; /* IE 8 Fallback */
	background-color:rgba(91, 75, 64, 0.8);
}

#contentspaltedoorpage .contentbox#person h2,
#contentspaltedoorpage .contentbox#person h3 {
	background-color:#73101e; /* IE 8 Fallback */
	background-color:rgba(115, 16, 30, 0.8);
}

#contentspaltedoorpage .contentbox#politics h2,
#contentspaltedoorpage .contentbox#politics h3 {
	background-color:#4b5200; /* IE 8 Fallback */
	background-color:rgba(75, 82, 0, 0.8);
}

#contentspaltedoorpage .contentbox#media h2,
#contentspaltedoorpage .contentbox#media h3 {
	background-color:#483a31; /* IE 8 Fallback */
	background-color:rgba(72, 58, 49, 0.8);
}

#contentspaltedoorpage .contentbox#speaches h2,
#contentspaltedoorpage .contentbox#speaches h3 {
	background-color:#425271; /* IE 8 Fallback */
	background-color:rgba(66, 82, 113, 0.8);
}

#contentspaltedoorpage .contentbox.media h4 {
	color:#5f5a51;
	font-size:2.1em;
	font-family:'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:62px 0 21px 35px;
}

.contentbox .boxcontent {
    position: absolute;
    bottom: 29px;
    padding: 35px 51px 30px;
	min-height: 1em;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #fff;
}

.contentbox.left .boxcontent {
    left: 65px;
    width: 430px;
}

.contentbox.right .boxcontent {
    right: 54px;
    width: 442px;
}

/* TOP ELEMENT BOX */
.contentbox.top {
    min-height: 43.538em;
    color: #444;
    background-image: url(../../images/bmfsfj/ministerin/bg_ministerin.jpg);
}

.contentbox.top .boxcontent {
    padding: 0 20px;
    width: 572px;
    background-color: transparent;
}

.contentbox.top .boxcontent p {
    padding: 0;
    font-style: italic;
    font-family:'BundesSerifWeb', Georgia, Times, serif; font-weight:normal;
    font-size: 1.1em;
    line-height: 2.000em;
    text-align: right;
}

.contentbox.top div span.ldquo,
.contentbox.top div span.bdquo {
    display: block;
    font-style: normal;
    font-size: 7.692em;
    color: #cac3bc;
    line-height: 0.600em;
    text-align: right;
}

.contentbox.top div span.ldquo {
    margin-top: 19px;
}

.contentbox.top div span.bdquo {
    margin-bottom: 50px;
    padding-left: 8px;
    text-align: left;
}


/* PERSON BOX */
.contentbox#person {
    min-height: 52.923em;
    background-image: url(../../images/bmfsfj/ministerin/bg_person.jpg);
}


/* POLITIK BOX */
.contentbox#politics {
    min-height: 46.923em;
    background-image: url(../../images/bmfsfj/ministerin/bg_politik.jpg);
}


/* MEDIA BOX --- */
.contentbox#media {
    /* min-height: 48.308em; */
    height: 628px;
}

.contentbox.media div.projekktor {
    padding: 0;
    background-color:#000;
    background-image: none;
}

.contentbox.media {
    background-color: #DFD9D7;
}


/* SPEACHES BOX */
.contentbox#speaches {
    min-height: 48.308em;
    background-image: url(../../images/bmfsfj/ministerin/bg_reden.jpg);
}



/* BOXLINKS */
.contentbox .boxlink {
    display: block;
    margin: 29px -18px 0;
    padding-top: 21px;
	border-top: 1px solid #e4e2de;
}

.contentbox .boxlink a {
    padding-left: 48px;
    font-size: 1.077em;
    line-height: 1.643em;
	background-image: url(../../images/bmfsfj/iconSprite.png);
	background-repeat: no-repeat;
    background-color: transparent;
}

.contentbox .boxlink a.odd,
.contentbox .boxlink a.even {
    display: inline-block;
    white-space: nobreak;
}

.contentbox .boxlink a.odd {
	float: left;
}

.contentbox .boxlink a.even {
	float: right;
	margin-right: 8px;
}

.contentbox .boxlink a.pdf {
    background-position: 3px -113px;
}

.contentbox .boxlink a.speaches {
    background-position: -5px -164px;
}

.contentbox .boxlink a.interviews {
    background-position: -3px -214px;
}

.contentbox h4 {
    margin-bottom: 0.769em;
    font-family: 'BundesSansWeb', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.231em;
    color: #444444;
}

.contentbox .tab-navi,
.contentbox .list {
    padding: 0;
    line-height: 1.231em;
}

.contentbox .tab-navi li {
    position: relative;
    margin: 0 -51px;
    padding: 0 31px 0 51px;
}

.contentbox .tab-navi li:hover {
    background-color: #F0EDED;
}

.contentbox .tab-navi li > a {
    display: block;
    padding: 8px 30px 10px 0;
    text-decoration: none;
    background-image: url('../../images/bmfsfj/icon_arrow-right.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.contentbox .tab-navi li .flyout {
    display: none;
    z-index: 102;
    position: absolute;
    padding-left: 4px;
    top: 0;
    left: 430px;
}

.contentbox .tab-navi li:hover .flyout {
    display: block;
}

.contentbox .tab-navi li .flyout .content {
    padding: 35px 51px 25px;
    width: 317px;
    background-color: #FFF;
}

.contentbox .tab-navi li .flyout .content p {
    padding-left: 0;
    padding-right: 0;
    color: #9E1C35;
}

.contentbox .tab-navi li .flyout .content a.more {
    float: right;
    display: inline-block;
    margin-top: 19px;
    padding-right: 15px;
    font-weight: bold;
    background-image: url('../../images/bmfsfj/icon_arrow-right.png');
    background-position: right 4px;
    background-repeat: no-repeat;
}



.contentbox .list li {
    padding: 8px 0 3px;
}

.contentbox .list li .date {
    display: block;
    font-size: 0.923em;
    color: #9E1C35;
}

.contentbox .list li a {
    font-size: 1.077em;
}

.contentbox .list li a:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 14px;
    background-image: url('../../images/bmfsfj/icon_arrow-right.png');
    background-position: right 4px;
    background-repeat: no-repeat;
}

/* Confirmation page */
.confirmation-container {
	margin-bottom: 42px;
	padding: 0px 50px;
}

.confirmation-container h2 {
	margin: 0.286em 0px 0.536em;
	font-size: 2.154em;
	line-height: 1.286em;
}

.confirmation-container ul {
	list-style-type: none;
	padding-left: 1px;
}

.confirmation-container ul li {
	background-image: url("../../images/bmfsfj/listStyle-disc.png");
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding: 0px 0px 0.5em 10px;
	margin: 0px;
	display: table;
	line-height: 1.5em;
}
/* ENDE Confirmation page */

/* ANKER NAVI */
#contentspaltedoorpage .anker-navi {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 101;
	display: block;
	position: absolute;
    top: 0;
    right: 0;
    font-size: 0.923em;
    line-height: 1.333em;
	/*pointer-events: none;*/ /* Bug in IE*/
    background-color: transparent;
}

#contentspaltedoorpage .anker-navi ul {
	display: inline-block;
    padding: 0 0 3px 0;
	width: auto;
	pointer-events: auto;
    background-color: #444;
}

#contentspaltedoorpage .anker-navi li {
	margin: 0;
	padding: 0;
    color: #FFF;
	text-align: center;
}

#contentspaltedoorpage .anker-navi li {
    min-width: 166px;
    padding-bottom: 3px;
}

#contentspaltedoorpage .anker-navi li.current {
    background-color: #7B7B7B;
}

#contentspaltedoorpage .anker-navi a {
	color: #fff;
	display: block;
	background-color: #444;
}


/* ENDE Ministerin */

#themenlotse_startseite .themenlotse,
.moderne-gesellschaft {
	display: none;
}

.themenlotse a.weiter {
    float: right;
    margin: 0 15px 0 0;
}

/* Service -> Veranstaltungen -> Table */

span.copyright {
	float: right;
}

