@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-2007, 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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @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 
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;*/
  body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 75.00%; 
    color: #4B4B4B; /* #666; */  
  }

  h1,h2,h3,h4,h5  { 
  	font-family:  Arial, Verdana, Helvetica, sans-serif;
  	font-weight:bold; 
  	color:#999; 
  	margin: 0 0 0.25em 0; 
  }

 h6 { 
  	font-family:  Arial, Verdana, Helvetica, sans-serif;
  	font-weight:bold; 
  	color:#999; 
  	margin: 0 0 0 0; 
  }
  
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; }  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.2em; margin: 0 0 1em 0; }

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

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

  /*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: #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: #999; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#464646; text-decoration:none;}
  
  #topnav a { color: #999; font-weight: bold; background:transparent; text-decoration:none; font-size: 0.90em; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:none; font-weight: bold; background-color: transparent; color: #464646;  font-size: 0.90em; }
  /* #topnav a:active { text-decoration:underline; background-color: transparent;} Wolfgang 15-04-2008 */
   
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #000000; background-color: transparent; text-decoration:none;}

  /**
   * (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 #eee solid;
  }
  
  /* Wolfgang */
  #Katalog { margin: 0; padding: 0 }
  #Katalog   ul, ol, dl { line-height: 1.3em; margin: 0em 0em 1em 0em; font-size: 0.90em; } 
  #Katalog li { margin-left: 0.0em; line-height: 1.3em; list-style-type: none; }
  #Katalog a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }  /*999*/
  #Katalog a:focus, 
  #Katalog a:hover,
  #Katalog a:active { text-decoration:none; font-weight: normal; background-color: transparent; color: #464646; }  


  #Portrait {
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 0.00em;
  }

  #Portrait dl {
	float: left;
	width: 100%;
	display: inline; /*Gegen den Double-margin-Bug*/
	margin-top: 0.80em;
	padding: 0;
  }

  #Portrait dt {
	float:left;
	display: inline; /*Gegen den Double-margin-Bug*/
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
  }

  #Portrait dd {
	margin: 0;
	padding: 0;
	font-size: 1.00em;
	text-align: justify;
  }

#Portrait dd.img img {
	float: left;
	margin-right: 0.80em;
	padding: 0;
} 
 
.textbox { 
	background: transparent; 
	margin: 0; 
	padding: 0;
	padding-left: 3px;
	}

.textboxKat { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-right: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.50em;
	}
	
.textboxLinks { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-right: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
	}
	  
.textboxRahmenL { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-right: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding: 0;
	}

.textboxLinksinnerRahmen { 
	background-color: #FFFFFF; 
	border: 2px #8ED8FF solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.34em; 
	padding-left: 0.34em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
	}

		
.textboxMitte { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 3px #E2E2E2 solid;
	border-right: 3px #E2E2E2 solid;
	border-bottom: 3px #E2E2E2 solid; 	 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
}

.textboxRahmenM { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-right: 3px #E2E2E2 solid;
	border-left: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding: 0;
	}

.textboxMitteinnerRahmen { 
	background-color: #FFFFFF; 
	border: 2px #8ED8FF solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.34em; 
	padding-left: 0.34em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
	}
		
	
.textboxRechts { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
	}

.textboxRahmenR { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding: 0;
	}

.textboxRechtsinnerRahmen { 
	background-color: #FFFFFF; 
	border: 2px #8ED8FF solid; 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.34em; 
	padding-left: 0.34em; 
	padding-bottom: 0.50em;
	font-size: 0.90em;
	}



/* ------------------------------------ */

.textbox2colum { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid;
	margin: 0; 
	padding-top: 0.70em; 
	padding-right: 0.70em; 
	padding-left: 0.70em; 
	padding-bottom: 0.70em;
	}
.textboxakt { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 3px #E2E2E2 solid; 	
	margin: 0; 
	padding-top: 0.70em; 
	padding-right: 0.70em; 
	padding-left: 0.70em; 
	padding-bottom: 0.70em;
	}
.textboxakt2 { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 3px #E2E2E2 solid;
	border-bottom: 3px #E2E2E2 solid; 	
	margin: 0; 
	padding-top: 0.70em; 
	padding-right: 0.70em; 
	padding-left: 0.70em; 
	padding-bottom: 0.70em;
	}	
.textboxGross {
	text-align: center; 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 0px #E2E2E2 solid;
	border-right: 0px #E2E2E2 solid;
	border-bottom: 3px #E2E2E2 solid; 	 
	margin: 0; 
	padding-top: 0.50em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.40em;

	}	
.textboxLinksRahmen { 
	background-color: #FFFFFF; 
	border: 1px #464646 solid; 
	margin: 0; 
	padding: 0.50em; 
	height: 120px;
	}	
	
  #Katliste a { color: #999; font-weight: bold; background:transparent; text-decoration:none; font-size: 0.90em; }
  #Katliste a:focus, 
  #Katliste a:hover,
  #Katliste a:active { text-decoration:none; font-weight: bold; background-color: transparent; color: #464646;  font-size: 0.90em; }
  
  
  .searchnavi  { color: #999; font-weight: bold; background:transparent; text-decoration:none; font-size: 0.90em; }
  
  
  .textboxtitle {
	text-align: center; 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-left: 0px #E2E2E2 solid;
	border-right: 0px #E2E2E2 solid;
	border-bottom: 3px #E2E2E2 solid; 	 
	margin: 0; 
	padding-top: 0.10em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.10em;

	}
	
.textboxLinks2 { 
	background-color: #FFFFFF; 
	border-top: 3px #E2E2E2 solid; 
	border-right: 3px #E2E2E2 solid; 
	border-bottom: 3px #E2E2E2 solid; 
	margin: 0; 
	padding-top: 0.10em; 
	padding-right: 0.50em; 
	padding-left: 0.50em; 
	padding-bottom: 0.10em;
	font-size: 0.90em;
	}
}

