/*stuff to hide*/
#searchablecontent, #skip {
    display: none;
    visibility: hidden;
}

#printlogo {
visibility: hidden;
}


/*GENERAL*/

* {
    padding: 0; 
    margin: 0;
}

html#web, body {
    overflow: auto;
    height: 100%;
    margin: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #4b4b4b;
}

input, textarea, button, select, table, th, td, div, p, label, span {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 100%;
    color: #4b4b4b;
}

body#epozcontent {
    color: #4b4b4b;
    background-color: white;
}

table {
    border: 0;
    border-collapse: collapse;
}

table td {
    padding-right: 6px;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #040b97;
    font-weight: bold; 
}

a:hover {
    color: #e2190a;
    font-weight: bold;
}

img {
    border: 0;
}



/*Layout*/



#logo {
    position: absolute; 
    top: 77px; 
    left: 0; 
}

#container {
    position: absolute; 
    top: 142px; 
    left: 15px; 
    right: 0px; 
    bottom: 92px;
    background: #e5e6f4;
    height: 410px;
}

#balken_links {
    position: absolute; 
    left: 0;
    top: 142px; 
    bottom: 92px; 
    width: 15px; 
    height: 410px;
    background: #040b97;
}

#author {
    position: absolute; 
    left: 3px; 
    bottom: 17px; 
}

#balken_oben {
    position: absolute; 
    left: 0; 
    top: 0; 
    right: 0;
    height: 14px; 
    background: #a7aada;
}

#balken_unten {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    right: 0;
    height: 14px; 
    background: #a7aada; 
}
    
#contactinfo {
    position: absolute; 
    left: 15px; 
    bottom: 18px; 
}

#contactinfo img {
    padding-bottom: 5px; 
}    

#fachberater {position: absolute; top: 40px; left: 15px; width: 180px;  }    
#fachberater strong {color: #040b97;}

#slogan {
    position: absolute; 
    left: 55px;
    top: 0px;
}

#shadow {
    position: absolute; 
    left: 262px; 
    top: 182px; 
    right: 208px; 
    bottom: 9px;
    background: #999;
}

#sujet {
    position: absolute; 
    left: 15px; 
    top: 180px; 
    border-top: 1px solid #e2190a;
    border-bottom: 1px solid #e2190a;
    width: 245px;
    height: 163px;
}

#functions {
    position: absolute; 
    right: 15px; 
    bottom: 0; 
    top: 1px;
}

#functions img {
    margin-left: 5px;
}


    
/*Navigation*/
#nav {
     position: absolute; 
     right: 0; 
     padding-right: 14px;
     top: 14px;
     padding-top: 23px; 
     bottom: 0px; 
     width: 198px;
     background: #ced0eb;
     text-align: right; 
     list-style-type: none;
     font-size: 13px; 
}

#nav li {
     position: relative;
     list-style-type: none;
     padding-bottom: 5px;
}

#nav li a{
      color: #040b97;
}

#nav li a:hover {
     color: #e2190a;
}

#nav li a.active, #nav li a.activenode {
     color: #e2190a;
}

#nav li ul {
     display: none;
     padding-top: 3px;
}

#nav li.active ul, #nav li.activenode ul {
     display: block;
     visibility: visible; 
     padding-right: 8px; 
}


#nav li ul li{
     text-decoration: none; 
     color: #4b4b4b;
     list-style-type: none;
     background-image: none!important; 
     display: block;
     visibility: visible;

}

#nav li ul li a {
     display: block; 
     list-style-position: outside;
     color: #4b4b4b;
     visibility: visible;
}

#nav li ul li:hover {
     background-image: none!important;
}

#nav li ul li a.active, #nav li ul li a.activenode {
     color: #e2190a;
     display: block;
     list-style-type: none!important; 
     background-image: none!important;

}

#nav li ul li a:hover {
     list-style-type: none!important;
     color: #e2190a;
     background-image: none!important;
}

#nav ul ul {
    display: none;
}
     


/*Inhalte*/
#headline {
    position: absolute; 
    top: 5px; 
    left: 4px;
    padding-left: 2px; 
    font-weight: bold;
    font-size: 18px;
    color: #040b97;     
}     

#printhead {
    visibility: hidden; 
}

#content_container {
    position: absolute; 
    left: 260px; 
    top: 180px; 
    right: 210px; 
    bottom: 11px;
    border: 1px solid #040b97;
    background: #fff;
}

#content {
    position: absolute; 
    top: 50px; 
    right: 15px; 
    bottom: 15px; 
    left: 15px; 
    overflow: auto; 
    padding-right: 5px; 
    padding-bottom: 5px;
    color: #4b4b4b;  
}

#content p, #content ol, #content ul, #content table {
    margin: 0 0 0 0;
}

#content li {
    list-style: url(../images/list_style.gif);
    list-style-position: outside;
    margin-left: 15px;
}

h1 {
    margin: 0 0 1em 0;
    font-size: 120%;
    color: #040b97;
}

h2 {
    margin: 1em 0 1em 0;
    font-size: 110%;
    color: #040b97;
}

h3 {
    margin: 5px 0 3px 0;
    font-size: 110%;
    color: #040b97;
}

h4 {
    margin: 0 0 1em 0;
    font-size: 105%;
    color: #040b97;
}

h5 {
    margin: 0;
    font-size: 100%;
    color: #040b97;
}

h6 {
    margin: 0;
    font-size: 100%;
    color: #040b97;
}

#atikon_address {
    padding-left: 148px;
}

#atikon_contact td {
    width: 148px;
}



/*Formulare*/
form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    margin: 0;
    padding: 0;
}

input, textarea {
    padding: 0 2px;
    border: 1px solid #000000;
}

select {
    border: 1px solid #000000;
}

textarea {
    overflow: auto;
}

label.error {
    color: #FF0000;
}

label.error input, label.error select, label.error textarea {
    border: 1px solid #FF0000;
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

#content form {
    margin-bottom: 1em;
}

#content form .container_1 {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.3em;
    width: 240px;
    height: 24.8em;
}

#content form .container_2 {
    float: left;
    margin-bottom: 0.3em;
    height: 24.8em;
}

#content label {
    display: block;
    margin-bottom: 0.1em;
    height: 3em;
}

#content label span {
    display: block;
}

#content input, #content textarea {
    width: 210px;
    margin-top: 1px;
}

#content input.radio, #content input.checkbox {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    width: auto;
}

#content button {
    margin-right: -0.2em;
}

#content .button_send {
    float: right;
    font-weight: bold;
    color: #040b97;
}

#content .button_send:hover, #content .button_senden.hover {
    color: #e2190a;
}

#content #label_plz {
    float: left;
    margin-right: 3px;
}

#content #fld_plz {
    width: 40px;
}

#content #label_ort {
    float: left;
}

#content #fld_ort {
    width: 160px;
}

#content #label_telefon {
    clear: both;
}

#content #label_text {
    height: 21em;
}

#content #fld_text {
    height: 19.8em;
}

#content .contact_address {
    float: left;
    margin-right: 2em;
}

#content table.contact_phone_fax {
    float: left;
    margin-right: 2em;
}

#content table.contact_web {
    float: left;
}

#content table.contact_phone_fax th, #content table.contact_web th {
    font-weight: bold;
    text-align: left;
    padding-right: 1em;
}



/*Diverses*/


.leftlabeled {
    clear: both;
}

.leftlabeled th {
    font-weight: bold;
    text-align: left;
    padding-right: 1em;
}

.clearing {
    float: none;
    clear: both;
}

#content .download *, #content .link * {
    vertical-align: middle;
    padding-right: 10px; 
}

#content .download_section h2 {
    padding-top: 10px; 
}

/*ZMS*/
.zms_file {
    margin: 0 0 1em 0;
}

.zms_file .text {
    display: none;
}

.zms_file img {
    vertical-align: middle;
}


/*ANKERELEMENTE*/

#content .anchornav {
    margin-bottom:5px;
    padding-bottom:2px;
    font-size: 11px;
    text-align: center;
}

#content .anchornav ul {
    list-style-type:none;
    list-style-image: none;
    margin:0!important;
    padding: 0!important;
    float: left; 
    left: 0;
}

#content .anchornav li {
    float:left;
    list-style-type: none;
    list-style-image: none;
    padding-left:0;
    padding-bottom:2px!important;
    margin: 0;

}

#content .anchornav ul li a {
    border:0;
    padding-left:4px;
    padding-right:4px;
    white-space:nowrap;
    list-style-type: none; 
    color: #040b97;
}

#content .anchornav a:hover {
    color: #e2190a; 
}

#content .anchornav .last {
    border:0;
}

#content .anchornav a {
    color:#040b97;
    text-decoration: underline;
}

#content .anchornav a:hover {
    color:#e2190a;
}

#content .anchornav a:active {
    color: #e2190a;
}

#subsubnav {
    position:absolute;
    left:246px;
    top:18px;
}

#subsubnav a {
    display:block;
    float:left;
    padding-right:28px;
}

#subsubnav a.active {
    color: #e2190a;
}


/*STEUERNEWS*/

#news_selection {
    position: absolute; 
    left: 245px; 
    top: 18px; 
}

#news_selection span {
    color: #e2190a;
}

.news_page {
    padding: 5px;
}

.news_page h2 {
padding-bottom: 5px; 
}

.image {
    padding-right: 10px;
    padding-bottom: 2px;
    float: left;
}

#pic_small {
    padding-right: 5px;
    padding-bottom: 2px; 
    float: left; 
}

.news_preview {
border-bottom: 1px dashed #ac001c;
}

#news_page #inhalt p {
padding-bottom: 1em; 

}

.news_preview .entity {
padding: 5px; 
}

.news_entry {
padding-bottom: 5px; 
}

.news_entry .vorwort {
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 2px; 
    color: #333;
    
}

.news_entry a {
    color: #e2190a; 
    font-size: small;
    text-decoration: underline;  
}

.container_newspage {
    margin-top: 5px; 
    margin-bottom: 15px; 
    border-bottom: 1px dashed #ac001c;
    padding-bottom: 5px; 
    color: #eeeeee;
}

.container_newspage p {
padding-bottom: 1em; 
padding-top: 1em;
}



/*SITEMAP */

#sitemap ul, #sitemap ul li {
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

#sitemap ul {
    list-style-image:url(../images/list_style.gif);
}

#sitemap ul li {
    list-style-image:none!important;
    list-style-type: none;
    padding-bottom: 2px;
}

#sitemap ul li li {
    display: none; 
}

#sitemap ul a {
    color: #040b97;
    text-decoration: none;
}

#sitemap a:hover {
    color: #e2190a;
}


/*ZURÜCK_NACH OBEN LINKS*/

#content .infolist_toplink {
    text-align:right;
    border-top:1px solid #e2190a;
    margin-top:8px;
    margin-right: 10px;
    padding-right: 8px;
}

#content .infolist_toplink a {
    color:#040b97;
    text-decoration:none;
}

#content .infolist_toplink a:hover {
    color: #e2190a;
}

#content .leistungen_toplink {
    text-align:right;
    border-top:1px solid #e2190a;
    margin-top:8px;
    margin-right: 10px;
    padding-right: 8px;
    margin-bottom: 5px;
}

#content .leistungen_toplink a {
    color:#040b97;
    text-decoration:none;
    border-right: 1px solid #ac001c;
    padding-right: 5px;
    margin-top: 5px; 
}

#content .leistungen_toplink a.last {
border: none; 
padding-right: 5px; 
padding-left: 5px; 
}

#content .leistungen_toplink a:hover {
    color: #e2190a;
}



/* ONLINETOOLS */


#calcdiv {
    position:absolute;
    left:0px;
    top:0px;
    bottom:3px;
    right:0px;
}

#calc {
    position:absolute;
    top:0px;
    bottom:0px;
    width: 95%;
    height: 100%;
}  
                          
.onlinetool_overview h3 {
    padding-top: 5px; 
    padding-bottom: 3px;
}     

.onlinetool_overview .entity {
    padding-bottom: 5px; 
    margin-bottom: 5px; 
}

.onlinetool_overview p {
    padding-bottom: 3px;
}

.popuponlinetool p {
    padding-bottom: 5px; 
}




/* SWE */

#form_recommendation .sender {
    width:250px;
    float:left;

}

#form_recommendation #label_kommentar {
    float:left;
    height: auto;
}

#form_recommendation .texteingabefeld {
    width: 215px;
    white-space: pre-wrap;  
    text-align: left; 
}



/* NEWSLETTER */

#form_newsletter #label_name {
    float:left;
    margin-right:10px; 
    width: 250px;
    height: 50px;  
}       

#form_newsletter #label_email {
    width: 230px; 
    height: 50px;  
    float: left; 
}


/* GUTSCHEIN */

#content form .container_termine .container_1, #content form .container_termine .container_2 {
    height:auto;
    margin-bottom:20px;
}


/*STARTSEITE*/

#container.startpage {
    position: absolute; 
    top: 142px; 
    left: 15px; 
    right: 118px; 
    background: #e5e6f4;
    height: 350px;
}

#balken_links.startpage {
    position: absolute; 
    left: 0;
    top: 142px; 
     width: 15px; 
    height: 350px;
    background: #040b97;
}

#content.startpage {
    display: none;
}

#content_container.startpage {
    display: none;
}

#shadow.startpage {
        position: absolute; 
    left: 262px; 
    top: 182px;
    width: 443px;
    height: 332px;
}


#sujet_startseite {
    position: absolute; 
    left: 260px; 
    top: 180px;
    z-index: 2000;
} 

#flash {
    position: absolute; 
    left: 260px; 
    top: 180px;
    z-index: 2000;
}



/* Popup */

#web #popup_background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    z-index: 10000;
}

#web #popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    background: #FFFFFF;
    z-index: 100000001;
}

#web #popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#web #popup_close a {
    background: url(../images/close.gif) no-repeat 0 0;
    display: block;
    width: 15px;
    height: 15px;
}

#web #popup_close span {
    display: none;
}

#web #popup_text {
    position: absolute;
    top: 35px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    overflow: auto;
    padding-right: 20px;
}

#web #popup_content table {
    border-collapse: collapse;
}







/* Teamseite */

#content .teamoverview_item {
    display: block;
    float: left;
    width: 280px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 25px;
}

#content .teamoverview_item li {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#content .teamoverview_item .headline a {
    border: 0;
}

#content .teamoverview_item .headline a:hover {
    color: #4d4d4d;
}

#content .teamoverview_item .headline {
    margin: 0;
    margin-right: 18px;
    border-bottom: 1px solid #e2190a;
    padding-bottom: 3px;
}

#content .team_member {
    display: none;
}

#web #popup_text .mainpic {
    margin-right: 20px;
}

#team_member {
    margin-top: 30px;
}

#web #popup_content .mainpic {
    float: left;
}

#web #popup_content h1 {
    font-size: 14px;
    color: #040b97;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2190a;
}

#web #popup_content ul {
    margin-left: 210px;
}

#web #popup_content li {
    padding-left: 20px;
    list-style-image: url(../images/list_style.gif);
}

.lexikon_liste {
    border-bottom: 1px dashed #e2190a;
    padding-bottom: 20px; 
    margin-bottom: 20px; 
}

/*INFOLISTEN*/

table.normal {
    font-size: 9px; 
    width: 80%;
    margin-left: 5px;
    margin-top: 5px;

}

table.data tbody td, table.data tbody th {
    border-bottom: dashed 1px #333;
    padding:2px;
}

table.data thead th {
    width: auto!important;
    font-size: 10px;
    text-align: right;
    padding-right: 5px;
}

table.data th {
    font-weight: normal;
    vertical-align: top;
    padding-top: 3px; 
    padding-bottom: 3px;

}

table.data thead, table.insetheader .first th, table.data th.sub {
    color: #cccccc;
    padding-top: 5px; 
    padding-bottom: 5px;
}
table.data td, table.data th {
    padding-right: 5px;
    text-align: right;
}

table.data td.last, table.data th.last {
    padding-right: 1px;
    width:70%!important;
    font-size: 10px;
}

table.data tbody th, table.data th.desc {
    text-align: left;
    padding-right: 10px;
}


#infoliste_de_steuertermine td {
font-size : 9px;
padding : 1px;
border-right : 1px dashed #333;
border-bottom : 1px dashed #333;
}
#infoliste_de_steuertermine {
border-left : 1px dashed #333;
border-top : 1px dashed #333;
padding-bottom: 2px; 
width: 80%!important;
}


div.zms_graphic.left {
    text-align: left;
}
div.zms_graphic.right {
    text-align: right;
}
div.zms_graphic.floatleft {
    float: left;
}
div.zms_graphic.floatright {
    float: right;
}
div.zms_graphic.center {
    text-align: center;
}
div.graphic.alignleft {
    float: left;
    text-align: right;
}
div.graphic.alignright {
    float: right;
    text-align: right;
}



/*Suche*/

#content dd em {
display: none; 
}

#content dl {
border-bottom: 1px dashed #333;
margin-bottom: 3px; 
padding-bottom: 3px; 
padding-top: 3px;
}


