@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fÃ¼r die Erstellung eines Screenlayouts
 *
 * @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) $
 */

@media screen, projection
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */ 
 /*Änderungen von patch_centeral für Startseite überschreiben*/
 	* html #col1_content {
		margin-top:0 !important;
		left:0px !important;
	}
 
  /* #col1 becomes the left column | #col1 wird zur linken Spalte */
  #col1 { width: 23%; }
	#col1_content { margin-left: 50px; }
  /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
  #col2 { width: 23%; }
	#col2_content { margin-right: 50px; margin-top:0; padding-top:0;}
  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { margin-left: 24%; margin-right: 24%; background: #ffffff;}  
   #col2_content {padding-top:2.9em;}

  
  #col1 {z-index: 1;}
	#col2 {z-index: 3;}
	#col3 {position:relative; z-index: 500 !important; }
	#col1_content {z-index: 2;}
	#col2_content {z-index: 4;}
	#col3_content {z-index: 600 !important; background: #FFFFFF;}

 
 
#col1_content  h2 {font-size: 110%; color: #000000; margin:0; margin-bottom: 0.3em; padding: 0.3em 0.3em 0.3em 0.3em;
 font-weight:normal; background: #D1D2D4;}
 
 div.csc-frame-frame1 {
 	padding:0 !important;
 }
 
 div.containernews {
 	padding:0;
	margin:0;
 }

/* ######################################################################################################
** ### Formatierung der Container der Spalte2 ##########################################################
** ######################################################################################################
*/

div.container {
background-color:#ffffff;
border-left: 1px solid #D1D2D4;
border-right: 1px solid #D1D2D4;
padding: 0em 0em 0.5em 0em;
margin-bottom: 1.0em;
font-size: 89%;
}

div.container h3 {font-size: 110%; color: #000000; margin-bottom: 0.3em; padding: 0.3em 0.3em 0.3em 0.3em;
 font-weight:bold; background: #D1D2D4;}

div.container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; 
  display:block; 
}

div.container p {
	padding: 0em 0.5em 0em 0.5em;
} 

#submenu {
    margin: 0;
	font-size:89%;
   
}
#submenu a {
    display:inline;
	text-decoration:underline;
	padding: 0;  
}

#submenu p {
	padding: 0.5em;
}



div#rootline{  
  left: 24%;
  
}	
	




}