@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-2009, 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.1
 * @revision        $Revision: 1.2 $
 * @lastmodified    $Date: 2009/04/01 10:33:32 $
 * @appdef yaml
 */
@media all {
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */
/* (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 all browsers
* (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
*
* @see: http://webkit.org/blog/67/strange-medium/
*/
textarea, pre, code, kbd, samp, var, tt {
	font-family: verdana,arial,helvetica,sans-serif;
	ifont-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	font-size: 12px;
}

/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	color: #000;
	/* RK: Standardschrift auf Verdana gestellt, ist besser lesbar */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { color: #222; font-weight: normal; margin: 0 0 0.25em 0; }

h1 { font-size: 150%; }

/* img.top - für bessere Textfluss-Darstellung von "maskierten eMails"  */
img.top { position: relative; top: 1px; vertical-align: bottom; }

#col1 .h2Container {
	border: 1px solid #666;
	margin: 0 0 0.5em 0;
	overflow: hidden;
	position: relative;
}

#col1 h2 {
	background-image: url(../../img/res/hg_h2.gif);
	background-position: left;
	color: #fff;
	float: left;
	font-size: 110.67%;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding-left: 2%;
	width: 60%;
}

h3 { color: #000; font-size: 105.67%; font-weight: bold; }

h4 { font-size: 105.67%; }

h5 { font-size: 100.67%; }

h6 { font-size: 100.01%; }

/* rk: removed:"color: #BF1123!important; text-decoration: none!important;" 
h3 a { color: #000; text-decoration: none; }*/

/* --- general text formatting | 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 { color: #666; margin: 0 0 1em 1.6em; }

strong,b { font-weight: bold; }

em,i { font-style: italic; }

pre, code, kbd, tt, samp, var { font-size: 100%; }

pre, code { color: #800; }

pre { line-height: 1.5em; margin: 0 0 1em 0; }

kbd, samp, var { color: #666; }

var { font-style: italic; }

acronym, abbr {
	border-bottom: 1px #aaa dotted;
	cursor: help;
	font-variant: small-caps;
	letter-spacing: .07em;
}

sub, sup { font-size: 91.6667%; }

hr {
	background: transparent;
	border: 0;
	border-bottom: 1px #eee solid;
	color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

/*--- Links global----------------------------------------------------------------------------------------- */
a {
	background: transparent;
	color: #bf1123;
	text-decoration: none;
}

/*--- removed by RK 12.05.2009------------------ a:visited { color:#000; }
 removed by RK 12.05.2009:
a:focus,  a:active { color: #000; text-decoration: none; }*/

/*--- removed by RK 06.05.2009a:hover { color: #000; text-decoration: none; }*/
a:hover { color: #000; text-decoration: none; }

ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }

ul li { list-style-type: none; }

ul ul li { list-style-type: none; }

/*rem 09.07.09 by rk: #col1_content ul li {
	background-image: url(../../img/res/pfeil_black.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
}

#col1_content ul li a {	color: #000; }

#col1_content ul li a:hover { color: #bf1123; }
*/
#col1_content .csc-sitemap ul li {
	background-image: none;
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
}

#col1_content .csc-sitemap ul li a {
	background-image: url(../../img/res/pfeil.gif);
	background-position: left 0.1em;
	background-repeat: no-repeat;
	color: #000;
	padding-left: 15px;
}

#col1_content .csc-sitemap ul li a:hover { color: #bf1123; }

/*
ol li { list-style-type: decimal; }

ol ol li { list-style-type: lower-latin; }
*/

li { line-height: 1.5em; margin-left: 0.8em; }

dt { font-weight: bold; }

dd { margin: 0 0 1em 0.8em; }

/* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */
p.icaption_left { display: inline; float: left; margin: 0 1em 0.15em 0; }

p.icaption_right { display: inline; float: right; margin: 0 0 0.15em 1em; }

p.icaption_left img,
p.icaption_right img { border: 1px #888 solid; padding: 0; }

p.icaption_left strong,
p.icaption_right strong {
	background: #eee;
	display: block;
	font-size: 91.667%;
	font-weight: normal;
	margin-top: 2px;
	overflow: hidden;
	padding: 0.3em 0.5em;
}

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
.float_left {
	display: inline;
	float: left;
	margin-bottom: 0.15em;
	margin-right: 1em;
}

.float_right {
	display: inline;
	float: right;
	margin-bottom: 0.15em;
	margin-left: 1em;
}

.center { display: block; margin: 0.5em auto; text-align: center; }

  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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
  */
/**   REM by RK: 30.04.2009 Tabellen sollen im RTE formatiert werden also haben diese Definitionen hier nichts zu suchen! */
table.no-css { display: table; }

  
table.contenttable {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: auto;
}

table.contenttable caption { font-variant: small-caps; }

table.full { width: 100%; }

.floatbox table.full { margin-left: 1px; width: 99.9%; }

table.fixed { table-layout: fixed; }

table.contenttable th, table.contenttable td { padding: 0.2em; }

td {
	1font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

th {
	background-color: #ccc;
	color: #000;
	1font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
input  * { font-size: 14px;
}
input[type=text] { font-size: 14px;
}
input.btn { 
	  color:black; 
	  font-size: 14px;
	  padding: 2px;
	 } 
input.btn2 {
	  color:black;
	  font-size:14px;
	  padding-left:4px;
	  padding-right:4px;
	 }
input.btn3 {
   margin-top: 5px;
   margin-bottom: 2px;
   display: block;
   padding: 2px 5px 18px 4px;
   height:    24px;
   display:table-cell;
   vertical-align: middle;
   text-align:center;
   font: 12px Verdana;  
   display: inline;
   cursor: pointer;
	 }		 
/** rk: css für downloadseite **/
	 td.clThemaTdGrey {
		background-color:#666666;
		color:#FFFFFF;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:12px;
		font-style:italic;
		font-weight:bolder;
		padding:0;
		text-align:left;
		vertical-align:top;
		}
	td.clThemaTdWhite {
		background-color:#FFFFFF;
		}
	 }