/***************************/
/* General element styles: */
/***************************/
A { color: #014a99; text-decoration: underline; }
A:hover { color: #e3001b; }
FORM { margin: 0px 0px 0px 0px;}
INPUT, TEXTAREA, SELECT { padding-left: 5px; }

.csc-textpic-imagewrap a img { vertical-align: bottom; } /* IE 8 Bugfix */

/***************/
/* link-to-top */
/***************/
P.csc-linkToTop { margin:0.5em 0; text-align: right; font-size: 0.8em; clear: both; }

/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 { margin: 0.5em 0;}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin: 0 0 0.5em 0; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {  }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover {  }

/* Header date */
P.csc-header-date { text-align: left; font-size: 0.8em; color: #000; border-bottom: 1px solid #cfd0d2; }

/**********/
/* Images */
/**********/
/* Images / Captions */
.csc-textpic-caption { font-size: 0.8em; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG { border: 1px solid #cfd0d2; padding: 2px 2px; }

/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
UL.csc-bulletlist LI {  }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #000000; list-style-type: circle; }
UL.csc-bulletlist-2 { color: #000000; list-style-type: disc; }
UL.csc-bulletlist-3 { color: #000000; list-style-type: none; }

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { width: 100%; }
TABLE.contenttable caption { font-weight: bold; font-size: 1.2em; margin: 10px 0; color: #000000; }
TABLE.contenttable TR TD { vertical-align: top; }
TABLE.contenttable TR TH { font-weight: bold; text-align: left; }

/* Tables, specifically */
TABLE.contenttable-0 { color: #000000; }
TABLE.contenttable-0 caption { color: #000000; }

TABLE.contenttable-1 { color: #000000; font-size: 0.9em; }
TABLE.contenttable-1 caption { color: #000000; }

TABLE.contenttable-2 { color: #000000; font-size: 0.8em;}
TABLE.contenttable-2 caption { color: #000000; }

TABLE.contenttable-3 { color: #000000; font-size: 0.7em; }
TABLE.contenttable-3 caption { color: #000000; }

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {  }
TABLE.csc-uploads TR TD { border : 0; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: .9em; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #f2f2f2; }
TABLE.csc-uploads TR.tr-odd { background-color: #e6e6e6; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A:hover { background-color: transparent; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; vertical-align: middle; font-size: .9em; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { }

TABLE.csc-uploads-2 { }

TABLE.csc-uploads-3 { }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #333399; padding: 2px; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #333399; padding: 2px; }

/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: transparent; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: transparent; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #cfd0d2; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: normal; }

/* Email form, specifically */
legend { padding-left: 10px; padding-right: 10px; border: 0px; }
fieldset { padding: 10px; border: 1px solid #cfd0d2; }
.radiolayout { width: 40%; margin: 10px 0; }
.formu { margin-top: 10px; padding: 10px; border: 1px solid #cfd0d2; }
.mf-label { margin-bottom: 5px; }
.mf-labelreq { font-weight: bold; margin-bottom: 5px; }
.mf-radio { }
.mf-text { margin-bottom: 5px; width: 50%; border: 1px solid #cfd0d2;}
.mf-check { margin-bottom: 0px; margin-right: 10px; float:left; clear:both; }
.mf-select { margin-bottom: 5px; border: 1px solid #cfd0d2; }
.mf-input { margin-bottom: 5px; width: 50%; border: 1px solid #cfd0d2; }
.mf-file { margin-bottom: 5px; font-size: 0.8em; }
.mf-pass { margin-bottom: 5px; }
.mf-reset { margin-bottom: 5px; font-size: 0.8em; }
.mf-submit { margin-bottom: 5px; font-size: 0.9em; }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 70%; border: 1px solid #cfd0d2; }
FORM TABLE.csc-searchform TR TD { padding: 2px 2px 2px 4px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 90%; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT[type="submit"] { width: 50%; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell { width: 30%; }

/*****************/
/* Search result */
/*****************/
/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%; }
TABLE.csc-searchResultInfo TR { background-color: transparent; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; font-size: 1em; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { text-decoration:none; }
H3.csc-searchResultHeader A:hover { text-decoration:underline; }
H3.csc-searchResultHeader { padding: 4px 0 4px 10px; background-color: transparent; font-size: 1em; }
P.csc-searchResult { font-style: normal; margin-left: 20px; font-size: 0.8em; }
H3.csc-noSearchResultMsg { font-size: 1em; margin-bottom: 1em; }

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch-searchbox { background-color:transparent; padding:10px; border-top:6px solid #cfd0d2; border-bottom:2px solid #cfd0d2; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; border: 1px solid #cfd0d2; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:normal; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#e3001b; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:transparent; font-size:.9em; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:transparent; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { }
.tx-indexedsearch .tx-indexedsearch-category { background:transparent; font-size:16px; font-weight:bold; }
.tx-indexedsearch-title, .tx-indexedsearch-percent { background:#cfd0d2; font-weight:bold; padding:2px; } 

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
UL.csc-menu {  }
UL.csc-menu LI { font-weight: bold; padding: 4px 0px; list-style-type: square; }
UL.csc-menu LI A { text-decoration: none; }
UL.csc-menu A:hover { text-decoration: underline; }
UL.csc-menu li.csc-section { font-weight: normal; font-size: 1em; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
UL.csc-menu-1 { margin: 0; margin-left: 2em; padding: 0 0 10px 0; }
UL.csc-menu-1 LI { background-image: url(/fileadmin/images/arrow.gif); background-position: center left; background-repeat: no-repeat; padding: 0 3px 2px 16px; list-style: none;  }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-sitemap { }
DIV.csc-sitemap A { text-decoration: none; }
DIV.csc-sitemap A:hover { text-decoration: none; }
DIV.csc-sitemap UL { margin: 0; padding: 10px 0 10px 10px; }
DIV.csc-sitemap UL LI {  }
DIV.csc-sitemap UL LI:HOVER { }
DIV.csc-sitemap UL LI UL { margin: 0; padding: 4px 0 4px 10px; }
DIV.csc-sitemap UL LI UL LI { font-weight: normal; font-size: 0.8em; }
DIV.csc-sitemap UL LI UL LI UL LI { font-weight: normal; font-size: 1em; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
UL.csc-menu-3 { margin: 0; padding: 10px 0 10px 0px; }
UL.csc-menu-3 LI { background-image: url(/fileadmin/images/arrow-sitemap.gif); background-position: center left; background-repeat: no-repeat; padding: 0 3px 2px 16px; list-style: none; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DL.csc-menu-4 { }
DL.csc-menu-4 DT { font-weight: bold; padding: 4px 0px; }
DL.csc-menu-4 DT A { text-decoration: underline; }
DL.csc-menu-4 DT A:hover { text-decoration: underline; }
DL.csc-menu-4 DD { font-style: normal; font-size: 0.9em; margin-top: 0px; padding: 0px 2px 10px 10px; }

/* Menu / Sitemap, "Recently updated pages" */
UL.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
UL.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
UL.csc-menu-7 { }

/****************************/
/* extension "wt_directory" */
/****************************/

div.tx-wtdirectory-pi1 {
  width:90%;
  }

div.wtdirectory_filter_abc {
  margin:10px 0;
  padding:2px;
  text-align:center;
  background:#cfd0d2;
  font-weight:bold;
  }

span.wtdirectory_abc_letter {
  padding:0 2px;
  }

span.wtdirectory_abc_letter_act a /*, span.wtdirectory_abc_letter_all_act a*/ {
  padding:0 2px;
  font-weight:bold;
        color:#e3001b;
        text-decoration:none;
        }
  
div.wtdirectory_filter_div label {
  width:150px;
  display:block;
  line-height:200%;
  clear:left;
  float:left;
  }
  
div.wtdirectory_filter_div input {
         margin:4px;
         padding-top:1px;
         padding-right:2px;
         padding-bottom:1px;
         padding-left:2px;
         clear:right;
         width:200px;
         border:1px solid #cfd0d2;
         }

/* details */
div.wtdirectory_all_detail {
  margin:0;
  padding:10px;
  background-color:#fff;
  border:1px solid #cfd0d2;
        }

.wtdirectory_all_detail .wtdirectory_all_Bild {
  margin:0;
  padding:0;
  }
  
.wtdirectory_all_detail .wtdirectory_all_Branche {
  margin:0;
  padding:10px 0;
  text-align:right;
  font-size:0.9em;
  }

.wtdirectory_all_detail .wtdirectory_all_Firma {
  margin:0;
  padding:0;
  font-weight:bold;
  }

.wtdirectory_all_detail .wtdirectory_all_Voller {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_Addresse {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_Postleitzahl {
  margin:0;
  padding:0;
  float:left;
  }

.wtdirectory_all_detail .wtdirectory_all_Stadt {
  margin:0;
  padding:0 0 20px 4px;
  float:left;
  }

.wtdirectory_all_detail .wtdirectory_all_Beschreibung {
  margin:0;
  padding:0 0 20px 0;
  clear:both;
  }

.wtdirectory_all_detail .wtdirectory_all_Telefonnummer {
  margin:0;
  padding:0;
  clear:both;
  }

.wtdirectory_all_detail .wtdirectory_all_Faxnummer {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_Mobiltelefonnummer {
  margin:0;
  padding:0 0 20px 0;
        }
  
.wtdirectory_all_detail .wtdirectory_all_E-Mail Adresse {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_Homepage {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_vcard {
        margin:0;
        padding:20px 0 0 0;
  }
  
.wtdirectory_all_detail .wtdirectory_all_vcard img {
  vertical-align:middle;
  }
  
div.wtdirectory_all_backlink {
  margin:0;
  padding:10px 0;
  text-align:center;
  }
  
/* list */
ul.wtdirectory_list_wrap {
  margin:10px;
  padding:0;
  list-style:none;
  clear:both;
  }

ul.wtdirectory_list_wrap li {
  margin:10px 0;
  padding:0;
  }

div.wtdirectory_all_list {
  margin:0;
  padding:10px;
  background-color:#fff;
  border:1px solid #cfd0d2;
        }

.wtdirectory_all_list .wtdirectory_all_Firma {
  margin:0;
  padding:0;
  font-weight:bold;
  }

.wtdirectory_all_list .wtdirectory_all_Voller {
  margin:0;
  padding:0;
  }

.wtdirectory_all_detail .wtdirectory_all_Addresse {
  margin:0;
  padding:0;
  }

.wtdirectory_all_list .wtdirectory_all_Postleitzahl {
  margin:0;
  padding:0;
  float:left;
  }

.wtdirectory_all_list .wtdirectory_all_Stadt {
  margin:0;
  padding:0 0 20px 4px;
  float:left;
  }

.wtdirectory_all_list .wtdirectory_all_Telefonnummer {
  margin:0;
  padding:0;
  clear:both;
  }
  
.wtdirectory_all_list .wtdirectory_all_Addressgruppe {
  margin:0;
  padding:10px 0 0 0;
  font-size:.8em;
  }

  
div.wtdirectory_all_detaillink {
  margin:0;
  padding:0;
  text-align:right;
  }
  
/* list */  

ul.wt_directory_pagebrowser {
         margin:0 10px;
         padding:0;
         }

ul.wt_directory_pagebrowser li {
         margin:0;
         padding:0;
         display:inline;
         list-style-type:none;
         float:left;
         }

ul.wt_directory_pagebrowser a {
         margin:0 4px 0 0;
         padding:10px 4px 10px 0px;
         display:block;
         }
         
ul.wt_directory_pagebrowser a.act {
         font-weight:bold;
         color:#e3001b;
         }
