@charset "UTF-8";
/**
 *  Styles für allgemeine Inhaltselemente
 *
 *  Historie:
 *    28.02.2010  ibb  html,body: Hintergrund nur bei Bildschirmausgabe
 *                     h1..6: Font-Family / ul:list-style / hr: Grafik / a:links
 *    04.04.2010  ..   Nachtrag Navigation "Intranet"
 *    20.04.2010  ..   Schriftgröße: 12px
 *
 *  ToDo: <h2>-Tag in den Überschriften auf <h5> umstellen
 */

@media screen
{
	html,body {background:#ffe8c8 url(/fileadmin/site/home/gfx/bgnd-frame.gif);}
}

@media all
{
  /* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

	/**
	 * Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
   */
  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75%;
    color:#444;
  }

  /*--- Überschriften --------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    color:#222;
    margin:0 0 0.25em 0;
  }

/*  h1 { font-size:250%; } */                      /* 30px */
/*  h2 { font-size:200%; } */                      /* 24px */
h1 { font-size:116.67%; font-weight:600;}                       /* 14px */
h2 { font-size:116.67%; font-weight:600;}                       /* 14px */
  h3 { font-size:150%; }                       /* 18px */
  h4 { font-size:133.33%; }                    /* 16px */
  h5 { font-size:116.67%; }                    /* 14px */
  h6 { font-size:116.67%; }                    /* 14px */

  /* --- Listen : allgemein ------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
	ul { list-style-image:url(/fileadmin/site/home/gfx/list-style-punkt.gif);	}
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- Listen : spezielle Inhaltsbereiche --------------------------------- */

	.content ul {
		/*oben|rechts|unten|links */
		margin:0 0 10px 25px;
	}
	.content ul li {
		margin:3px 0 3px 0;
	}

	.frame-rauten-liste ul {
		list-style:none; list-style-type:none;
		list-style-image: url(/fileadmin/site/home/gfx/list-style-raute.gif);
	}
	.frame-rauten-liste li {
		list-style:none; list-style-type:none;
		list-style-image:url(/fileadmin/site/home/gfx/list-style-raute.gif);
	}
	.frame-zahlen-liste ul {
		list-style-type: decimal; list-style-image:none;
	}
	.frame-zahlen-liste ul li {
		list-style-type: decimal; list-style-image:none;
	}

  /* --- Allgemeine Textauszeichnung ---------------------------------------- */

  p { line-height:1.5em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }

  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
	  border:0; margin:0; padding:0;
	  margin-bottom:10px; height:1px;
	  background:transparent url(/fileadmin/site/home/gfx/cont-trennlinie.gif) no-repeat;
  }

  /*--- Links --------------------------------------------------------------- */

  a { color:#444; background:transparent; text-decoration:none; }
  a:visited  { color:#444; }

  a:focus { color:#000; outline: 0 none; }
  a:hover,
  a:active { color:#E84969; outline: 0 none; }
  
  .content a { color:#E84969;; }
  .content a:visited { color:#E84969; } 

  /* --- Bilder (mit optionaler Bildunterschrift) --------------------------- */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**----------------------------------------------------------------------------
  * Standardklassen zur Positionierung und Hervorhebung
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .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 { display:block; text-align:center; margin:0.5em auto; }

 /**----------------------------------------------------------------------------
  * Tabellen
  * Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  */

  table { width:auto; margin:0; padding:0; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { text-align:center; }
  tbody th { text-align:center; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { }
  tbody td { }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }

  /* --- Tabellen: spezielle Bereiche --------------------------------------- */

	.frame-tabellen-3d table {
		border:4px outset white;
	}
	.frame-tabellen-3d td {
		border-left:1px solid white;
		border-bottom:1px solid white;
	}
	.frame-tabellen-2d table {
		border-top :1px solid white;
		border-right:1px solid white;
		border-left:1px solid white;
	}
	.frame-tabellen-2d td {
		border-left:1px solid white;
		border-bottom:1px solid white;
	}
	.frame-tabellen-3d .td-0,
	.frame-tabellen-2d .td-0 {
		border-left:0;
	}

  /**--------------------------------------------------------------------------
   *  Navigation
   */

	/** Screenreader **/
  li .dot { display:none; }

	/** Hauptauswahl **/
  #mainmenu {
		overflow:hidden; margin:2em 0 0 1em;
	}
  #mainmenu ul,
	#mainmenu li {
		list-style:none; list-style-type:none; list-style-image:none;
		margin:0; padding:0;
	}
	#mainmenu a {
    display:block;
    background:url(/fileadmin/site/home/gfx/nav-rand-unten.jpg) top left no-repeat;
	}
  #mainmenu .current {
    font-weight:600;
  }

  #mainmenu ul#navi-L1 {
		background:url(/fileadmin/site/home/gfx/nav-rand-links.jpg) top left repeat-y;
	}
  #mainmenu ul#navi-L1 li a {
    padding-left:0.5em;
	}
  #mainmenu ul#navi-L2 li a {
    padding-left:1.25em;
  }
  #mainmenu ul#navi-L3 li a {
    padding-left:1.75em;
  }

  /** META-Bereich **/
	#meta {
	  background: url(/fileadmin/site/home/gfx/cont-trennlinie.gif) bottom left no-repeat;
	  padding-top:5px; padding-bottom:5px;
	}

	/* "breadcrumb" Navigation */
	#breadcrumb-navi {
		font-size:80%;
		background: url(/fileadmin/site/home/gfx/cont-trennlinie.gif) bottom left no-repeat;
		padding-top:3px; padding-bottom:3px;
	}

  /* Meta-Navigation */
	#meta-navi { float:right; }
	#meta-navi ul,
	#meta-navi li {
		list-style:none; list-style-type:none; list-style-image:none;
	}
	#meta-navi li {
		float:left; margin-left:0.75em;
	}

	/* Auswahl Rechts */
	#menuright { height:250px; margin-top:105px; margin-bottom:20px; }

	#menuright {
		background:url(/fileadmin/site/home/gfx/bgnd-navi-right.gif) repeat-y;
	}
  #menuright {
		overflow:hidden;
	}
  #menuright ul,
	#menuright li {
		list-style:none; list-style-type:none; list-style-image:none;
		margin:0; padding:0;
	}
	#menuright li {
    padding-left:0.3em;
	}
	#menuright a {
    display:block;
	}

	/* Sprachnavigation */
	div.flags { margin-left:5px; }
	div.flags img { margin-right:5px; }

    /* Link Intranet */
  div.naviIntranet {
    background:url(/fileadmin/site/home/gfx/nav-rand-unten.jpg) top left no-repeat;  
  }
  div.naviIntranet a {
    text-decoration:none; display:block;
    padding-top:1px; padding-bottom:1px; padding-left:0.5em;
    background:url(/fileadmin/site/home/gfx/nav-rand-links.jpg) top left repeat-y;  
  }  

  /**---------------------------------------------------------------------------
   *  Suchfeld
   */
	#col2_content #search {
		background:url(/fileadmin/site/home/gfx/search-zoom.gif) no-repeat;
		margin-left:5px; margin-bottom:12px; padding-left:19px; height:16px;
	}
	#col2_content .search-field {
		float:left; border:none; width:100px;
		color:gray; font-style:italic;
	}
	#col2_content .search-submit {
		float:left;	border:none;
		cursor:pointer;
	}

  /**---------------------------------------------------------------------------
   *	Inhaltsbereich
   */
	div.content ol {
		margin-left:1em;
	}

  /* Absatzmarkierungen */
	div.content p { margin-bottom:10px; }
	div.content p.trennlinie-oben {
/*		height:1px; *//* cheat MSIE6 */
		padding-top:10px;
		background:url(/fileadmin/site/home/gfx/cont-trennlinie.gif) top left no-repeat;
	}
		/* Rahmenmarkierungen */
	.frame-trennlinie {
		clear:both;
/*		height:1px; *//* cheat MSIE6 */
		padding-top:30px;
		background: url(/fileadmin/site/home/gfx/cont-trennlinie.gif) top left no-repeat;
		background-position:0px 15px;
	}

  /**---------------------------------------------------------------------------
   *	TYPO3 spezifische
   */
  .csc-textpic-image {margin:0;}
    
  /**---------------------------------------------------------------------------
   *	Verschiedene
   */
	/* TYPO3-Spamschutz */
	span.no-spam { display:none; }

	/* "leere" Anchors verstecken */
	.hideAnchor { visibility:hidden;line-height:0; }


 /* TYPO3 mailform-Formular */
	div.content form#mailform { }
	div.content fieldset.csc-mailform { padding:10px; }
	div.csc-mailform-label { margin-bottom:3px; font-weight:600; }
	div.csc-mailform-field { margin-bottom:5px; width:300px; }
	
div.herbstschau {
  padding-top:25px; padding-left:2px;
}	
}

