﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@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
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (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: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font: 150% Arial, Helvetica, Sans-Serif;}     			                   			/* 18px */
  h2 { font: 133.33% Arial, Helvetica, Sans-Serif; font-weight:bold; }			   			/* 16px fett */
  h3 { font: 133.33% Arial, Helvetica, Sans-Serif; }     	    				   			/* 16px */
  h4 { font: 116.67% Arial, Helvetica, Sans-Serif; font-weight:bold; }  				    /* 14px fett */
  h5 { font: 116.67% Arial, Helvetica, Sans-Serif; }   		   						   		/* 14px kursiv*/
  h6 { font: 100.01% Arial, Helvetica, Sans-Serif; font-weight:bold; } 						/* 12px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul {
	list-style-image: url('../../images/layout/pic-list.jpg')
}
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  /* ### 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;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {
	background: url('../../images/layout/backlinie.jpg') repeat;
	padding: 1em;
	border-top: 1px #CC0000 solid;
	border-bottom: 1px #CC0000 solid;
}

  .note80 {
	background: url('../../images/layout/backlinie.jpg') repeat;
	padding: 1em;
	border-top: 1px #CC0000 solid;
	border-bottom: 1px #CC0000 solid;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

  .important {
	background: #990000;
	padding: 1em;
	border-top: 1px #000080 dotted;
	border-bottom: 1px #000080 dotted;
}
  .warning {
	background: #BF8282;
	padding: 1em;
	border-top: 1px #000080 dotted;
	border-bottom: 1px #000080 dotted;
}

  .farbhintergr {background: #BF8282;}

  .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: #000000;
	text-decoration: none;
}
  a:focus,
  a:hover,
  a:active {
	background-color: #CC0000;
	text-decoration: none;
}
  
  #topnav a {
	color: #FFFFFF;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
  
  #footer a {
	color: #FFFFFF;
	background: transparent;
	font-weight: bold;
}
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #FF3300; background-color: transparent; text-decoration:underline; }
  
  #brotkrume { text-align:left; font-family: Verdana,Helvetica,Arial; font-size:x-small; color: #800000; font-weight: bold; padding-left: 22px; margin-bottom:3px;}
  #brotkrume a { color:#800000; }
  #brotkrume a:focus,
  #brotkrume a:hover,
  #brotkrume a:active {color:white; background-color:red;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */


/*      
  #main a[href^="http:"],
  #main a[href^="https:"]
  {
	padding-left: 20px;
	background-image: url('../../images/layout/page.gif');
	background-repeat: no-repeat;
}
*/  

  /**
   * 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: 90%;
	margin-bottom: 0.5em;
	border: 1px;
	margin-left: auto;
	margin-right: auto; }
		
  table.fixed { table-layout:fixed; }
  caption {	caption-side: bottom; margin-top:2px;text-align:left; font-style:italic; font-size:small; color:maroon;}
  th,td { padding: 10px; }
  tbody,tfoot {border-bottom: 1px; border-bottom-color:maroon; border-bottom-style:solid;}



   /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #CC0000;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }
  
  form.ddr {
	background-color: #BF8282;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	border: 1px #CC0000 solid;
}
  label {
	display:block;
	cursor:pointer;
	font-size:95%;
	margin-top:10px;
}



#containerul, #containerul ul{
  text-align:left;
  margin:0;                          /* browser default margins überschreiben */
  padding:0;                         /* browser default padding überschreiben */
}

#containerul li{
	margin: 0 0 0 0; /* left margin für Einrückung */
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 0;                   /* browser default margins überschreiben */
	list-style-type: none;                /* browser default padding überschreiben */
}

#containerul .symbols{               /* styles positionierung symbole */
  float:left;
  width:20px;
  /* height:1em; */
  background-position:0 50%;
  background-repeat:no-repeat;
}
}

