@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-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@import url(../css/central.css);

/* additional styles | zusätzliche Stylesheets */
@media all
{

  /**
   * Background Color | Hintergrund Farbe
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |-------------------------------|
   */

	body {background: #CDC6B8}

  /**
   * Background Color | Hintergrund Farbe (alle Spalten)
   *
   * |-------------------------------|
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |-------------------------------|
   */
	#col1 {background: #E4DED0}
	#col1_content { }
	#col2 {background: #E4DED0}
	#col2_content { }
	#col3 {background: #E4DED0}
	#col3_content { }

  /**
   * Standard Colors | Standard Farbe (alle Spalten)
   *
   * |-------------------------------|
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |         |          |          |
   * |-------------------------------|
   */

   /* Startseite */
   a { color: #fff;}  /* <a href="#link">content</a> */

   /* Produktwelt */
   .struct2 h1 { color:#7C7366;}
   .struct2 p { color:#7C7366;}

   /* Unternehmensbereich */
   .struct3 p, .struct4 p, .struct5 p { color: #333;} /* <p>content</p> */
   .struct3 a, .struct4 a, .struct5 a {	color: #333;}  /* <a href="#link">content</a> */
   .struct3 a, .struct4 a, .struct5 h1 { color: #333;}  /* <a href="#link">content</a> */


   /* Allgemein */
   a:hover { color: #F4B800;} /* <a href="#link">content</a> */

   #pagetitle { color: #333;}
   .subtitle { color: #333;}
   .vline { background: #fff;}

  /**
   * Background Color | Hintergrund Farbe (Navigationsbalken mit Transparenz 57%)
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |  ___________________________  |
   * | |___________________________| |
   * |-------------------------------|
   */
	#nav_main { background: #1F1202 }

  /**
   * Link Color | Link Farbe (Navigationsbalken - Layer one)
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |  ___________________________  |
   * | |___________________________| |
   * |-------------------------------|
   */
	#nav_main_layer_one a {
		color:#fff;
	}

	#nav_main_layer_one a:hover {
		color:#F4B800;
	}

  /**
   * Link Color | Link Farbe (Navigationsbalken - Layer two)
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |  ___________________________  |
   * | |_______|__________|________| |
   * |-------------------------------|
   */
	#nav_main_layer_two #left {
		color: #333;
	}

	#nav_main_layer_two #left li a {
		color: #fff;
	}

	#nav_main_layer_two #left li a:hover {
		color: #F4B800;
	}

	#nav_main_layer_two #left .active {
		color: #fff;
	}

  /**
   * Link Color | Link Farbe (Navigation Oben Links)
   *
   * |-------------------------------|
   * |  __                           |
   * | |  |                          |
   * | |__|                          |
   * |                               |
   * |                               |
   * |-------------------------------|
   */
	#nav_topleft a {
		color:#333;
	}

	#nav_topleft a:hover {
		color:#F4B800;
	}

  /**
   * Link Color | Link Farbe (Metanavigation)
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |-------------------------------|
   *  _______________________________ 
   * |_______________________________|
   */
	#meta_nav a {
		color: #312523;
	}

	#meta_nav a:hover {
		color: #F4B800;
	}

  /**
   * Text Color | Text Farbe (Listen)
   *
   * |-------------------------------|
   * |           __________________  |
   * |          |                  | |
   * |          |                  | |
   * |          |__________________| |
   * |                               |
   * |-------------------------------|
   */

   #col3_content ul li { color: #333;}


  /**
   * Tasks Color | Termine Farbe
   *
   * |-------------------------------|
   * |           __________________  |
   * |          |__________________| |
   * |          |                  | |
   * |          |__________________| |
   * |                               |
   * |-------------------------------|
   */

   .task .head {
		background-color: #999;
		color: #fff;
   }

  /**
   * Aubade Logo
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |                               |
   * |-------------------------------|
   *                             (###)
   */
   #aubade {
		background: url(../../media/Bilder/startseite/Logo_aubade_Start_Neu.jpg) no-repeat right center;
   		padding: 0 0 0 33px;
   }

  /**
   * Online Store Icons
   *
   * |-------------------------------|
   * |                               |
   * |                               |
   * |                               |
   * |                   (#)         |
   * |                               |
   * |-------------------------------|
   *                       (#)
   */

  #nav_main_layer_one a.store {
		background: url(../images/core/icon_store_white_transparent.gif) no-repeat right center;
  }
  
  #meta_nav a.store {
		background: url(../images/core/justfeel/icon_store.gif) no-repeat right center;
  }

}
