@charset "UTF-8";

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%; }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
  }

  h1,h3,h4,h5,h6 { margin: 0 0 20px 0; font-weight:normal;color:#6f1e2e;padding:20px 20px 0 20px;}
  h2 {margin: 0 0 10px 0;font-weight:bold;color:#000000;padding:20px 20px 0 20px;}
  h1 { font-size: 12px;text-transform:uppercase;}                      
  .home h1 {font-size:15px;color:#000;}
  p { line-height: 1.3em; margin: 0 0 1.2em 0; padding:0 20px;}

  /* rechte spalte text grösse */ 
  div#contentRight {font-size:12px;}
  /* ausnahmen */
  ul.navigation a,
  div.panel p {font-size:11px;}

  div#contentLeft h1,
  div#contentLeft h2,
  div#contentLeft h3,
  div#contentLeft h4,
  div#contentLeft h5,
  div#contentLeft p {padding:0;}

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  div.sitemap1 {
	background-color:#d1d7dd;
	width:100%;
}

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic; }
  blockquote { margin: 0 0 1em 1.5em; }

  strong,b { font-weight: bold; }
  em,i { font-style:italic; }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  #contentLeft select#dropdownnav {	width:100%;margin:0 0 2em 0;font-size:10px;}
  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note { background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted; }
  .important { background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted; }
  .warning { background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { text-align:center; margin: 0.5em auto; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #996CA3; text-decoration:none; }
  a:focus,
  a:hover,
  a:active { text-decoration:underline; }
  

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff; }
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }

  /* slider */
  #slider {background-color:#fff;}

	/* clearer */
	 div.clear, 
	div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol  {clear:both}
	.csc-textpic-lastcol {margin-bottom:0px!important;}
	/* tt news */
	span.news-list-morelink {display:block;}
	div.news-list-item,
	div.news-latest-item {margin-bottom:20px;}
	div.news-list-container p,
	div.news-latest-container p {margin:0;padding:0;line-height:1.5em;}
	div.news-latest-container p.altTitle {font-weight:bold;}
	div.news-single-timedata {padding:20px 20px 0 20px;float:right;}
	.news-single h3 {padding-top:0px;}
	div.news-latest-morelink a {color:#996CA3;}
	p.news-list-title {font-weight:bold;}   
	div.tx-ttnews-browsebox table {margin:0 auto;}
	div.tx-ttnews-browsebox td {margin:0px 5px;}
	div.tx-ttnews-browsebox td a {padding:5px 10px;display:block;}
	td.tx-ttnews-browsebox-SCell a {font-weight:bold;}
	div.news-single-backlink {padding:0 0 20px 20px;}
	div.news-single {overflow:hidden;}
	div.news-single-img {float:right;padding:0 20px 0 20px;}
	div.news-list-container h1 {padding:0;}
	/* felogin */
	div.tx-felogin-pi1 form, div.tx-sremailsubscribe-pi1 form{padding:20px;}
	div.tx-sremailsubscribe-pi1 dl {margin:0;}
	div.tx-sremailsubscribe-pi1 dd {margin:0 0 1em 0;}
	div.tx-felogin-pi1 div.inputfield {float:left;width:150px;}
	div.tx-sremailsubscribe-pi1 label,
	div.tx-felogin-pi1 div.inputfield label {text-transform: uppercase;margin-bottom:3px;font-weight:normal;}
	div.tx-sremailsubscribe-pi1 input,
	div.tx-felogin-pi1 div.inputfield input {background-color:#ccc;border:none;padding:2px;font-size:10px;}
	div.tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-submit,
	div.tx-felogin-pi1 div.submit input {
		text-transform:uppercase;
		margin-top:15px;
		background-color:#996ca3;
		border:none;
		color:#fff;
		 height:16px; 
		line-height:11px;
	}
	div.tx-felogin-pi1 p.status {margin:10px 10px 10px 4px;padding:0;font-weight:bold;}
	p.tx-sremailsubscribe-pi1-notice {font-size:80%;padding:0;}
	p.tx-sremailsubscribe-pi1-click-to-edit,
	p.tx-sremailsubscribe-pi1-trash {border:1px solid #ddd;margin:0 20px 20px 20px;padding:5px;text-align:center;}
	p.tx-sremailsubscribe-pi1-error {font-size:80%;color:red;margin:0;padding:0;}
	/* indexed_search */
	div.tx-indexedsearch {padding:0 20px;}
	div.tx-indexedsearch-browsebox p {padding:0;}
	td.tx-indexedsearch-percent {width:50px;text-align:right;}
	div.tx-indexedsearch  td {padding:0.5em 0.5em 0.5em 0;}
	ul.browsebox {margin:0 0 1em 0;text-align:center;padding:0;}
	div.tx-indexedsearch-browsebox {text-align:center;}
	input.tx-indexedsearch-searchbox-sword {width:250px!important;}
	div.tx-indexedsearch-whatis {display:none;}
	
	a.lupe img {position:relative;left:4px;top:5px;border:none!important;} 	/* lupe auf bilder */

	div#slider dd.csc-textpic-caption {display:none;}	/* keine caption im glider */
	/* lightbox */
	#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prev.gif) left 50% no-repeat!important; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/next.gif) right 50% no-repeat!important; }
	
	
}


