@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
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { text-align: center; }
  #page_margins { text-align:left; margin: 0 auto; }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { 
  	width: 950px;
	margin: 0 auto;
  }
  #page { margin: 10px; }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {  }
  #topnav {  }
  
  #main { margin: 0 5px 5px 0; padding-bottom: 5px; background: url(../../images/page_elements/kum_ecke_rot_160px.jpg) no-repeat top left; border: 1px solid #BCBDBE;}
  
  #footer { text-align: right; color: #BCBDBE; margin-right: 5px; }
  
    /* Angaben für das Balkenmenu */
    #start_nav { list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: left;}
    #start_nav ul { list-style-type: none; margin-left: -16px; } 
    #start_nav ul li { list-style-type: none; padding: 0; }
    
    /* Angaben für den Online-Shop Button */
    #shop_button { text-align: left; }
  
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
    
  /* 1. Spalte - Category und Submenu */  
  #col1 { width: 340px; float:left; }
  #col1_content { height: 300px; }
  
    /* Positionierung der Category */
    .unten_links { position: absolute; bottom: 0; left: 0; width: 140px; text-align: left; margin-left: 10px;}
    /* Positionierung des Submenus */
    .unten_rechts { position: absolute; bottom: 3px; right: 0;}

  /* Ausblenden der 2. Spalte */
  #col2, #col2_content { display:none; }

  /* 3. Spalte - Hauptcontent */
  #col3 { margin-left: 340px; margin-right: 0;}
  #col3_content {  height: 300px;  margin-left: 20px; overflow: visible; }
	
	/* Postionierung der News */
	#unten { margin-top: 15px; }
	
	#news { width: 560px; margin-top: 10px; }
	#news .c50l, 
	#news .c50r { width: 270px; }

  
}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}