/******************************
 * HTML-Tags 
 ******************************/


/* Alles nullen */
body {
  font-family: Arial,sans-serif;
  font-size:85%;
  margin:0;
  padding:0;
  line-height:1.6em;
  color:#333435;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
  margin:0;
  padding:0;
  font-family: Arial,sans-serif;
  letter-spacing:1px;
}

/* Absaetze und Ueberschriften */
h1 {
  font-size:1.8em;
  padding-bottom:20px;
  font-family:Courier, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:normal;
}
h2 {
  font-size:1.2em;
  letter-spacing:1px;
  padding-bottom:10px;
}
h3 {
  font-size:1em;
  padding-bottom:0;
}

hr {
  clear:both;
  height:1px;
  padding:0;
  color:#333435;
  border:none;
  border-top:1px solid #333435;
  margin:7px 0;
}
p {
  padding-bottom:8px;
}
small,.small {
  font-size:0.9em;
  line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
  border-bottom: 1px dotted black; cursor: help; 
}
#footer acronym, 
#footer dfn, 
#footer abbr, 
#footer span.abbr,
#cLeft legend a dfn,
th a abbr { 
  border:none; 
  cursor: help;
  color:#fff;
  font-style:normal;
}

h1 a,
h2 a,
h3 a {
  text-decoration:none;
  color:#333435;
}

/* Links */
a img { 
  border:none; 
}
a,a.external-link,a.active, a.email, a.download {
  text-decoration:underline;
  color:#006699;
}
a.glossary {
  text-decoration:none;
}
a:hover,
a:focus,
a.active {
  text-decoration:none;
  color:#0099cc;
}
a.external-link {
  padding-left:18px;
  background:url(../img/blue/icon_link.gif) left 3px no-repeat;
  display:inline-block;
}
a.email {
  padding-left:18px;
  background:url(../img/blue/icon_mail.gif) left 4px no-repeat;
  display:inline-block;
}
a.download {
  padding-left:18px;
  background:url(../img/blue/icon_download.gif) left 3px no-repeat;
  display:inline-block;
}

/* Listen */
ul,ol {
  padding-left:25px;
}

ul.nostyle,
ul.browsebox { 
  list-style-type:none;
  list-style-image:none;
  margin:0 !important;
  padding:0 !important;
}
li dfn.menu,.usb {
  display:block;
  position:absolute;
  left:-3000px;
  height:0px;
  width:0px;
}


/* Formulare */
form br {
  clear:both;
}
fieldset {
       border:none;
}
legend {
  font-weight:bold;
  white-space:normal;
}
label, span.label {
  margin:8px 0 -3px 0;
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
fieldset.buttons label {
  display:inline;
  margin:0 0 0 5px;
}
input, textarea, select {
  padding:1px 3px;
  font-size:0.9em;
  background-color:#f1f1f1;
  border:1px solid #333435;
  margin-bottom:2px;
  color:#999;
  font-size:0.9em;
  font-family:"Courier New",Courier, Arial, sans-serif;
  padding:2px 10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px 8px 8px 8px;
  -khtml-border-radius:8px;
}
input.normal, textarea {
  width:280px;
}
input.small {
  width:100px;
}
input.midi {
  width:190px;
}
textarea {
  height:100px;
}
input.submit {
  display:block;
  background:#333435;
  color:#f1f1f1;
  border:1px solid #f1f1f1;
}
input.submit:hover {
  background-color:#f1f1f1;
  border:1px solid #333435;
  color:#333435;
}
input[type=checkbox],
input[type=radio],
input.checkbox {
  float:left;
  border:none;
}


/* Tabellen */
table.contenttable {
  font-size:1em;
  border:1px solid #333435;
  border-bottom:none;
  width:auto;
}
caption {
  font-weight:bold;
  text-align:left;
  font-size:1em;
  padding-bottom:10px;
}
table.contenttable th, 
table.contenttable td {
  padding:3px 10px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #333435;
  width:auto;
}
table.contenttable th {
  background-color:#006699;
  color:#fff;
}
th p,
td p {
  padding:0;
}

/* Definitionslisten */
dd {
  margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
  display:none;
}
.clearer {
  clear: both;
}
.left, .imgleft {
  float: left;
}
.right, .imgright {
  float: right;
}
.marked {
  color:#830707;
}
.align-center {
  text-align:center;
}
.align-right {
  text-align:right;
}
.monospace {
  font-family:Courier,monospace;
}
.uppercase {
  text-transform:uppercase;
  letter-spacing:1px; 
}


/**********************************
 * RTE 
 **********************************/
.box_f1,p.box_f1,div.box_f1 {
  background-color:#f1f1f1;
  padding:5px 10px 10px 10px;
  border:1px solid #333435;
  margin:0 10px 10px 0;
}
.box_left {
  width:48%;
  float:left;
  overflow:hidden;
}
.box_right {
  width:48%;
  float:right;
  text-align:left;
  overflow:hidden;
}
.actionbutton {
  position:absolute;
  z-index:2;
  top:100px;
  text-align:right;
  width:760px;
}
.small,p.small,span.small,div.small {
  font-size:0.9em;
  line-height:1.2em;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* PageBrowser */
.pagebrowser ul,.browsebox ul {
  list-style-type:none;
  margin:10px 0 10px 0;
}
.pagebrowser li, .browsebox li {
  display:inline;
  padding-right:10px;
}

/* Bilder mit BU */
dl.image {
  margin:0 10px 5px 10px;
}
dl.image dt {
  margin:0;
  padding:0;
  line-height:0.9em;
}
dl.csc-textpic-image  {
  border:1px solid #333435;
  padding:2px;
}
dl.image dd,
dd.csc-textpic-caption {
  margin:0;
  padding:2px 20px 1px 3px;
  font-size:0.9em;
  line-height:1.2em;
  background-color:#333435;
  color:#fff;
  border-top:2px solid #fff;
}
.imgleft dl.image {
  float:left;
  margin-left:0;
}
.imgright dl.image {
  float:right;
  margin-right:0;
}
.csc-textpic-imagewrap a.glossary {
  padding-bottom:0;
  background:none;
}

/* Menue der Unterseiten */
.csc-menu-1 a,
.csc-menu-def a {
  color:#333435;
  text-decoration:none;
}
.csc-menu-1 a:hover,
.csc-menu-1 a:focus,
.csc-menu-def a:focus,
.csc-menu-def a:hover {
  color:#006699;
}

/* Sitema/* Sitemap */
.csc-sitemap ul.firstLevel li {
  border:1px dotted #797b7b;
  margin-bottom:10px;
  padding:3px;
}
.csc-sitemap ul.firstLevel li a {
  background:#f3f3f4;
  padding:4px 5px;
  display:block;
  font-size:1em;
  font-weight:bold;
  color:#006699;
  text-decoration:none;
}
.csc-sitemap ul.secondLevel {
  padding-left:5px !important;
}
.csc-sitemap ul.secondLevel li {
  border:none;
  margin-bottom:0;
  padding:3px 0;
}
.csc-sitemap ul.secondLevel li a {
  background:none;
  padding:0;
  margin:0;
  font-weight:normal;
}
.csc-sitemap ul.thirdLevel {
  list-style-type:circle;
}
.csc-sitemap ul.thirdLevel li {
  border-bottom:1px dotted #797b7b; 
  margin-right:30px;
}

.csc-sitemap ul.fourthLevel li {
  border:none;
  
}

/* abschnittsuebersicht */
ul.csc-menu-3 {
  list-style-type:none;
  font-size:0.9em;
  line-height:1.2em;
  margin:0;
  padding:0;
}
ul.csc-menu-3 li {
  margin-bottom:5px;
}
ul.csc-menu-3 a {
  text-decoration:none;
}


/* aktualisiert */
ul.updated small {
  display:block;
  padding:0 0 10px 50px;
}

/**********************************
 * Plugins 
 **********************************/

/* tt_news */
.tx-ttnews-latest li {
  margin-bottom:10px;
}
.tx-ttnews-latest p {
  display:inline;
}
.tx-ttnews-latest a {
  color:#333435;
  text-decoration:none;
}
.tx-ttnews-latest a:hover,
.tx-ttnews-latest a:focus {
  color:#006699;
}
.tx-ttnews-list {
}
.tx-ttnews-cats {
}
.tx-ttnews-single dl.image {
  width:256px;
  padding-right:15px;
}
.tx-ttnews-single .ref dl.image {
  width:206px;
}
.tx-ttnews-single dl.image dt {
  border: 1px solid #333435;
  padding:2px;
}
.tx-ttnews-single dl.image dd {
  margin-top:0px;
}
.tx-ttnews-single ul {
  padding-left:20px;
}


/* Glossar */

ul.glossary_menu {
  list-style-type:none;
  margin:0 0 20px 0;
  padding:0;
  width:450px;
}
ul.glossary_menu a {
  text-decoration:none;
}
ul.glossary_menu li {
  float:left;
  margin:0 3px 8px 0;
  font-family:Courier,monospace;
  text-align:center;
  width:25px;
  height:25px;
  line-height:25px;
  border:1px solid #616161;
  background-color:#fff;
}
ul.glossary_menu li.glossary_empty {
  background-color:#f7f7f7;
  border:1px solid #e4e4e4;
}

ul.glossary_menu li.active {
  background-color:#006699;
}
ul.glossary_menu li.active a {
 
  color:#fff; 
}
dl.glossary dt {
  font-weight:bold;
}
dl.glossary span.type {
  padding-right:5px;
}

/* indexed_search */
.tx-indexedsearch-whatis {
  font-weight:bold;
}
.tx-indexedsearch-browsebox {
  margin-bottom:20px;
}

/* Frageboegen */
.tx-istests-pi1 fieldset {
  margin:10px 0;
}




/* Multicolumn */
.subcolumns {
  overflow: hidden;
  width: 100%;
}
.subcr,.subcl {
  padding:0;
}

.c33l,.c33r {
  width: 33%;
  max-width:296px;
}

.c50l,.c50r {
  width: 48%;
}


.c33l,.c50l {
  float: left;
}

.c33r,.c50r {
  float: right;
}






/**********************************
 * Druck
 **********************************/

@media print {
  body {
    color:#000;
   }
  #main {
    text-align:left;
  }
  #funx,
  .mainmenu,
  #cLeft form,
  #cLeft .button {
    display:none;
  }
  #cRight {
   margin-top:30px; 
  }
  
  .breadcrumb {
    padding-bottom:10px;
  }
  .breadcrumb a {
    text-decoration:none !important;
  }
  #footer {
    border-top:1px solid #000;
    padding-top:10px;
    margin-top:10px;
  }
  a {
    color:#000;
    text-decoration:underline;
  }
  a.email,
  a.download,
  a.external-link {
    padding-left:0;
  }
  .ui-tabs,
  .ui-tabs .ui-tabs-nav,
  .ui-tabs .ui-tabs-nav li {
    border:none !important; 
    background:none !important;
  }  
  .ui-tabs {
    padding:0;
    margin:0;
  }
  .ui-tabs .ui-tabs-nav li a {
    display:none;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    display:block;
    font-weight:bold;
    color:#000;
    font-size:1.3em;
  }
}

