@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: 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 */
  body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #444;
}
	h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.25em;
	margin-left: 0pt;
	}
	h1{
	font-size: 130%;
	margin-bottom: 1.0em;
	margin-top: 0em;
	}
	h1.align-center{
		text-align: center;
	}
	h2{
	font-size: 120%;
	margin-bottom: 1.0em;
	margin-top: 0.8em;
	}
	h3{
	font-size: 110%;
	margin-bottom: 1.0em;
	margin-top: 0.8em;
	}                      /* 18px */
h4 {
	font-size: 120%;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #c8d4b8;
}                     /* 16px */
h5 {
	font-size: 110%;
	margin-top: 1.5em;
}                     /* 14px */
h6 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
#header h1 {
	font-size:2.5em;
	letter-spacing:-2px;
	line-height:65%;
	color:#000;
}
#header span {
	color:#999;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 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
}
/* ### text formatting | Textauszeichnung ### */

  cite, blockquote {
}
blockquote {
	color: #444;
	background-color: #f0f8e5;
	line-height: 1.5em;
	text-align: left;
	padding: 0.3em 0.3em 0 0;
	margin-left: 2em;
	margin-right: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom-color: #f0f8e5;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-top-color: #f0f8e5;
	border-top-width: 3px;
	border-top-style: dotted;
}
strong, b {
	font-weight: bold
}
em, i {
	font-style:italic
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
acronym, abbr {
	letter-spacing: 0.07em;
	border-bottom: 0.1em dotted #ffab00;
	cursor: help;
}
/**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

.summary {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 1em;
}
.aufzaehlung {
	background-image: url(../../bilder/icons/aufzaehlung.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin-bottom: 0.8em;
	padding-left: 14px;
	list-style-type: none;
}
.zitatautor {
	font-size: 0.8em;
	text-align: right;
}
.zitattext {
	text-align: center;
}
.note {
	background: #f7f9f7 url(../../bilder/icons/register.gif) no-repeat 0.5em 0.5em;
	margin-top: 2em;
	padding: 1em 1em 1em 5em;
	border-top: 1px solid #b2d6b2;
}
.bildteilnehmer {
	font-size: 0.9em;
	background: #f7f9f7 url(../../bilder/icons/register.gif) no-repeat 0.5em 0.5em;
	margin-top: 2em;
	padding: 1em 1em 1em 5em;
	border-top: 1px solid #b2d6b2;
}
.important {
	color: #000;
	background-color: #f4fbeb;
	background-attachment: scroll;
	padding: 1em 1em 1em 1em;
	border: dotted 2px #adadad;
	text-align: center;
	font-size: 1.2em;
}
.warning {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	border-top: 1px dotted #d3e0ed;
}
.infos {
	background-color: #fff;
}
.fett {
	background-color: #f0f8e5; 
	border-bottom: 1px dotted #8cab8f;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "MS Serif", "New York", serif;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.flyer {
	background-color: #fff;
}
.float_left {
	float: left;
	display:inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
	padding: 0.7em;
	border: dotted 1px #a3a3a3;
}
.float_left_teaser {
	float: left;
	display:inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
	padding: 0.4em;
}
.float_info {
	display: inline;
	margin-right: 0.2em;
	margin-bottom: 0.15em;
	float: left;
}
.float_right {
	float: right;
	display:inline;
	margin-left: 1em;
	margin-bottom: 0.15em;
	padding: 0.7em;
	border: dotted 1px #a3a3a3;
}
.center {
	text-align:center;
	margin: 0.5em auto
}
/**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  #col222 a {
	color: #6c8157;
	font-weight: bold;
	text-decoration:none;
}
#col222 a:hover {
	text-decoration:underline;
}
#col222 a:focus {
	background-color: #fff;
	text-decoration: underline;
}
a {
	color: #50893f;
	text-decoration:none;
}
a:focus {
	color: #fff;
	/*background-color: #400040;*/
	text-decoration:none;
}
a:hover {
	color: #50893f;
	text-decoration:underline;
}
a:active {
	color: #50893f;
	background-color: #fff;
	text-decoration:underline;
}
#topnav a {
	color: #fff;
	text-decoration:none;
}
#topnav a:focus {
	color: #66804f;
	background-color: #fff;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:underline;
}
#topnav a:active {
	text-decoration:underline;
}
#topnav a#current {
	text-decoration:underline;
}
#footer a {
	color: #000;
	background:transparent;
	font-weight: normal;
}
#footer a:focus,  #footer a:hover,  #footer a:active {
	background-color: transparent;
	text-decoration:underline;
}
.warning a {
	color: #225b92;
	background-image: url(../../bilder/icons/folder-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	padding-left: 20px;
}
.warning a:hover {
	text-decoration: underline;
}
.pfad {
	color: #afafaf;
	font-size: 0.9em;
}
.pfad a {
	color: #afafaf;
	text-decoration: underline;
	padding-left: 0;
}
.pfad a:focus {
	color: #fff;
	background-color: #400040;
	text-decoration: none;
}
.pfad a:hover {
	color: #66804f;
	text-decoration: none;
}
.pfad a:active {
	color: #fff;
	text-decoration: underline;
}
	/**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

/**
   * 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.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed
}
caption {
	font-size: 0.5em;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
}
th, td {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.5em;
	border-bottom: 1px solid #a2c3e3;
}
thead th {
	background: #e1ecf7;
	color: #000;
	border-right: 1px solid #a2c3e3;
}
tbody th {
	color: #444;
	font-weight: normal;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	vertical-align: top;
	border-right: 1px solid #a2c3e3;
	border-bottom: 1px solid #a2c3e3;
}
tbody th.sub {
	color: #444;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
/**
   * 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;
}
#suchen {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	display: block;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 200px;
	height: 35px
}
.bg_kategorie {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #b3cce5;
	list-style-type: none;
	display: block;
}
.formularfelder {
	color: #000;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #9eb1ba #cad8df #cad8df #9eb1ba
}
.formularbutton {
	color: #82969f;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #f5f7f8;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border: solid 1px
}
.aktalles {
	color: #165ca1;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #f5f7f8;
	letter-spacing: 0.2em;
	margin: 0 0 1em;
	padding: 0.25em;
	border-color: #aecbe8 #000 #000 #aecbe8;
	border-style: dotted solid solid dotted;
	border-width: 1px 2px 2px 1px;
}
.aktoben {
	color: #fff;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #b1bbbf;
	background-image: url(../../bilder/icons/lesen.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.35em;
	margin: 0;
	padding: 0.25em 0.25em 0.25em 2.3em;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #000;
	border-left: 1px solid #afafaf;
}
.aktunten {
	color: #000;
	font-size: 0.8em;
	background-color: #eff2f4;
	margin: 0 0 1em;
	padding: 0.5em 0.5em 1em;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #afafaf;
}
.subtitel {
	color: #000;
	font-weight: bold;
}
#zertifizierung {
	background-color: #f5f7f8;
	width: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	border-top: 1px solid #84a7cb;
	border-bottom: 1px solid #84a7cb;
}
.aazwv {
	color: #000;
	text-decoration: underline
}
.aazwv:hover {
	color: #000;
	text-decoration: none
}
.verlaengerung {
	margin-top: 1em;
}
.seitenanfang {
	margin-top: 1em;
}
.abstand {
	margin-bottom: 4em;
}
.autor {
	color: #000;
	font-size: 0.8em;
}
.film {
	position: absolute;
	top: 40px;
	margin-left: 250px;
}
}

