/* 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; }
		.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; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI { overflow: hidden; }

	/* Set padding for tables */
	DIV.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	DIV.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	DIV.csc-textpic .csc-textpic-imagewrap FIGURE, DIV.csc-textpic FIGURE.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	FIGCAPTION.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	DIV.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic .csc-textpic-imagewrap IMG { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	DIV.csc-textpic-imagecolumn, TD.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	DIV.csc-textpic-imagecolumn.csc-textpic-lastcol, TD.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap { overflow: hidden; }
	DIV.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	DIV.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	DIV.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	DIV.csc-textpic DIV.csc-textpic-imagerow-last, DIV.csc-textpic DIV.csc-textpic-imagerow-none DIV.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	UL.csc-uploads { padding: 0; }
	UL.csc-uploads LI { list-style: none outside none; margin: 1em 0; }
	UL.csc-uploads IMG { float: left; padding-right: 1em; vertical-align: top; }
	UL.csc-uploads SPAN { display: block; }
	UL.csc-uploads SPAN.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	TABLE.contenttable-color-1 { background-color: #EDEBF1; }
	TABLE.contenttable-color-2 { background-color: #F5FFAA; }
	TABLE.contenttable-color-240 { background-color: black; }
	TABLE.contenttable-color-241 { background-color: white; }
	TABLE.contenttable-color-242 { background-color: #333333; }
	TABLE.contenttable-color-243 { background-color: gray; }
	TABLE.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_dpnglossary" */
    .glossary-details h1,
    h1.csc-firstHeader  {
        color: #00265d;
        font-size: 34px;
        font-weight: lighter;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .glossary_characters {
        margin-top: 0;
        padding-bottom: 29px;
        padding-top: 15px;
    }
    .glossary_list {
        border-top: 1px solid #c4c4c4;
    }
    .glossary_list_term_description {
        font-size: 14px;
    }
    .glossary_list_term_description a {
        background: url("/fileadmin/template/images/evt_more_bg.gif") no-repeat scroll 3px 5px #ffffff;
        color: #00265d;
        display: inline-block;
        font-weight: bold;
        text-decoration: none;
        width: 54px;
    }
    .glossary_list_term_description span {
        margin-left: 5px;
    }
    .glossary_list ul,
    .glossary_characters ul {
        list-style: none outside none;
    }
    .glossary_list h2 {
        font-size: 24px;
        font-weight: lighter;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .content div.glossary ul li:before{
        content: " ";
        padding-right: 0px;
        font-size: 1em;
    }

    .content div.glossary ul li{
        margin-left: 0;
    }
    
    .glossary_characters ul li {
        color: #00265d;
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin-left: 0.49%;
        padding: 0.5% 1.1%;
    }
    .inavailable {
        color: #b4b4b4 !important;
    }
    .available {
        cursor: pointer;
    }
    .active {
        color: #ffffff !important;
        background-color: #00265d;
    }
    .glossary-details {
        font-size: 14px;
    }
    .glossary_type {
        padding-top: 15px;
    }
    .glossary_description {
        padding-top: 15px;
    }
    .glossary_backlink {
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
    }
/* default styles for extension "tx_igkorrespondenz" */
    .content-korrespondenz h1 {
        color: #00265d;
        float: left;
        font-size: 36px;
        font-weight: lighter;
        margin: 11px 0 0;
    }
    .korrespondenz_cont h1 {
        float: none;
        margin-bottom: 32px;
    }
    .korrespondenz_cont h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .korrespondenzdate {
        color: #00265d;
        float:left;
        font-weight: bold;
        font-size: 16px;
    }
    .latest_korrespondenz {
        background-color: #ececec;
        margin-bottom: 40px;
        margin-top: 19px;
        padding: 30px;
    }
    .latestdate {
        color: #00265d;
        font-weight: bold;
    }
    .latestkorrespondenz_text {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 30px;
    }
    .latestkorrespondenz_text a {
        color: #00265b;
    }
    
    .latestkorrespondenz_text p {
        font-size: 14px;
    }
    .latestkorrespondenz_text p a {
        font-weight: bold;
        color: #00265b;
    }
    .latestkorrespondenz_text small {
        font-weight: bold;
        color: #00265b;
        font-size: 14px;
    }
    .latestkorrespondenz_text h2 {
        font-size: 28px;
        font-weight: lighter;
        margin-bottom: 18px;
        margin-top: 14px;
    }
    .latestkorrespondenz_dls {
        padding-top: 25px;
    }
    .latestkorrespondenz_dls a {
        color: #00265b;
    }

    .content div.korrespondenz_main ul li:before{
        content: " ";
        padding-right: 0px;
        font-size:1em;
    }

    .content div.korrespondenz_main ul li{
        margin-left: 0;
    }

    .latestkorrespondenz_dl_item {
        float: left;
        width: 50%;
    }
    .latestkorrespondenz_dl_icon,
    .latestkorrespondenz_dl_file {
        float: left;
    }
    .latestkorrespondenz_dl_file {
        padding-left: 20px;
        width: 85%;
    }
    .latestkorrespondenz_dl_link {
        padding-bottom: 5px;
    }
    .latestkorrespondenz_dl_link a {
        background: url("/typo3conf/ext/ig_korrespondenz/Resources/Public/Icons/korr_more_bg.png") no-repeat scroll 100% 8px rgba(0, 0, 0, 0);
        font-size: 18px;
        padding-right: 16px;
    }
    .korrespondenzpics_wrapper{
        float: left;
        margin-right: 30px;
    }
    .korrespondenzpic_wrapper {
        display: inline-block;
    }
    .korrespondenzpic_wrapper p {
        font-size: 11px;
    }
    #latestlongtext a,
    .korrespondenztext_wrapper a {
        font-weight: bold;
    }
    .korrespondenztext_wrapper {
        padding-bottom: 20px;
    }
    .korrespondenzpic {
    
    }
    .korrespondenzpic img {
        padding-bottom: 10px;
    }
    
    .korrespondenzpic span {
    
    }
    .korrespondenz_detail {
        padding-bottom: 30px;
    }
    .korrespondenz_back {
        float: right;
        font-size: 16px;
    }
    .korrespondenz_back a {
        color: #f49900 !important;
        font-weight: bold;
    }
    .lupe_overlay {
        margin-top: -146px;
        position: absolute;
    }
    .more_related {
        color: #00265d;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 30px;
    }
    
    .date,
    .korrespondenz_text,
    .listpic,
    .rel_listpic {
        float: left;
    }
    .date {
        height: 80px;
        padding-right: 15px;
    }
    .date_inner {
        padding-top: 8px;
    }
    .korrespondenz_text {
        font-size: 14px;
        padding-left: 20px;
        width: 80%;
    }
    .korrespondenz_text h2 {
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 0;
        font-weight: lighter;
    }
    .korrespondenz_text a {
        text-decoration: none;
        color: #00265d;
    }
    .korrespondenz_text span a {
        background: url("/fileadmin/template/images/evt_more_bg.png") no-repeat scroll 0 7px transparent;
        color: #00265d;
        display: inline-block;
        font-weight: bold;
        text-decoration: none;
        width: 54px;
    }
    .korrespondenz_text p {
        margin: 0;
        font-size: 14px;
    }
    .korrespondenz_text small {
        color: #00265d;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .korrespondenz_inner {
        padding-bottom: 27px;
    }
    .korrespondenz_listpic {
        float: left;
        width:20%;
    }
    .korrespondenzlist_month {
        color: #f29800;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .korrespondenzlist_day {
        color: #00265d;
        font-family: 'Open Sans Condensed',sans-serif;
        font-size: 40px;
        line-height: 33px;
        padding-top: 3px;
    }
    

    .korrespondenzbox_navi span {
        color: #00265d;
        font-size: 16px;
        position: relative;
        text-decoration: none;
        top: 20%;
    }
    .korrespondenzbox_navi ul li {
        cursor: pointer;
        background-color: #ffffff;
        float: left;
        height: 40px;
        margin-right: 8px;
        text-align: center;
        width: 128px;
    }
    .korrespondenzbox_navi ul {
        list-style: none;
    }
    .korrespondenzbox_content  {
        border-top: 1px solid #aeb2c1;
        padding-top: 40px;
        width: 65%;
        float: left;
    }
    .korrespondenzbox_icons {
        float: left;
        border-top: 1px solid #aeb2c1;
        width: 28%;
        padding-top: 40px;
        text-align: center;
    }
    .korrespondenz_filter {
        float: right;
    }
    .korrespondenz_filter select {
        -moz-appearance: none;
        background: none repeat scroll 0 0 #e4e4e4;
        border: medium none;
        color: #00265d;
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: lighter;
        height: 42px;
        margin: 0;
        outline: medium none;
        padding: 7px;
        width: 241px;
    }
    /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .korrespondenz_filter select {padding-right:18px}
    }
    .korrespondenz_filter label {position:relative}
    .korrespondenz_filter label:after {
        color: #00265d;
        font-size: 28px;
        padding-bottom: 2px;
        padding-left: 0;
        padding-top: 0;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 0;
    }
    .korrespondenz_filter label:before {
        background: url("/fileadmin/template/images/icons/pulldown.png") no-repeat scroll 14px 16px #e4e4e4;
        border-left: 1px solid #fff;
        content: "";
        display: block;
        height: 42px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
    }
    .korrespondenz_main {
        margin-top: 10px;
        padding-top: 20px;
    }
    .korrespondenz_main ul {
        list-style: none;
    }
    .korrespondenzteaser_active {
        background-color: #00265d !important;
    }
    .korrespondenzteaser_active span {
        color: #ffffff !important;
    }
    
    .korrespondenzbox_content ul {
        list-style: none;
    }
    
    .korrespondenzbox_icons_inner {
        background: url("/fileadmin/template/images/korrespondenz_line_div.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
        padding: 7% 0 13%;
    }
    .presslink {
    }
    .internlink {
        margin-top: 24%;
    }
    .pers .korrespondenzteaser_text,
    .akt .korrespondenzteaser_text {
        width: 90%;
    }
    .korrespondenzteaser_text {
        background: url("/fileadmin/template/images/korrespondenz_line_div.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
        padding-top: 8px;
    }
    
    .korrespondenz_dls {
        border-top: 1px solid #cccccc;
        margin-top: 20px;
    }
    .korrespondenz_dls a {
        color: #00265b;
    }
    .korrespondenz_dl_item {
        border-bottom: 1px solid #cccccc;
        display: inline-block;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .korrespondenz_dl_icon {
        float: left;
    }
    .korrespondenz_dl_file {
        font-size: 16px;
        float: left;
        padding-left: 15px;
    }
    .korrespondenz_dl_link {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .korres_text a {
        color: #00265b;
        font-weight: bold;
    }
    .korres_text h3 {
        color: #00265b;
        font-size: 18px;
    }
    .korrespondenz_dl_link a {
        background: url("/typo3conf/ext/ig_orden/Resources/Public/Icons/more_bg.png") no-repeat scroll 100% 6px rgba(0, 0, 0, 0);
        padding-right: 12px;
    }
    .korrespondenz_dl_caption {
    
    }
    .korres_text {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 5px;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .korr_order_title,
    .korr_order_titles {
        color: #00265b;
        padding-bottom: 18px;
    }
    .korr_order_title {
        padding-top: 18px;
    }
    .korr_fields_left {
        float: left;
        width: 50%;
    }
    .korr_fields_right {
        float: right;
        text-align: right;
        width: 50%;
    }
    .korr_fields_right > .korr_order_titles {
        text-align: left;
        padding-left: 27px;
    }
    .korr_plz_ort {
        width: 100%;
    }
    #korr_neu_plz {
        margin-right: 20px;
    }
    #korr_inv_ort {
        margin-left: 20px;
    }
    .korrnew_fields input {
        border-bottom: medium none;
        border-image: none;
        border-left: medium none;
        border-top: medium none;
        color: #888888;
        font-size: 16px;
        height: 40px;
        padding: 5px 5px 5px 12px;
        margin-bottom: 20px;
    }
    .korr_sendimage {
        border-top: 1px solid #cccccc;
        padding-bottom: 65px;
        padding-top: 30px;
    }
    .korr_sendimage input {
        background-color: #00265b;
        border: medium none;
        color: #ffffff !important;
        font-size: 14px;
        height: 40px;
        margin: 3px 0 0;
        padding: 0;
        width: 200px;
    }
    .korrnew_fields {
        font-size: 16px;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .korrnew_fields textarea,
    .korrnew_fields input {
        color: #00265d;
        font-family: 'Open Sans', sans-serif;
    }
    .korr_mandatory {
        color: #4c4c4c;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .korr_mandatory span {
        color: #00265d;
        padding-right: 3px;
    }
    
    .input_400 {
        background: url("/fileadmin/template/images/form_sprite_400.gif") no-repeat scroll 0 0 #e4e4e4;
        width: 400px;
    }
    .input_280 {
        background: url("/fileadmin/template/images/form_sprite_280.gif") no-repeat scroll 0 0 #e4e4e4;
        width: 280px;
    }
    .input_100 {
        background: url("/fileadmin/template/images/form_sprite_100.gif") no-repeat scroll 0 0 #e4e4e4;
        width: 100px;
    }
    .korr_abo {
        width: 15px !important;
        height: 15px !important;
        margin-right: 15px !important;
    }
    
    .korrespondenztext_text a {
        color: #00265d;
    }

    @media only screen
    and (max-width:979px) {
        .korr_fields_right {
            float: right;
            text-align:left;
            width: 100%;
        }

        .korr_fields_left {
            float: left;
            width: 100%;
        }
    }

    @media only screen
    and (max-width:768px) {
        .korr_fields_right {
            float: right;
            text-align:left;
            width: 100%;
        }

        .korr_fields_left {
            float: left;
            width: 100%;
        }
    }

    @media only screen
    and (max-width:479px) {
        .korr_fields_right {
            float: right;
            text-align:left;
            width: 100%;
        }

        .korr_fields_left {
            float: left;
            width: 100%;
        }

        #korr_inv_ort {
            margin-left: 0px;
        }
    }

    