/* ###################  COMMON STRUCTURE  ################### */
/*
  Layout: System-Layout definiert:
  - Fonts
  - Text-, Vordergrund- und Hintergrundsfarben
  - Designspezifische Images
  - komplette Borders
  Schrift-Farbe: #0A51A1;
  Standard-Hintergrund dunkel: #E6EDFF;
  gerade Zeilen Hintergrund-Farbe: #E6EDFE;
  heller Hintergrund: #FFFFFF
  Rot (Schrift): red
  Schwarz (Schrift): black
  Link (a:hover): #3366cc
 */
.page {
/* colors 
    color:#0a51a1;
    background:#e6edff;*/
}

/*
.page_header {
    color: inherit;
    background: inherit;
    background-image:url(./images/eauskunft_header_background_right.gif);
    background-repeat:no-repeat;
    background-position:right top;
    border-bottom: 20px solid #0a51a1;
}*/
#headernamefull {
    color: #777;
    font-size: 28px;
}

#headernameextended {
    color: #777;
}

.panel-heading#headingOne {
    padding: 10px 3px;
}

.panel-heading#headingTwo {
    padding: 10px 3px;
}

.panel-heading#headingThree {
    padding: 10px 3px;
}
/*
  Linkes Menü (12)
 */
div.page_middle_menuLeft a{
    color: black;
    background: #e6edff;
}
/*
  Menüeintrag im linken Menü
 */
.page_middle_menuLeft li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
}
/*
  Selektierter Menüeintrag im linken Menü
 */
.page_middle_menuLeft li>a.selected {
    background-color: inherit;
    color:red;
}
/*
  Link im Menüeintrag im linken Menü, aktiviert
 */
.page_middle_menuLeft a:hover, .page_middle_menuLeft a:active, .page_middle_menuLeft a:focus {
    color: #3366cc;
    background-color:inherit;
}
.page_middle_menuRight {
    color: inherit;
    background: inherit;
}
.page_middle_content {
    color:#0A51A1;
    background: #FFFFFF;
    border-right-style:solid;
    border-right-width:20px;
    border-left-style:solid;
    /*border-left-width:12.5em;*/
    border-right-color: #0A51A1;
    border-left-color: #E6EDFF;
}
/* IE6 */
* html .page_middle_content {
    border-left-color: #E6EDFF;
    border-left-style:solid;
    border-left-width:12.5em;
}
/* ###################  breiterer Ramiris-Menübaum ################### */
body.ramiris .page_middle_menuLeft {
    
}

body.ramiris .page_middle_content {
    border-left:20em solid #E6EDFF;
}

.content_header {
    color: inherit;
    background: inherit;
}
.content_header h1 {
    color: red;
    background: inherit;
}
/* #content_header */
.content_header h3 {
    color:black;
    background-color:#E6EDFE;
}
.content_body {
    color: inherit;
    background: inherit;
}
.content_body div h3 {
    border-bottom-color: #0A51A1;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.content_body div.section h3 {
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color: #0A51A1;
}
.content_footer {
    color: inherit;
    background: inherit;
}
.page_footer td {
    color:#0A51A1;
    background-color:#E6EDFF;
}
/* ###################  COMMON CONTENT  ################### */
.content_body table {
    border-width: 0;
    border-style: solid;
    border-color: #0a51a1;
}
/* Wechselnde Zeilenfarben bei Tabellen */
tr.even td {
    color: inherit;
    background-color: #ffffff;
}
tr.odd td {
    color: inherit;
    background-color: #f9f9f9;
}
/* Buttons */
/* normaler Button */
/*
.content_body .button {
    color: #0a51a1;
    background-color: #e6edff;
    border-color: #0a51a1;
    border-width: 1px;
    border-style:solid;
}
*/
/* Attribut-Selektor wird von IDE ggf. nicht unterstützt */
.content_body .button[disabled="disabled"] {
    color:gray;
    font-weight:normal;
}
/* IE6 */
* html .content_body .button {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
.content_body .buttonFixedLength1 {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* Falscher Button (LinkButton) */
.page_middle_content .content_body a.button {
    color: #0a51a1;
    background-color: #e6edff;
}
/* Sort-Button */
/*
.sortButton {
    color: #0a51a1;
    background-color: #e6edff;
    border-color: #0a51a1;
    border-width: 1px;
    border-style:solid;
}
*/
/* Table-Header, der wie ein Sort-Button aussieht */
th.tableHeader {
    border-width: 1px;
    border-style:solid;
    border-color: grey;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}
div.tableHeader {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* Table-Header, der den Sort-Button Style imitiert */
th.header {
    /*border:1px solid #0A51A1;
    background-color:#E6EDFF;*/
}

.pagingControl .page_highlighted {
    color: red;
    background-color: inherit;
}
td>a.button_warenkorb, td>input.button_warenkorb {
    color: #0A51A1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* ############################################## */
/* links generell */
/* Neue Version: nicht so harter Selektor (11) */
.page a, a:link, a:visited, a:hover, a:active, a:focus, input[type="submit"], input[type="button"] {
    /* color: #0A51A1;
    background-color:inherit; */
}
/* Neue Version: nicht so harter Selektor (11) */
.page a, a:link, a:visited, a:hover, a:active, a:focus, input[type="submit"], input[type="button"] {
    /* color: #0A51A1;
    background-color:inherit; */
}
.errormessage {
    color: red;
    background-color: inherit;
}
.infomessage {
    color: #014BB0;
    background-color: inherit;
}
.validmessage {
    color: green;
    background-color: inherit;
}
.warningmessage {
    color: #CC5500;
    background-color: inherit;
    font-weight: bold;
}

/* ###################  SPECIAL CONTENT  ################### */
/* Meldungsdialog / MessagBox */
div.messagebox, .messagebox div.buttons input {
    border-color: #0A51A1;
    border-style: ridge;
    border-width: 1px 3px 3px 1px;
}




/* Nutzungsstatistik */
div#statisticsFilter {
    color: inherit;
    background-color: #ffffff;
}
fieldset#filter_einstellungen {
    border-color: #0a51a1;
    border-width:1px;
    border-style:solid;
}
/*
  die AMPEL
  als Vordergrundfarbe orange statt gelb gewählt, wg. besserem Kontrast
 */
.rot, p.rot, td span.rot {
    color: red;
    background-color: inherit;
}
.orange, td span.orange {
    color: orange;
    background-color: inherit;
}
.gruen, td span.gruen {
    color: green;
    background-color: inherit;
}
/* ################################################################ */
.deaktiviert {
    color: red;
    background-color: inherit;
}
a.abgemeldet {
    color: red;
    background-color:inherit;
}
/* ################################################################ */
/* Progresstracker Farben */
div#progresstracker input {
    background-color:transparent;
    color:inherit;
}
div#progresstracker li.visited input {
    /*color:#0A51A1;*/
    color:white;
}
div#progresstracker li.current > span > input {
    color:white;
}
div#progresstracker li.notvisited input {
    color:#0A51A1;
}
ul#pt_sub li.visited input {
    color:#0A51A1;
}
div#progresstracker li.zeile li.visited span {
    color:#0A51A1;
}
/*div#progresstracker li.zeile li.visited input {
    color:#0A51A1;
}*/
/* Progresstracker sliding doors images */
/* ################################################################ */
/* RamirisIp Farben */
/* Der expandable Tree */
table#expandabletree {
    color:inherit;
    background:inherit;
    border-color:#0A51A1;
}
table#expandabletree h3 {
    background-color:#E6EDFF;
    color:inherit;
}

.content_header div.teaser {
    background: url(./images/bg_aktion.gif) no-repeat scroll left top transparent;
    padding-top: 4px;
    padding-left: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-top: 3px;
    padding-left: 4px;
}

/*#assistent .validation.block, .errormessage.validation {
    display: block;
    margin-left: 39.1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-right: 2.3em;
}*/

#TaetigkeitNebenerwerbJa {
    margin: 10px 10px 10px 0px;
}

#TaetigkeitNebenerwerbNein {
    margin: 10px 10px 10px 15px;
}

@media (max-width: 1200px){
    .no_more_table td {
        padding-left: 1em!important;
    }
}

div#containercontentfull {
    width: 100%;
    padding-left: 0px;
}

.hinweislabel{
    margin-right: 6px;
}