/**
 * Allgemeiner Unfug
 */

body, td
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  margin: 10px;
}

a
{
  color: #0000a0;
  text-decoration: underline;
}

a img
{
  border: 0;
}

/**
 * Menues
 */

/* Oberes Hauptmenue */
table.upperMenuTable
{
  width: 727px;
}

td.upperMenu
{
  background: url(img/BG_Menu_oben.jpg) repeat-x;
  padding-left: 10px;
  vertical-align: top;
  font-weight: bold;
  height: 31px;
}

td.upperMenuAct
{
  background: url(img/BG_Menu_oben_Act.jpg) repeat-x;
  padding-left: 10px;
  vertical-align: top;
  font-weight: bold;
  text-decoration: underline;
  height: 31px;
}

td.upperMenu a, td.upperMenuAct a
{
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

td.upperMenu a:hover
{
  text-decoration: underline;
}

td.upperMenuLimiter
{
  width: 2px;
  background: url(img/Teiler_Menu_Oben.jpg) repeat-x;
}

/* Zelle neben Haupt und ueber Seitenmenue */
td.menuHeader
{
  width: 223px;
  background: url(img/BG_Titel_oben.jpg) repeat-x;
  vertical-align: top;
  height: 31px;
}

td.menuHeader span
{
  font-weight: bold;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
}

/* seitliches Untermenue */
td.sideMenu
{
  background-color:#ededed;
  padding-top: 15px;
  vertical-align: top;
  width: 223px;
}

div.menu a, div.menu a:hover
{
  display: block;
  color: #000;
  text-decoration: none;
  width: 223px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.menu a:hover
{
  background: #C6C7C9;
}

div.activeMenu a, div.activeMenu a:hover
{
  display: block;
  color: #000;
  background: #C6C7C9;
  text-decoration: none;
  width: 223px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.activeMenu a span, div.activeMenu a:hover a span, div.menu a span, div.menu a:hover span
{
  padding-left: 10px;
}

/* Fussleistenmenue */
td.lowestMenu
{
  background: url(img/BG_Menu_unten.jpg) repeat-x;
  padding: 0 15px 0 15px;
  height: 32px;
}

td.lowestMenu a
{
  color: #000;
  text-decoration: none;
}

td.lowestMenu a:hover
{
  text-decoration: underline;
}

/* Zelle mit dem grossen Logo */
.lionLogoCell
{
  background: #ededed;
  text-align: center;
  vertical-align: bottom;
  padding: 30px 0;
  width: 223px;
}

/**
 * Inhaltsbereich
 */

td.content
{
  vertical-align: top;
  padding: 15px 10px;
}

/**
 * Textelemente
 */
 
div.csc-header h1, div.csc-textpicHeader h1
{
  display: block;
  margin-top: 0;
  padding-top: 0;
  font-size: 12pt;
  /* width: 727px; */
}

div.csc-textpic-text
{
  display: block;
  margin-bottom: 25px;
}

dd.csc-textpic-caption
{
  font-size: 8pt;
  display: block;
  padding-top: 3px;
}

table.contactCell td
{
  padding-bottom: 5px;
}

/* Fuer die Bildergalerien */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG
{
  border: 1px solid #888;
  padding: 0;
  margin: 3px;
  padding: 2px;
}

div.csc-textpic-imagewrap div.csc-textpic-imagecolumn dl.csc-textpic-image dt
{
  text-align: center;
  background: #eee;
  width: 150px;
  display: block;
}

div.csc-textpic-imagewrap
{
  display: block;
  width: 150px;
  text-align: center;
}

div.csc-textpic-imagewrap dl.csc-textpic-image dd
{
  text-align: left;
}

table.csc-uploads
{
  border: 1px solid #666;
  border-collapse: collapse;
  width: 100%;
}

table.csc-uploads td
{
  padding-bottom: 15px;
}

table.csc-uploads p
{
  margin: 0;
}


/**
 * Newselemente
 */

div.news-list-container, div.news-list-item
{
  background: none;
  border: 0;
}

div.news-list-item
{
  vertical-align: top;
}

div.news-list-item h3
{
  background-color: #F07E01;
  clear:both;
  padding: 5px;
  
}

div.news-list-item h3 a
{
  font-size: 10pt;
  color: #fff;
  margin: 0;
  padding: 0;
}

div.news-list-item p
{
  margin: -15px 0 0 0;
}

span.news-list-date
{
  background-color: #FBAD58;
  color: #000;
  padding: 3px 5px 3px 10px;
}

p.bodytext
{
  margin: 0;
}

div.news-list-morelink a
{
  color: #0000a0;
  display: block;
  padding-top: 5px;
}

hr.clearer
{
  display: none;
}

div.news-single-item
{
  background: none;
  border: 0;
}

div.news-single-item h2
{
  font-size: 12pt;
  color: #fff;
  margin-top: 0;
  display: block;
  width: 100%;
  background-color: #F07E01;
  padding: 3px 0 3px 5px;
}

div.news-single-item h3
{
  font-size: 10pt;
  background: none;
  border: 0;
}

div.news-single-item h3 p
{
  margin: 0;
  padding: 0;
}

span.news-single-time
{
  display: block;
  padding-bottom: 10px;
}

span.news-single-date
{
  background-color: #FBAD58;
  color: #000;
  padding: 3px 5px 3px 10px;
  float: right;
  font-size: 9px;
  font-weight: normal;
  text-align: right;
  margin-top: -3px;
}

div.news-single-backlink a
{
  color: #0000a0;
}

.news-single-item-activities h2
{
  font-size: 12pt;
  margin-top: 0;
  display: block;
}

.news-single-item-activities h3
{
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
}

.news-single-additional-info, .news-single-links
{
  border: 0;
  background: none;
  padding: 0;
}

.news-single-files
{
  display: none;
}

.news-single-links dt, .news-single-links dd
{
  margin-left: 0;
}

.news-single-imgcaption
{
  padding-left: 0;
}

.news-list-browse, .tx-ttnews-browsebox, .tx-ttnews-browsebox-SCell
{
  border: 0;
  background: none;
}

.news-list-container IMG
{
  margin-bottom: 10px;
}


img.spacer-gif
{
  border: 0;
}


/**
 * Adressliste
 */

div.tx-spdirectory-pi1 a
{
  color: #0000a0;
}

/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button
{
  /* width:100px; */
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
SELECT.tx-indexedsearch-selectbox-defop,
SELECT.tx-indexedsearch-selectbox-sections
{
  width:200px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw
{
  font-weight:bold;
  font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis
{
  margin-top:10px;
  margin-bottom:5px;
}

.tx-indexedsearch P.tx-indexedsearch-noresults
{
  text-align:center;
  font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title
{
  background:#F07E01;
  padding: 2px 5px;
}

.tx-indexedsearch-result-number
{
  color: #fff;
  text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A
{
  color: #fff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P
{
  font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent
{
  font-weight:normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr
{
  padding: 5px 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P
{
  font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info
{
  background:#E0E7F5;
  font-size: 8pt;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead
{
  margin-top:20px;
  margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2
{
  color:#006699;
  margin-top:0px;
  margin-bottom:0px;
  background:transparent;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE
{
  background:#cccccc;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD
{
  vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume
{
  color : #666666;
}

.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup
{
  font-family: monospace;
  font-style: normal;
  padding:0 0.3em 0 0.3em;
  background:#ffff88;
  border: 1px #ccd solid;
}

ul.browsebox
{
  margin: 0 0 15px 0;
  padding: 0;
}

ul.browsebox li
{
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
