/* --- general stuff ------------------------------*/
body { 
    text-align: center;
    background-color: #CCC;
}
table {
    text-align: left;
}

/* --- site, borders, corners ------------------------------*/
#border {
    width: 900px;
    text-align: left;
    margin: 10px auto 0px auto;
    /* background: url(/fileadmin/template/img/bgmain.gif) repeat-y; */
}

#border .right {
    width: 100%;
    /* background: url(/fileadmin/template/img/borderr.gif) repeat-y; */
    background-position: right;
}

/* -- header area -------------------------------------- */

#header {
    width: 892px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #E8E8E8;
    padding-top: 8px;
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}
#header .logo {
    float: left;
    height: 50px;
    width: 180px;
    margin-left: 0px;
}
#header .metanav {
    float: right;
    text-align: right;
    margin-right: 10px;
    height: 30px;
}
#header .metanav div {
    margin-left: 5px;
    margin-right: 5px;
}
#header .metanav  a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#header .metanav  a:hover {
    text-decoration: underline;
}
#header .metanav div.searchbox {
    float: right;
    margin-right: 40px;
}
#header .searchbox form {
    margin-top: 0px;
}
#header .clear {
    clear: left;
}
#header .seperator {
    width: 892px;
    height: 2px;
    background-color: #F15A01;
}

/* main menu bar */
#menubar {
    clear: left;
    width: 700px;
    margin-left: 180px;
}
#menubar table {
    margin: 0px;
}
#menubar .ml1, #menubar .ml1a {
    display: block;
    list-style-type: none;
    list-style-position: outside;
    height: 26px;    
    margin-left: 0px;
    margin-right: 10px;
}
#menubar .ml1a {
    background-color: #F15A01;
}
#menubar .ml1 a, #menubar .ml1a a {
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}
#menubar .ml1 a {
    color: #666;
}
#menubar .ml1a a {
    color: #FFFFFF;
}

/* --- layer menu -------------------------------------- */

table.ml2, table.ml3 {
    background-color: #E8E8E8;
}
ul.ml2 {
    padding: 0px 0px;
    margin: 0px 0px;
    border-left: 1px solid #97978b;
    border-right: 1px solid #97978b;
    border-bottom: 1px solid #97978b;
}
li.ml2, li.ml2a, li.ml2s, li.ml2sa {
    display: block;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
li.ml2 a, li.ml2a a, li.ml2s a, li.ml2sa a {
    color: #666;
    display: block;
    width: 100%;
    text-decoration: none;
}
li.ml2 a:hover, li.ml2a a:hover, li.ml2s a:hover, li.ml2sa a:hover {
    color: #DE5900;
    text-decoration: underline;
}
li.ml2a a, li.ml2sa a {
/*    font-weight: bold;*/
    color: #DE5900;
}
li.ml2s, li.ml2sa {
    background-image: url(/fileadmin/template/img/menu_arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

/* 3rd level */
ul.ml3 {
    padding: 0px 0px;
    margin: 0px 0px;
    border-top: 1px solid #97978b;
    border-left: 1px solid #97978b;
    border-right: 1px solid #97978b;
    border-bottom: 1px solid #97978b;
}
li.ml3, li.ml3a {
    display: block;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
li.ml3 a, li.ml3a a {
    color: #666;
    text-decoration: none;
}
li.ml3 a:hover, li.ml3a a:hover {
    color: #DE5900;
    text-decoration: underline;
}
li.ml3a a {
/*    font-weight: bold;*/
    color: #DE5900;
}

/* --- main area, below header -------------------------------------- */

#main {
    display: table;
    width: 892px;
    margin-left: 4px;
    margin-right: 4px;
    background: url(/fileadmin/template/img/mainbg.gif) repeat-y;
    
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

/* left navigation area */
#main .leftcol {
    float: left;
    width: 180px;
}
#subnav {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
}
#subnav .sml2, #subnav .sml2a {
    margin-top: 10px;
}
#subnav .sml2 a:hover, #subnav .sml2a a:hover {
    color: #DE5900;
    text-decoration: underline;
}
#subnav .sml3, #subnav .sml3a {
    margin-left: 10px;
    margin-top: 5px;
}
#subnav .sml3 a:hover, #subnav .sml3a a:hover {
    color: #DE5900;
    text-decoration: underline;
}
#subnav .sml4, #subnav .sml4a {
    margin-left: 20px;
    margin-top: 5px;
}
#subnav .sml4 a:hover, #subnav .sml4a a:hover {
    color: #DE5900;
    text-decoration: underline;
}

#subnav .sml2 a, #subnav .sml3 a, #subnav .sml4 a {
    color: #666;
    text-decoration: none;
}
#subnav .sml2a a, #subnav .sml3a a, #subnav .sml4a a {
    color: #DE5900;
/*    font-weight: bold;*/
    text-decoration: none;
}


/* --- main content area -------------------------------------- */

#main .rightcol,
#main .rightcol2 {
    float: left;
    min-height: 530px;
    width: 710px;
}
#main .rightcol,
#main .rightcol2 {
    background: url("/fileadmin/template/img/logo_claim2.gif") no-repeat bottom right;
}

/* -- clickpath --- */
#main .clickpath {
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 8pt;
    color: #666666;
}
#main .clickpath a {
    color: #666666;
    text-decoration: none;
}
#main .clickpath a:hover {
    color: #666;
    text-decoration: underline;
}

/* -- content area --- */
#main .rightcol .contentcol,
#main .rightcol2 .contentcol {
    float: left;
    width: 500px;
}
#main .rightcol .contentcolwide,
#main .rightcol2 .contentcolwide {
    float: left;
    width: 700px;
}
#content {
    margin-top: 5px;
    margin-left: 20px;
}

#content .col1 {
    float: left;
    clear: left;
    width: 48%;
    margin-right: 10px;
}
#content .col2 {
    float: right;
    width: 48%;
}
#content .colA {
    float: left;
    clear: left;
    padding: 0px;
    margin: 0px;
    width: 32%;
}
#content .colB {
    float: left;
    width: 32%;
    padding: 0px;
    margin: 0px;
}
#content .colC {
    float: left;
    width: 32%;
    padding: 0px;
    margin: 0px;
}

/* sideboard area */
#main .rightcol .sideboardcol,
#main .rightcol2 .sideboardcol {
    float: left;
    width: 200px;
}
#sideboard   {
    margin-top: 5px;
    margin-left: 20px;
}

/* --- footer, bottom -------------------------------------- */

#footer {
    width: 900px;
    text-align: center;
    margin: 0px auto 0px auto;
    font-size: 8pt;
    color: #666666;
    padding-top: 5px;
}
#footer a {
    font-size: 8pt;
    color: #666666;
}
div.metanavbottom {
    font-size: 8pt;
    color: #666666;
}
div.metanavbottom a {
    font-size: 8pt;
    color: #666666;
    text-decoration: underline;
}
div.metanavbottom a:hover {
    color: #333333;
    text-decoration: underline;
}

/* --------------------------------------------------------- */
/* content styles                                            */
/* --------------------------------------------------------- */
/* header styles */
h1 { 
    font-size: 12pt; 
    font-weight: bold; 
    margin-top: 20px; 
    margin-bottom: 10px;
}
h2 { font-size: 11pt; font-weight: bold; margin-top: 20px; margin-bottom: 5px; }
h3 { font-size: 10pt; font-weight: bold; margin-top: 15px; margin-bottom: 5px; }
h4 { font-size: 11pt; font-weight: bold; margin-top: 20px; margin-bottom: 5px;
     color: #DE5900;}
h5 { font-size: 9pt;  font-weight: normal; margin-top: 15px; margin-bottom: 5px; }


h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration:none;
}

/* file download list */
td.csc-uploads-fileSize p {
   font-style: italic;
   font-size: 8pt;
}

/* caption for images */
.csc-textpic-caption {
   color: #666666;
   font-size: 8pt;
}

/* form styles */
#mailform fieldset {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    border: 0px;
}
#mailform fieldset.csc-mailform label {
    width: 150px;
    clear: left;
    float: left;
}
#mailform fieldset.csc-mailform-req label {
    width: 150px;
    clear: left;
    float: left;
    font-weight: bold;
}
#mailform fieldset.csc-mailform-check label {
    width: 350px;
    float: right;
    clear: none;
}

/* section lists */
ul.csc-menu-3 {
   clear: left;
   margin-left: 0px;
   padding-left: 0px;
}
li.csc-section {
   white-space:nowrap;
   padding-bottom: 3px;
   list-style-type: none;
   float: left;
   margin-right: 10px;
   margin-left: 0px;
   padding-left: 0px;
}
li.csc-sectionfaq {
   padding-bottom: 3px;
}
/* sitemap */
div.csc-sitemap ul.csc-sitemap-level1 {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 15px;
}
div.csc-sitemap ul.csc-sitemap-level1 li {
   padding-left: 0px;
   margin-left: 0px;
   padding-top: 5px;
   list-style-type: none;
   list-style-position: outside;
}
div.csc-sitemap ul.csc-sitemap-level1 li a {
  font-size: 11pt;
  font-weight: bold;
  color: #DE5900;
  text-decoration: none;
}
div.csc-sitemap ul.csc-sitemap-level1 li a:hover {
  color: #F15A01;
  text-decoration: underline;
}
div.csc-sitemap ul.csc-sitemap-level1 ul li {
  padding-top: 5px;
  list-style-type: none;
  list-style-position: outside;
}
div.csc-sitemap ul.csc-sitemap-level1 ul ul li {
  padding-top: 3px;
  list-style-type: circle;
  list-style-position: inside;
}
div.csc-sitemap ul.csc-sitemap-level1 ul ul ul li {
  padding-top: 0px;
  list-style-type: none;
  list-style-position: outside;
}
div.csc-sitemap ul.csc-sitemap-level1 ul li a {
  font-size: 10pt;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
div.csc-sitemap ul.csc-sitemap-level1 ul ul li a {
  font-size: 10pt;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

/* overview page */
div.wrapper {
   margin: 0px;
   padding: 0px;
}
table.overview {
   width: 180px;
   margin-bottom: 10px;
   text-align: center;
   display: inline-table;
}
table.overview h2 {
   margin-top: 10px;
}
table.overview tr td {
   text-align: center;
}
table.overview td h2 a {
   color: #666666;
}
table.overview td h2 a:hover {
   color: #F15A01;
   text-decoration: none;
}
table.overview td img,
table.overview td img.imgOverview {
   padding: 10px;
   border: 1px solid #CCCCCC;
}
table.overview td img.imgOverviewH {
   padding: 10px;
   border: 1px solid #F15A01;
}
/* 4er OVerview */
table.overviewsmall {
   text-align: center;
   display: inline;
}
table.overviewsmall h2 {
   margin-top: 10px;
}
table.overviewsmall td {
   /* width: 75px; */
   /* height: 60px; */
   padding: 4px;
   text-align: center;
}
table.overviewsmall td img,
table.overviewsmall td img.imgOverview {
   padding: 5px;
   border: 1px solid #CCCCCC;
}
table.overviewsmall td img.imgOverviewH {
   padding: 5px;
   border: 1px solid #F15A01;
}
/* 6er OVerview */
table.overviewsmall6 {
   text-align: center;
   display: inline;
}
table.overviewsmall6 h2 {
   margin-top: 10px;
}
table.overviewsmall6 td {
   /* width: 75px; */
   /* height: 60px; */
   padding: 2px;
   padding-bottom: 6px;
   text-align: center;
}
table.overviewsmall6 td img,
table.overviewsmall6 td img.imgOverview {
   padding: 5px;
   border: 1px solid #CCCCCC;
}
table.overviewsmall6 td img.imgOverviewH {
   padding: 5px;
   border: 1px solid #F15A01;
}

/* news */
.tx-ttnews-browsebox td a {
   margin-right: 5px;
}
.tx-ttnews-browsebox-SCell {
  background-color: #fff !important;
}

