/*
    Layout module: 3 columns, source ordered, fluid center - fixed columns
    Media type(s): projection, screen (projection for Opera in full screen mode)
*/
/******************** ALLGEMEINE DEFINITIONEN ********************/
* { 
        font-family: Arial, Helvetica, Verdana, sans-serif;
        margin: 0pt;
        padding: 0pt;
}
a:link, a:visited { text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted; cursor: help; font-style: normal; }
address { font-style: normal; }
blockquote, cite, em, q {font-style: italic; }

/* leeres div */
.blanko { clear: both;  }
.blankomini { clear: both; height: 0em; line-height: 0em; font-size: 0em; margin: 0; padding: 0; }
.blankoprosper { clear: left; line-height: 0.1em; font-size: 0.1em; height: 0.1em; margin: 0; padding: 0; }

body{
         -moz-background-clip: -moz-initial;
         -moz-background-inline-policy: -moz-initial;
         -moz-background-origin: -moz-initial;
          border: 0pt none;
          color: rgb(0, 0, 0);
          padding: 0 0 0 0;
}
h1 { font-size: 150%; line-height: 150%; margin: .5em 0px .5em 0px; }
h2 { font-size: 135%; line-height: 135%; margin: .5em 0px .5em 0px; }
h3 { font-size: 120%; line-height: 120%; margin: .5em 0px .5em 0px; }
h4 { font-size: 105%; margin: .5em 0px .5em 0px; }
h5 { font-size: 100%; margin: .5em 0px .5em 0px; }
h6 { font-size: 100%; margin: .5em 0px .5em 0px; }
hr { display: none; }
img { border: 0pt none ; }
input { border: 1px solid rgb(74, 74, 99); color: rgb(74, 74, 99); }
legend { color: rgb(0, 0, 0); }
q:before { content: ""; }
q:after { content: ""; }

select { border: 1px solid rgb(74, 74, 99); color: rgb(74, 74, 99); }
strong { font-weight: bold; }
ol { margin-left: 40px; }
optgroup { font-style: normal; font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0pt; caption-side: top; empty-cells: show; }
* html table { font-size: 100%; }
td, th { text-align: left; vertical-align: top; }
* html td,
* html th { font-size: 100%; }
textarea { border: 1px solid rgb(74, 74, 99); color: rgb(74, 74, 99); }
ul { list-style-image: none; list-style-position: outside; list-style-type: none; }

/******************** ALLGEMEINE KLASSEN ********************/
.bordered { border: 1px solid rgb(199, 18, 23); }
.button { background-color: rgb(252, 247, 235); border: 1px solid rgb(199, 18, 23); color: rgb(199, 18, 23); }
.checkbox, .radio { border: none; }
.links { float: left; }
.nofloat { float: none; }
.leftClearAfter { clear: right; float: left; }
.leftClearBefore { float: left; clear: left; }
.leftClearBoth { float: left; clear: both; }
.lowercase { text-transform: lowercase; }
.password, .text { border: 2px solid rgb(74, 74, 99); color: rgb(74, 74, 99); }
.rechts { float: right; margin-left: 1.67em; margin-right: 0pt; }
.rightClearAfter { clear: right; float: left; }
.rightClearBefore { float: right; clear: right; }
.rightClearBoth { float: right; clear: both; }
.unbordered { border: none; }
.uppercase { text-transform: uppercase; }
.center{ text-align: center; }
.middle{ vertical-align: middle;}
.fett{ font-weight: bold; }
.textRechts{ text-align: right; }
/******************** SEITENAUFBAU ELEMENTE ********************/
#wrapperOuter{
             margin: 0 5% 0 5%;
             padding: 0 0 2em 0;
             text-align: left;
}
#wrapperInner {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#wrapperDivisions {
     background: #FCF7EB;
     padding: 0 0 2em 0;
     width: 100%;
}
#wrapperContent {
    font-size: 70%;
    line-height: 140%;
    margin: 0 220px 0 220px; 
    padding: 0;

}
/******************** branding ********************/
#branding { background: rgb(199, 18, 23); margin: 0; padding: 0; width: 100.01%; }
#branding #slot1{ float: left; }
#branding #slot1 img { border: none; height: 80px; }
#branding #slot2{ margin: 0; padding: 0 0 0 0; text-align: right;  }
#branding #slot2 img { border: none;  height: 80px; vertical-align: bottom; }
#branding #slot2 object { border: none; margin: 0; padding: 0; vertical-align: bottom; height: 80px; width: 400px; }

/*********************************
 * Deko    *
 *********************************/
#deko { background-color: #fcf7eb; line-height: 0.5em; margin: 0; height: 0.5em; }
#dekoleft { background: #ea1317; float: left; margin: 0; padding: 0; width: 22%; }
#dekoright { background-color: #ea1317; float: right; margin: 0; padding: 0; width: 35%; }
#content.altGrid {
    margin-right: 0;
    padding-right: 0;
}

#navStart a, #navContent a {     padding-left: 13px; }

/************************* Content *****************************/
#content{
float: left;
     padding: 2em 0 0 0;
     overflow-x: auto;
     width: 100%;
} 
* html #content{
float: none;
          width: 95%;
} 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content address, #content blockquote, #content table, #content dl, #content ol, #content ul, #content form, #content .abstract, #content .interview dd, #content .interview dt {
     margin: 0pt 0pt 1em;
 }
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol { margin: .3em 0; }
#content ol {
    padding: .5em 0 .5em 2.67em; /* should at least be enough for two digits */
}
#content ul {padding: 0em 0 .5em 1em; }
#content ul li { padding-left: 1em; }

#content #navContent {
    margin: 0pt 0pt 2em;
padding: 0 0 1em 0;
 }
#content .links, #content .links li, #content .navIndex, #content .navIndexTable, #content .navIndex li,#content .navIndexTable li, #content #glossaryHits, #content #glossaryHits li, #content #navContent, #content #navContent li, #content #sitemap ul, #content #sitemap li {
     list-style-image: none;
     list-style-type: none;
     padding-left: 0pt;
 }
#content ul {
     list-style-type: none;
     position: relative;
}
#content ul li {
            background: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif) no-repeat 0 0.45em;
}
#content ul ul li {
            background: url(/SiteGlobals/StyleBundles/Bilder/inAktiveListing,property=default.gif) no-repeat 0 0.45em;
}
#content ul ul ul li{
           background: url(/SiteGlobals/StyleBundles/Bilder/standardListing,property=default.gif) no-repeat 0 0.45em;
} 
#content #glossaryHits{
       margin: 0 0 2em 0;
}
#content #glossaryHits li{
       background: url(/SiteGlobals/StyleBundles/Bilder/inAktiveListing,property=default.gif) no-repeat 0 center;
       padding: 0 0 0 1em;
}
#content #glossaryHits li.active{
       background: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif) no-repeat 0 center;
       color: #C71217;
       font-weight: bold;
}
#content #glossaryHits li a{
      color: #4A4A63;
}
#content ul.tree li {
       background: url(/SiteGlobals/StyleBundles/Bilder/inAktiveListing,property=default.gif) no-repeat 0 0.5em;
}
#content ul.tree li a{ color: #4A4A63; }
#content ul.tree li.active{
       background: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif) no-repeat 0 0.5em;
       color: #C71217;
       font-weight: bold;
}
#navSecondary dt, #navSecondary h2, #content caption, #content legend span { font-size: 109.09%; }

#content caption { padding: 0.42em 1em; }
caption, .textualData td, .textualData th, #downloads td, #downloads th { text-align: left; }
#content caption { background: #C1A079 none repeat scroll 0%;
     font-weight: bold;
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
}
td, thead th {
     text-align: left;
}
#content td, #content th, #content address {
     border-color: #F4E7CC;
 }
#content th {
     background: #F4E7CC none repeat scroll 0%;
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
}
#content table,
#content table caption,
#content table th,
#content table td{

}
#content caption {
    padding: .42em 1em;
}
#content td,
#content th {
    border-style: solid;
    border-width: 1px 0;
    padding: .5em .5em .5em 1em;
}

/****************** DownloadBereich *********************************/
#content .navIndex,
#content #searchResult,
#content .navIndexTable {
     border-bottom: 1px solid #F7AE8C;
     margin: 1em 0pt 2em 0;
     padding: 1em 0pt 0.7em;
     width: 100%;
}
#content .navIndex,
#content .navIndexTable {   overflow: hidden; /* to hide first <li>'s left border - no need for :first-child etc. */ }
.navIndex:after {
    display: block;
    clear: both;
    content: " ";
    height: 1px; /* avoid collapsing margins */
}
#content .navIndex li,
#content .navIndexTable li {
    line-height: 1;
    margin: 0 1px .33em -1px; /* negative margin-left to hide first <li>'s left border - no need for :first-child etc. */
    border-left: 1px solid; /* border-color is to be inherited from color */
    height: 1em;
}
#content ul.nebeneinander li,
#content .navIndexTable li{
    background: none;
    float: left;
    text-align: center;     
}
.navIndex a,
.navIndex strong, 
.navIndexTable a,
.navIndexTable strong {
    display: block;
    padding: 0 .5em 1px; /* padding-bottom @ IE-Win to render text-decoration correctly */
}
.navIndexTable li a{
       color: #4A4A63 !important;
}
.navIndexTable li strong{
    color: #EA1317;
}
#content #glossaryIndex{
   list-style: none;
   margin: 1em 0 2em 0;
}
#content #glossaryIndex li,
#content #searchResultIndex li{
  background : none;
  padding: 0 0 0 0em;
}
#content #glossaryIndex li a,
#content #glossaryIndex li strong{
  padding: 0 0.3em 0 1em;
}
#content #glossaryIndex li a { 
  background: url(/SiteGlobals/StyleBundles/Bilder/inAktiveListing,property=default.gif) no-repeat 0 0.25em;
  color: #4a4a63;
}
#content #glossaryIndex li strong { 
         background: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif) no-repeat 0 0.25em;
         color: #C71217;
}
#content .nebeneinander li a,
#content .nebeneinander li strong{
   background: none !important;                 /* important, damit der Hintergrund von der ID aufjedenfall ueberschriebne wird, wenn diese classe verwendet wird */
   padding: 0 0.3em 0 0.35em !important;
}
#content .download{
      border-bottom: 1px solid #F7AE8C;
      margin: 0 1em 2em 2em;
      padding: 0 0 .5em 0;
}
#content .download h3{
             color: #000000 !important;
             font-size: 100%;
             font-weight: normal;
             margin: 0 0 0 0;
}
#content .download .downloads{
                margin: 0 0 .5em 0;
                padding: 0 1em 0 0;
}
#content .download .downloads a{
                color: #4A4A63;
                margin: 0 0 0 0;
                padding: 0.25em 0 0.25em 2em;
}
#content .download .ShoppingCartAdd{
                margin: 0 0 .5em 0;
                padding: 0 1em 0 0;
                white-space: nowrap;
}
#content .download .ShoppingCartAdd a{
                margin: 0;
                padding: 0;
}
#content .download .shoopingCardLink{ color: #4A4A63; }
#content .download .cost,
#content .download .cost span{
           color: #4A4A63;
           font-style: italic;
           margin: 0;
           padding: 0;
}
#content h2.Publication,
#content h2.FAQ{
       background: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif) no-repeat  0.15em 0.45em;
       color: #000;
       font-size: 100%;
       margin: 0 0 0.5em 0;
       padding: 0 0 0 1em;
}
/* download typen */
#content .download .downloads a.pdf{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/pdf,property=default.gif) no-repeat 0 0; }
#content .download .downloads a.onlinepdf{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/onlinepdf,property=default.gif) no-repeat 0 0; padding: 0.25em 0 0.25em 2.75em; }
#content .download .downloads a.msword{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/word,property=default.gif) no-repeat 0 0; }
#content .download .downloads a.zip{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/zip,property=default.gif) no-repeat 0 0; }
#content .download .downloads a.excel{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/excel,property=default.gif) no-repeat 0 0; }
#content .download .downloads a.plain{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/txt,property=default.gif) no-repeat 0 0; }
#content .download .downloads a.default{ background: url(/SiteGlobals/StyleBundles/Bilder/downloads/file,property=default.gif) no-repeat 0 0; }
/********************* navToTOP ***************************/
.blockTopLabel{
    margin: 2em 0 2em 0;
}
p.navToTop {
     background: #FCF7EB;
     clear: both;
     font-weight: bold;
     text-align: right;
}
.navToTop a,
.navToTop a:link,
.navToTop a:visited{
     background: url(/SiteGlobals/StyleBundles/Bilder/toTOP,property=default.gif) no-repeat right 0;
     padding: 0.25em 2em 0.25em 0;
}
.navToTop a:hover,
.navToTop a:active{
     background-position:  right -63px;
}
#content #searchResult li { padding: 0 0 0 1em; }
#content #searchResult p {
       margin-top: 0em;
       margin-bottom: 0.5em;
}
#content #searchResult.metaData{
            font-size:95%;
            clear:both;
            text-align:right;
}
 
/* warpper */
#wrapperColumnA, #wrapperColumnB {
    float: left;
}
#columnA, #columnB {
    padding: 0 .8333em;
}
#columnA {
    padding-left: 0;
}
#columnB {
    padding-right: 0;
}
/* tables */
#content .wrapperTable {
    overflow: auto;
    width: 100%;
}
/****************** Forms **********************/
form{}
fieldset {
    border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
legend {
    color: #000; /* IE/Win does not inherit color */
}
optgroup {
    font-style: normal;
    font-weight: bold;
}
fieldset p.bInfos {
  color: #4a4a63;
  font-style: italic;
  font-weight: bold;
  padding: 1em 0 0 0;
}
fieldset p#bInfos {
            color: #4a4a63;
            font-style: italic;
            font-weight: bold;
            padding: 1em 0 0 0;
}
#content legend span {
     padding: 0.42em 1em;
}
label {
    color: #4A4A63;
    cursor: pointer;
    font-weight: bold;
}
input, textarea, select {
     border: 1px solid;
     padding: 0.15em 0 0.15em 0.25em;
}
.formField input,
.formField textarea {
    font-size: 100%;
}
#content fieldset {
    border: 1px solid #F7AE8C;
    margin: 0 0 1em 0;
    padding: 0 1em 1em 1em;
}
#content legend + p {
     clear: both;
} 
#content legend span {
     padding: 0.42em 1em;
     display: block;
     font-size: 100%;
     font-weight: bold;
}
#content form p,
#content form div {
     margin: 0pt;
     padding: 0.33em 1.67em;
} 
#content form div {
     padding-top: 1.33em;
     padding-bottom: 1.33em;
}
#content form div {
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}
 input, textarea, select {
     background: #fff none repeat scroll 0%;
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
}
input, select, textarea {
     border-color: #4A4A63;
}
input:focus, select:focus, textarea:focus {
    background-color: #FFFFE0;
} 
.checkbox,
.radio,
.reset,
.submit {
     width: auto ! important;
}
.readonly{  background: transparent;  color: #4A4A63;    border: none;    border-bottom: 1px solid;}
#content .reset, #content .submit {
     border-width: 1px;
     margin: 0pt 0.92em 0pt 0pt;
     padding: 0.25em 0.5em;
     background: transparent none no-repeat scroll 0pt;
     font-size: 100%;
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
}
#content .reset, #content .submit {
     border-color: #C71217;
     background-color: #FCF7EB;
     color: #C71217;
}
#content .reset:hover, #content .reset:focus {
     background-color: #C71217;
     color: #FCF7EB;
}
#content .submit:hover,
#content .submit:focus {
     background-color: #C71217;
     color: #FCF7EB;
} 
#content legend {
    margin: 0 0 1em 0;
}
#content fieldset {
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
 }
#content legend+p {
    clear: both;
}
#content legend span {
    display: block;
    padding: .5em 1em;
}
#content legend span span { /* setting a language is possible */
    display: inline;
    padding: 0;
}
#content form p,
#content form div {
    margin: 0;
    padding: .33em 1.67em;
}
#content .formNote {
    padding: .5em 0 0;
}
#content .formHandle {
    padding: 0pt 0pt 0pt 12em;
}
#content .formHandle .image{
    border: none;
}
#content form fieldset p:after {
    display: block;
    clear: both;
    content: " ";
}
#content form div {
    padding: 1.33em 0 1.33em 0;
}
#content form .formLabel,
#content .formNote,
#content .formField {}
#content form .formLabel {
    padding: .17em 0 0;
}
#content form .formChoices .formLabel {
    padding: .25em 0 0; /* depends on line-height for ".formChoices .formField span" */
}
#content form em {
    font-style: normal;
}
#content form .formLabel em{
 color: #4A4A63;
 display: block;
 font-weight: bold;
 padding: 0.5em 0.5em 0.25em 0;
}
form .formLabel .formHelp { /* help text */
    display: block;
    line-height: 1.1;
    padding: .55em 1.82em 0 0;
}
.FormTextInputArea,
.formField select{ 
           display: block;
           font-size: 100%;
           width: 100%;
}
#content form .formField,
.formField input,
.formField textarea {display: block; width: 100%; }
.formField span{
     clear: left;
     display: block;
     width: 100%;
}
.formField .radio{
     background: transparent;
     border: none;
     float: left;
     margin: 0.15em 0.5em 0 0;
     padding: 0em 0 0 0;
}
* html .formField .radio{
     border: none;
     float: left;
     margin: -0.15em 0 0 0;
     padding: 0 0 0 0;
}
.FormCheckbox{
    background: transparent;
    border: none;
}
.formChoices .formField span {
    line-height: 1.8;
    margin: 0 1em .3em 0;
    white-space: nowrap;
}
.error label,
.error .formLabel em,
.error .formField strong,
.error .formField input,
.error .formField select,
.error .formField textarea {
    font-weight: bold;
}
.error .formField strong { /* error message */
    display: block;
    padding: .25em 0 0;
}
.error .formField br {
    display: none;
}
#content .failure{ color: #c71217; display: block; font-style: italic; font-weight: bold;  margin: 0 0 1em 2em; padding: 0; }
/***************************** ServiceBereich DEKO ****************************************/
#content div#service { margin: 1em 0 1.5em 0; padding: 0; }
#content div#service .blankomini{ display: none; }
#content div#service div#imgdeko { display: none; }
#content div#service div#header { }
#content div#service div#header #headerimage { display: none; }
#content div#service h1 { display: block; color: #c71217; font-size: 150%; margin: 1em 0 1.5em 0; padding: 0 0 0 0; }

/********************* supplement ***********************/
#supplement {
           clear: both;
           float: right;
           margin: 0 0 0 0;
           padding: 1.5em 0 0 0; 
           text-align: left;
           width: 20%;
}
a {
     background-repeat: no-repeat;
     text-decoration: none;
}
.external{}
.links a,
#navBreadcrumbs a,
#navBreadcrumbs strong {
     background: transparent none no-repeat scroll 1px -147px;
     padding-left: 11px;
     -moz-background-clip: -moz-initial;
     -moz-background-origin: -moz-initial;
     -moz-background-inline-policy: -moz-initial;
}
#supplement h3 {
    font-size: 100%;
    margin: 1em 0pt 0.75em;
}
#supplement .links,
#supplement .teaser {
     border-bottom: 1px solid;
     margin: 0pt 0pt 1.5em;
     padding: 0pt 0pt 1.5em;
     width: 100%;
} 
#supplement .links li a,
#supplement .links li em {
     font-style: normal;
}
#supplement .links li a {
     margin: 0.25em 0pt 0pt 0pt;
} 
/*************************** navPrimary *********************************/
#navPrimary {
                     font-size: 70%;
                     font-weight: bold;
                     margin: 1em 0 0em 0;
                     text-transform: uppercase;
                     width: 70%; /* @ Firefox/Mozilla */
}
#navPrimary ul {
       clear: left;
       margin: 0 5% 0 0;
}
#navPrimary li {
    float: left;
    margin: 0 0 .5em 0;
}
#navPrimary li a,
#navPrimary li strong { border-left: 1px solid white; margin: 0; padding: 0 0.25em 0 0.25em; }
#navPrimary li a{
                  border-bottom: 1px solid #C71217;
}
#navPrimary li a:hover,
#navPrimary li a:focus,
#navPrimary li a:active{
 text-decoration: none;
                  border-bottom: 1px solid #fff;
}
#navPrimary li em *,
#navPrimary li strong{
         border-bottom: 1px solid #fff;
         font-style: normal;
}
/*********************************** navSecondary ******************************/
#navSecondary {
    float: left;
    margin: 0; /* margin-right @ Firefox/Mozilla for correct clearing if #content is shorter than #navSecondary */
    padding: 1.5em 0 2em 0;
    width: 200px;
}
#navSecondary dt { display: none; }
#navSecondary dd ul{
      width: 100%;
}
#navSecondary dd li {
     border-right: 1px solid #F76629; /* @ IE-Win, cause of IE Guillotine BUG */
     background-color: #F76629;
     display: block; /* @ IE-Win, avoid typical gap between links with "display: block;" in a list */
     margin: 0 0 1em 1em; 
     padding: 0.25em 0.25em 0.25em 1em;
}
#navSecondary dd li li{
        background: url(/SiteGlobals/StyleBundles/Bilder/iconNavEbene,property=default.gif) no-repeat 0 0.6em;
        margin: 0 0 0 0.5em; 
}
#navSecondary dd li li li {
        background: url(/SiteGlobals/StyleBundles/Bilder/iconNavEbene2,property=default.gif) no-repeat 0 0.6em;
}
#navPrimary li a,
#navPrimary li strong,
#navSecondary dl a,
#navSecondary dl em,
#navSecondary dl strong {
    display: block;
}
#navSecondary dl em { 
    /* em is for the page in the path */
    font-style: normal;
    font-weight: bold;
}
#navSecondary li.seperator{
 background: none;
 margin: -0.5em 0 0 0;
}
/**************************** navServiceMeta *****************************/
#navServiceMeta {
    height: 1.25em;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
}
* html #navServiceMeta { top: 0.5em; }
#navServiceMeta a {
            color: #EBA9A5;
}
#navServiceMeta li,
#navBreadcrumbs li { display: inline; }
#navServiceMeta li{ 
  padding: 0 0 0 0.5em;
}
/************************* siteInfo ******************************/
#siteInfo {
display: none;
}
#siteInfo li {
    display: inline;
    margin: 0 .5em 0 0;
}
.clear {
     clear: both;
     height: 0px; /* avoid collapsing margins */
     line-height:0px; /* for IE  */
     font-size: 0px;  /* for IE  */
     margin: 0; 
     padding: 0;
}
/* offleft technique instead of "display: none;" to support IE-Win based screenreader */
.aural, .navSkip,
#supplement h2,
#navPrimary h2,
#navServiceMeta h2,
#navBreadcrumbs p,
#siteInfo h2 {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

/****************** search ************************/
#navService #search h2{
               display: none;
}
#navService #search {
              margin: 0;
              padding: 0;
}
#navService #search form{
         margin: 0 0 0 0;
         padding: 0;
}
#navService ul {}
#navService #search input {
  margin: .25em 0 .25em 0;
  padding: 0.1em;
  vertical-align: middle;
  width: 70%;
}
#navService #search legend { display: none; }
#navService #search label{ font-weight: bold; }
#navService #search .image {
  cursor: pointer;
  font-size: 80%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
#navService #search .button {
  cursor: pointer;
  font-size: 95%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 19px;
  width: 30px;
}
.searchString{
/*    background-color: #ffdb22;*/
/*    background-color: #fcf0b8;*/
    background-color: #cadee6;
    font-weight:bold;
}
/************************* service **********************************/
#navService{
 float: right;
 font-size: 70%;
 width: 193px;
}
#navService #servicelogo{
  background: #F56010;
  margin: 0 0 1px 0;
  text-align: right;
  vertical-align: middle;
}

#navService #servicelogo img{
  border: none;
  font-size: 75%;
  margin: 0;
  padding: 0;
}
#navService h2{ display: none; }
#navService li {
     background: #F7AE8C;
     background-image: url(/SiteGlobals/StyleBundles/Bilder/kbs/serviceBildmini,property=default.gif);
     background-position:  0.5em 0.45em;
     background-repeat: no-repeat;
     color: #C81017;
     margin: 0 0 1px 0;
     padding: 0.25em 0.5em 1em 2em;
}
#navService li a,
#navService #search label{
     color: #C81017;
     display: block;
     font-weight: bold;
}
#navService li a{
      margin: 0 0 .5em 0;
}
#navService li a:hover{
        text-decoration: underline;
}
#navService li p{
  color: #000;
}
#navService .empty{
   background: none #F7AE8C;
   height: 7.5em;
}
#navService .ListEntry{
           margin: 0;
           padding: 0;
}

/******************** SEITENAUFBAU FARBEN ********************/
body{ background: #C71217; }
#branding{ background: #C71217;}

/******************** navPrimary ********************/
#navPrimary,
#navPrimary a {
         background: #C71217;
         color: #fff;
}
#navPrimary a:hover { text-decoration: underline; }

/******************** InahltsNavigation Farben ********************/
#navSecondary{ 
              font-size: 70%;
              background: #EA1317;
}
#navSecondary dl li { background: #F76629; }
#navSecondary dt,
#navSecondary h2,
#navSecondary h2 *,
#navSecondary dl a,
#navSecondary dl strong {color: #fff; }
/******************** Ueberschriften innerhalb des Contents ********************/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { color: rgb(199, 18, 23); }
/* #content .subheadline { font-size: 130%; font-weight: bold; } */
/* #content h2.newsDate{ color: #000000; font-size: 100%; } */
#content a { font-weight: bold; }
a:link,
a:visited ,
a:hover,
a:active,
a:focus {color: rgb(199, 18, 23); }
#content #navContent { border-bottom: 0.09em solid #C71217; }

/******************** Breadcrumb ********************/
#navBreadcrumbs {
           background: #EA1317;
           border: 1px solid #EA1317;
           color: #fff;
           font-size: 70%;
           padding: 0.5em 2em 0.5em 4em;
}
#navBreadcrumbs a {
             background: url(/SiteGlobals/StyleBundles/Bilder/kbs/breadcrumb__trenner,property=default.gif) no-repeat left 0.25em;
             color: #fff;
             padding: 0 0 0 2.25em;
}
#navBreadcrumbs a.first {
             background: none;
             padding: 0 0 0 0;
}
/* aktives Breadcrump Element */
#navBreadcrumbs strong {
             background: url(/SiteGlobals/StyleBundles/Bilder/kbs/breadcrumb__trenner,property=default.gif) no-repeat left 0.25em;
             color: #fff;
             font-weight: normal;
             margin: 0;
             padding: 0 0 0 2.25em ;
}
#navBreadcrumbs ol { 
              margin: 0;
              padding: 0 1em 0 .5em;
}
/* Listen Elemente innerhalb der Breadcrump */
#navBreadcrumbs li { display: inline; line-height: 1.5em; list-style: none; }
/* Abschnitte innerhalb der Breadcrump */
#navBreadcrumbs em { font-style: normal; }


/******************** siteinfo ********************/
#siteInfo { background: #FCF7EB; }
dl.shoppingcart {}
dl.shoppingcart dt {
    background-color: #fff;
    float: left;
    width: 3.5em;
    clear: left;
    text-align: center;
    padding: .1em 0 .1em 0;   
}
dl.shoppingcart dd {
    background-color: #F4E7CC;
    padding: .1em 0 .1em 0;
}

/********************** Drucken ********************************/
#ServicePrintLink{
          border-left: 2px solid #F7AE8C;
          border-top: 2px solid #F7AE8C;
}
#ServicePrintLink a{
                 color: #4A4A63;
                 display: block;
                 font-size: 89%;
                 font-weight: bold;
                 margin: 0 0 0 0;
                 padding: 1em 0 1em 4.5em;
}

#ServicePrintLink a:link,
#ServicePrintLink a:visited{ 
                 background: url(/SiteGlobals/StyleBundles/Bilder/printIcon,property=default.gif) no-repeat 1.25em 6px;
}
#ServicePrintLink a:hover,
#ServicePrintLink a:active,
#ServicePrintLink a:focus{
                   background: url(/SiteGlobals/StyleBundles/Bilder/printIcon,property=default.gif) no-repeat 1.25em -173px;
                   text-decoration: underline;
}
/********************** Download Service ********************************/
#navDownloadService{
                  background: url(/SiteGlobals/StyleBundles/Bilder/printdeko,property=default.gif) no-repeat right 0px;
                  border-bottom: 2px solid #F7AE8C;
                  clear: right;
                  float: right;
                  margin: 2em 0 0 0;
                  padding: 24px 0 0 0;
                  width: 191px;
}
#navDownloadService h2{ 
                  background: url(/SiteGlobals/StyleBundles/Bilder/iconDownloadService,property=default.gif) no-repeat 1em center;
                  border-bottom: 2px solid #F7AE8C;
                  color: #4A4A63;
                  display: block;
                  font-size: 100%;
                  margin: 0;
                  padding: 1em 1em 1em 4.5em;
}
#navDownloadService h2{ 
                  background: url(/SiteGlobals/StyleBundles/Bilder/iconDownloadService,property=default.gif) no-repeat 1em center;
                  border-bottom: 2px solid #F7AE8C;
                  border-left: 2px solid #F7AE8C;
                  border-top: 2px solid #F7AE8C;
                  color: #4A4A63;
                  font-size: 85%;
                  margin: 0;
                  padding: 1em 1em 1em 4.5em;
}
#navDownloadService dl { 
                  border-left: 2px solid #F7AE8C;
 border-bottom: 1px solid #FCF7EB;
                  font-size: 85%;
 margin: 0 0 0 0;
                  padding: 0 0 1em 0;
}
#navDownloadService dt {
                  border-bottom: 2px solid #F7AE8C;
                  color: #C81017;
                  font-weight: bold;
                  margin: 0 1em 0 1em;
                  padding: 1.25em 0 0 0;
}
#navDownloadService dd {
                  margin: 0.5em 0 0em 1.25em;
}

#navDownloadService dd ul{
     margin: 0 0 0 0;
     padding: 0 0 0 0;
}
#navDownloadService dd ul li {
                   background: url(/SiteGlobals/StyleBundles/Bilder/iconInaktivServiceListing,property=default.gif) no-repeat 0 0.6em;
                   border-bottom: 1px solid #FCF7EB;
                   margin: 0 0 0 0;
                   padding: 0 0 0 0.75em;
}
#navDownloadService dd ul li a{
                  color: #4A4A63;
}


/********************** images ********************************/
#content .illustration .wrapper { 
    /* .illustration for photos (graphics with caption, source etc. */
    display: block;
    overflow: auto; /* provide scrollbar if image width exceeds available width */
    width: 100%;
}
#content .illustration .wrapper br {
    display: none;
}
#content .picture img,
#content .illustration img {
    display: block;
    border: none;
    margin: 0 0 .33em;
}
#content .picture {
    margin: .33em 1.67em 1em 0;
}
#content .picture a {
   background:none;
   padding:0;
}
#content #employeeContact .picture,
#content .altAlignment,
#content .BildRechtsTextLinks,
#content .rechts { 
    /* .altAlignment MUST succeed .picture in this style sheet - usage is: .picture.altAlignment */
    float: right;
    margin-right: 0;
    margin-left: 1.67em;
}
#content .BildMitte,
#content .mitte {
    float: none;
    margin-left:auto;
    margin-right:auto;
}
#content .BildLinksOhne,
#content .linksOhne {
    float: none;
    margin-left:0;
    margin-right:auto;
}
#content .BildRechtsOhne,
#content .rechtsOhne {
    float: none;
    margin-left:auto;
    margin-right:0;
}

/********************** Kalender ***************************************/
#content .termin{
            border: 1px solid #F4E7CC;
            color: #000000;
            margin: 0 0 2em 0;
            padding: 1em 2em 1em 2em;
}
#content .termin h3{
          color: #000000;
          font-size: 100%;
}

#content .ereignisAlt *{ color: #b3b3ba !important; }

/*********************** Linksammlung ********************************/
#content .linkcollection{
 border-top: 1px solid #C1A079;
 padding: 1em 0 1em 0;
}
#content .linkcollection h3{
 color: #000;
 font-size: 100%;
 margin: 0.5em 0 0.25em 0;
 padding: 0;
}

/*********************** Frage ********************************/
#content .frage{
     margin: 0.5em 0 1em 1em;
}
#content .frage a{
     color: #4A4A63;
}
#content .themenListe{
          margin: 0 0 0 1em;
}
#content .themenListe dt{
          color: #C71217;
          font-weight: bold;
          margin: 0 0 0.5em 0;
}
#content .themenListe dd{
}
/*********************** Verwandte Themen ********************************/
.blockRelated,
.sectionRelated {
           background: rgb(244, 231, 204);
           border:1px solid #C1A079;
           display: block;
           margin: 2em 0 2em 0;
}
/* Links innerhalb der Verwandten Themen */
.blockRelated a,
.sectionRelated a,
.blockRelated a:link,
.sectionRelated a:link,
.blockRelated a:visited,
.sectionRelated a:visited {
                        font-weight: bold;
                        text-decoration: none;
}
/* Hover Effekte fuer Links innerhalb der Verwandten Themen */
.blockRelated a:hover,
.sectionRelated a:hover,
.blockRelated a:focus,
.sectionRelated a:focus,
.blockRelated a:active,
.sectionRelated a:active {
              text-decoration: underline;
}
.blockRelated .links,
.sectionRelated .links { float: none;}
.blockRelated h2,
.sectionRelated h2 {
             font-size: 100%;
             margin: 0 0 0 0 !important;
             padding: 1em .5em 0em 1em !important;
             text-transform: uppercase;
}
.blockRelated li,
.sectionRelated li {
                background: url(/SiteGlobals/StyleBundles/Bilder/kbs/iconpfeil,property=default.gif) no-repeat 0 0.45em !important;
                list-style: none;
                padding: .2em 1em .2em .75em !important;
}
.blockRelated ul,
.sectionRelated ul {
            background: rgb(244, 231, 204);
            margin: 0em 1em 1em 1em !important;
            padding: 0 0 0 1em;
}
.blockRelated a,
.sectionRelated a,
.blockRelated a:link,
.sectionRelated a:link,
.blockRelated a:visited,
.sectionRelated a:visited,
.blockRelated a:hover,
.sectionRelated a:hover,
.blockRelated a:focus,
.sectionRelated a:focus,
.blockRelated a:active,
.sectionRelated a:active { color: rgb(74, 74, 99); }
/*********************** Beartungstage ********************************/
.beratung{}
.beratung h1,
.beratung h2{
       font-size: 100%;
}
.beratung h2{
       border-top: 1px solid #C71217;
       color: #000 !important;
       padding: 1em 0 0 0;
}
/*********************** Sitemap ********************************/
#sitemap{
    border-left: 1px solid #FCF7EB;
    float: none !important;
    position: relative; 
}
#sitemap li h2{
    margin: 1em 0 0.5em 0;
    padding: 0 0 0 0;
}
#sitemap li ul{
     margin: 0 0 0 1em;
}

/*******************************************************************/
/* Tabellen Formatierungen */
/*******************************************************************/
/* Farben Defs fuer Tabellen */
#content .dunkelrot { background: #c71217; }
#content .hellrot { background: #ea1317; }
#content .hellbeige { background: #fcf7eb; }
#content .mittelbeige { background: #f4e7cc; }
#content .dunkelbeige { background: #c1a079; }
#content .gelb { background: #ffdb22; }
#content .hellgelb { background: #fcf0b8; }
#content .hellblau { background: #cadee6; }

/* neue Definitionen*/
/* Type 1 */
#content table.typ1{}
#content table.typ1{ border: none; border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 99.5%; }
#content table.typ1 tr td{ border: none; margin: 0; padding: 0.25em; }

/* Type 2 */
#content table.typ2{}
#content table.typ2{ border: none; border-collapse: separate; border-spacing: 2px; empty-cells: show; width: 99.5%; }
#content table.typ2 caption{ background-color: #F4E7CC; border: none; }
#content table.typ2 tr td,
#content table.typ2 tr th{ border: none; }

/* Type 3 */
#content table.typ3{}
#content table.typ3 { background-color: #F4E7CC; border: none; border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 99.5%; }
#content table.typ3 caption{ background: inherit; border: none; text-align: center; }
#content table.typ3 td,
#content table.typ3 th{ border: none; }

/* Type 4 */
#content table.typ4{ background-color: #F4E7CC; border: 5px solid #C71217; padding: 0.5em; }
#content table.typ4 caption{ display: none; }

/* Type 5 */
#content table.typ5{ border-left: 5px solid #C71217; border-bottom: 1px solid #FCF7EB; padding: 0.5em; }
#content table.typ5 caption{ display: none; }
/* Type 6 */
#content table.typ6{ position: relative; background-color: #F4E7CC; width: 99.5%; }
#content table.typ6 caption{ padding: 0.5em; margin: 0; }
#content table.typ6 td{ padding: 0.5em; margin: 0; }

/* Type 7 */
#content table.typ7{ position: relative; width: 99.5%; }
#content table.typ7 caption{ background-color: #F4E7CC; color: #000; padding: 0.5em; margin: 0; }
#content table.typ7 td { padding: 0.5em; margin: 0; }

/* Type 8 */

#content table.typ8{  margin-left: 1px; }
#content table.typ8{ background-color: #C1A079; border: 1px solid #c1a079; empty-cells: show; width: 99.5%; }
#content table.typ8 caption{ border: 1px solid #c1a079; margin-left: -1px;  }
#content table.typ8 tr th,
#content table.typ8 tr td{  border: 1px solid #c1a079; background-color: #F4E7CC; }

/* Type 9 */
#content table.typ9{}
#content table.typ9{ border: none; border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 99.5%; }
#content table.typ9 th,
#content table.typ9 td{ border: 2px solid #C71217; text-align: center; }

/* Type 10 */
#content table.typ10{ margin-left: 1px; }
#content table.typ10 { border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 99.5%; }
#content table.typ10 caption,
#content table.typ10 th,
#content table.typ10 td{ border: 1px solid #000;  margin-left: 0px;  }
#content table.typ10 caption{ 
     border-bottom: none;
}

/**************** alte Definitionen ********************/
/* deafaultTable */
#content div.deafaultTable{}
#content div.deafaultTable table{ border: none; border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 99%; }
#content div.deafaultTable tr.tra{     
     background-color: #F4E7CC;
     border: none;
}

/* Type 1 */
#content div.tabellentyp1{}
#content div.tabellentyp1 table{ border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 99%; }
#content div.tabellentyp1 table tr td{ border: none; margin: 0; padding: 0.25em; height: 0.5em; }
#content div.tabellentyp1 tr.tra td.tdb{
     background-color: #C1A079;
}
#content div.tabellentyp1 tr.trb td{
     background-color: #F4E7CC;
}

/* Type 2 */
#content div.tabellentyp2{}
#content div.tabellentyp2 table{ border-collapse: separate; border-spacing: 2px; empty-cells: show; width: 99%; }
#content div.tabellentyp2 table caption{ background-color: #F4E7CC; }
#content div.tabellentyp2 table tr td{ background-color: #F4E7CC; }

/* Type 3 */
#content div.tabellentyp3{}
#content div.tabellentyp3 table{ background-color: #F4E7CC; border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 99%; }
#content div.tabellentyp3 table caption{ background: inherit; text-align: center; }

/* Type 4 */
#content div.tabellentyp4{ background-color: #F4E7CC; border: 5px solid #C71217; padding: 0.5em; }

/* Type 5 */
#content div.tabellentyp5{ border-left: 5px solid #C71217; border-bottom: 1px solid #FCF7EB; padding: 0.5em; }

/* Type 6 */
#content div.tabellentyp6{ background-color: #F4E7CC; }
#content div.tabellentyp6 h4{ background-color: #C1A079 !important;  border-top: 1em solid #FCF7EB; color: #000;}
#content div.tabellentyp6 h4,
#content div.tabellentyp6 p{ padding: 0.5em; margin: 0; }

/* Type 7 */
#content div.tabellentyp7{ }
#content div.tabellentyp7 h4{ background-color: #F4E7CC; color: #000; }
#content div.tabellentyp7 h4 { padding: 0.5em; margin: 0; }

/* Type 8 */
#content div.tabellentyp8{}
#content div.tabellentyp8 table{ background-color: #C1A079; border-collapse: separate; border-spacing: 1px; empty-cells: show; width: 99%; }
#content div.tabellentyp8 table tr td{ background-color: #F4E7CC; }

/* Type 9 */
#content div.tabellentyp9{}
#content div.tabellentyp9 table{ border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 99%; }
#content div.tabellentyp9 table td{ border: 2px solid #C71217; text-align: center; }

/* Type 10 */
#content div.tabellentyp10{ margin-left: 1px; }
#content div.tabellentyp10 table{ border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 99%; }
#content div.tabellentyp10 caption,
#content div.tabellentyp10 table th,
#content div.tabellentyp10 table td{ border: 1px solid #000; }
#content div.tabellentyp10 caption{ 
     border-bottom: none;
     margin-left: 0px;   /* for IE */
}

/*******************************************************************
  TeaserListe 
*******************************************************************/
#content .teaser,
#content .teaserImContent { 
 border: none;
 margin: 0 0 2em;
}
#content .more {
    clear: both;
    border-bottom: 1px solid #F76629;
    display: block;
    padding: 0em 0 0.5em 0; 
    margin: 0;
    width: 100%;
}
#content .more  a{
    background-image: url(/SiteGlobals/StyleBundles/Bilder/mehrPfeil,property=default.jpg);
    background-repeat: no-repeat;
    background-position: 0 .25em;
    color: #000;
    margin: 0;
    padding: 0 0 0 1.25em;
 }
/*  Teaser Im Content */
#content .teaserImContent h2{ 
 color: #000;
 font-size: 110%;
}
#content .teaserImContent .more a{
 background: none;
 color: #C71217;
 padding: 0 0 0 0;
}
/*******************************************************************/
/*  Mittlere Navigation      */
/*******************************************************************/
#wrapperContent div.mittlerenav ul.half { float: left; width: 48%; }
#wrapperContent div.mittlerenav { border-bottom: 0.1em solid #C71217; margin: 0 0 2em 0; padding: 0 0 0.5em 0; width: 100%; }
#wrapperContent div.mittlerenav ul { list-style: none; margin: 0 0 0 0.25em; padding: 0 0 0 0;}
#wrapperContent div.mittlerenav p { margin: 0 0 0 0.9em; font-weight: bold; }

/* inaktiver Link */
#wrapperContent div.mittlerenav ul li { 
                             background-image: url(/SiteGlobals/StyleBundles/Bilder/inAktiveListing,property=default.gif);
                             background-position: 0em 0.7em; 
                             background-repeat: no-repeat;
                             font-weight: bold; 
                             padding: 0.25em 0.3em 0em 1em;
                           }
#wrapperContent div.mittlerenav ul li a { color: #4A4A63; }
#wrapperContent div.mittlerenav ul li a:active { color: #4A4A63; }
/* aktiver Link */
#wrapperContent div.mittlerenav ul li.aktiv { 
                                     background-image: url(/SiteGlobals/StyleBundles/Bilder/aktiveListing,property=default.gif);
                                     background-position: 0em 0.7em;
                                     background-repeat: no-repeat;
                                     padding: 0.25em 0 0em 1em;
                                   }
#wrapperContent div.mittlerenav ul li.aktiv a{ color: #C71217;  }

/****************** Trennlinien *********************************/
hr.red{
         background-color: #C71217;
         border: none;
         color: #C71217;
         display: block;
         height: 1px;
         margin: 1em 0 1em 0;
         padding: 0 0 0 0;
}
hr.black{
         background-color: #000;
         border: none;
         color: #000;
         display: block;
         height: 1px;
         margin: 1em 0 1em 0;
         padding: 0 0 0 0;
}
hr.orange{
         background-color: #F76629;
         border: none;
         color: #F76629;
         display: block;
         height: 1px;
         margin: 1em 0 1em 0;
         padding: 0 0 0 0;
}

/* .MsoNormal{ background-color: #FF009A !important; } */

/*******wizard*******/
#content .fortschrittsbalken ul li {  list-style: none;  color:white; background-image:none; float:left; padding:0;}
#content .fortschrittsbalken ul {background-color:#F76629;height:1.5em;padding:3px;}
#content .fortschrittsbalken span.nummer {border:1pt solid white; padding-left:0.4em;padding-right:0.4em; float:left;}
#content .fortschrittsbalken span.nummerSelected{background-color:#C71217;border:1pt solid #C71217; padding-left:0.4em;padding-right:0.4em; float:left;}
#content .fortschrittsbalken div.komplett {position:relative; padding-left:1.6em;}
* html #content .fortschrittsbalken div.komplett {padding-left:0;}
#content .fortschrittsbalken div.arbeitgeber {width:5.9em;}
* html #content .fortschrittsbalken div.arbeitgeber {width:5.5em;}
#content .fortschrittsbalken div.beschaeftigter{width:6.6em;}
* html #content .fortschrittsbalken div.beschaeftigter{width:6.2em;}
#content .fortschrittsbalken div.job{width:2.4em;}
* html #content .fortschrittsbalken div.job{width:2.0em;}
#content .fortschrittsbalken div.einzug{width:10em;}
* html #content .fortschrittsbalken div.einzug{width:9.6em;}
#content .fortschrittsbalken div.bestaetigung{width:5.9em;}
* html #content .fortschrittsbalken div.bestaetigung{width:5.5em;}
#content .fortschrittsbalken .komplett span.fortschritttitel{position: absolute; width: 100%; z-index: 3;margin-left:0.2em;}
#content .fortschrittsbalken .komplett div.einfuenftel{position: relative; width: 20%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.drittel{position: relative; width: 33%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.zweifuenftel{position: relative; width: 40%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.dreifuenftel{position: relative; width: 60%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.zweidrittel{position: relative; width: 66%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.vierfuenftel{position: relative; width: 80%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .fortschrittsbalken .komplett div.voll{position: relative; width: 100%; background-color:#C71217; color: #C71217;z-index:2; height:1.5em;}
#content .formular .error {border: 1pt solid red;}
#content .formular span.distance {display:block; float:left; width:17em;}
#content .formular div.errormsg {background-color:#C71218; padding:0.5em; color:white; margin-bottom:1em;}
#content .formular span.distance6 {display:block; float:left; width:6em;}
#content .formular span.distance11 {display:block; float:left; width:11em;}
#content .formular span.distance15 {display:block; float:left; width:15em;}
#content .formular span.distance20 {display:block; float:left; width:20em;}
#content .formular span.distance21 {display:block; float:left; width:21em;}
#content .formular span.distance23 {display:block; float:left; width:23em;}
#content .formular span.distance32 {display:block; float:left; width:32em;}
#content .formular p.zweizeilig {padding-bottom:2em;}
#content .formular select {width:11.7em;}
#content .formular input.radio{vertical-align:bottom;}
#content .formular span.radiolabel{padding-right:2em; font-weight:bold; color:#4A4A63;}
#content .formular p.formHandle{border-top: 1px solid #C71217; padding-left:1.67em; padding-top:1em;}
#content .formular .radio{
     background: transparent;
}
* html #content .formular .radio{
     border: none;
     margin: -0.15em 0 0 -0.45em;
     padding: 0 0 0 0;
}
#content .formular div.formHandle div.leftbutton{width:5em; float:left;}
#content .formular div.formHandle div.centerbutton{float:left;}
#content .formular div.formHandle div.rightbutton{width:5em; float:right;}
#content .formular input.small{width:3em;}
* html #content .formular input.small{width:3.2em;}
#content .formular img.ui-datepicker-trigger{margin-left:0.8em;vertical-align:text-bottom;}
#content .formular input.large{width:15em;}
#content .formular input.date{width:9.1em;}
* html #content .formular input.date{width:9.2em;}
#content .formular p.subsectiontitle {color:#C71217; font-weight:bold;border-top:1px solid #C71217;}
#content .formular div.left {float:left; height:18em;padding-right:1em;width:19em;border-right:1px solid #C71217;margin-right:1em;}
#content .formular div.right {width:18em; padding-left:22em;}
* html #content .formular div.right {padding-left:0;}
#content .formular a.submit {border: 1px solid; text-align:center;}
#content .formular div.left p, #content .formular div.right p {padding-left:0;}
div.tooltip{font-size:70%;}
#content .formular input.submitBtn, #content .formular input.resetBtn{ border: 0px none; background-color:#FCF7EB;margin:0 1.6em;}
#content .formular p.imgRight {text-align:right; padding:0.33em;}
#content .formular p.adresse {color:#C71217; font-weight:bold;}
#content .formular img.iconpdf {height:2.5em; float:left;}