@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-2-3"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-2-3"
 *
 * @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) $
 */

/* import core styles | Grundlayout von KnowHow-Elearning einbinden */
@import url(knowhow.css);



#bannerstreifen_grau {position:absolute; margin-top:9.3em; left:0em; width:100%; height:12.55em; background-color:#fafafa;z-index:-1}
 

 #header_bild {
 margin: 0em 0em 0.8em 0em; 
 width: 76.15em; 
 height:14.15em;
 float:left; 
 background-color:#ffffff; 
 }
 
 
/* HÖHE FLASH HIER FESTLEGEN */
.tx-rlmpflashdetection-pi1 
{
height:23.15em;
}
 
 
  #header_bild img
{
border-width:0px;
width:100%;
height:100%;
}


/* 3 SPALTENLAYOUT */
 
 #main {width: 75.8em; background-color:#ffffff; min-height:32em; margin: 0em 0em 1em 0em; padding: 0em 0em 0em 0em;}
 
/*SUBNAVIGATION */

/* #col1 {background-color:#ffffff; width:21.25em; margin:0 0 0 0; padding:0 0 0 0; } */
 #col1_content {background-color:#ffffff; padding-left:1em; margin: 0 0em 0em 0em; }

 /* INHALT */

 #col2 { background-color:#ffffff;width:41.5em; margin:0 0 0 0; padding:0 0 0 0; }
 #col2_content {background-color:#ffffff; width:39em !important;min-height:32em; height:auto;}
 .col2_element { position:relative;width:39em; margin: 0 0 0 0; margin-bottom:0.5em; float:left; }
 .col2_elementteil01 { width:5em; margin: 0 0 0 0; float:left;}

 .col2_elementteil02 { width:31em; margin: 0 0 0 0; float:left; }
 .col2_elementteil02_content { font-size:0.75em; margin-top:0.25em; }
 .col2_elementteil03 {  width:3em; margin: 0 0 0 0; float:left; }
 .col2_elementteil03 div {position: absolute;right: 0;bottom: 0.5em; }

 



