@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
		background-color: #F4F4F4;
		padding: 0;
	}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { /*text-align: center;*/ }
  .page_margins {
		text-align:left;
		margin: 0;
	}

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins {
/*		min-width: 740px;*/
/*		max-width: 80em;*/
/*		min-width: 1010px;*/
/*		max-width: 1010px;*/
		width: 1010px;
		background: #fff;
	}
  .page {
		padding: 0;
	}

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

	/* Kopfbereich - Aufteilung 2-spaltig */
	/* (Werte aus dem zweispaltigen YAML 2col_left_31) */
	/* Die Header-Elemente auch in /yaml/core/iehacks.css ergänzt */
  #header {
    clear: both;
		padding: 0;
  }

	/* (Linke Spalte entspricht YAML #col3) */
	#header_left {
		margin-right: 745px;		/* 1010px - 265px - 0px (Abstand) */
		margin-left: 0;
		padding-right: 0px;
		background-color: #FFFFFF;
/*background-color: #00FFFF;*/
		font-size: 0;		/* 3-pixel-gap-Lösung (für IE7) */
	}
	#header_left_content {
	  margin: 0;
		padding: 0;
/*background-color: #00FF00;*/
	}

	/* 3-pixel-gap im IE6 zu fixen */
	* html #header_left {
		overflow: visible;
		width: 262px;
	} 

	/* (Rechte Spalte entspricht YAML #col1) */
	#header_right {
		width: 745px;		/* 1010px - 265px - 0px (Abstand) */
		float: right;
		font-size: 0;		/* 3-pixel-gap-Lösung (für IE7) */

/*background-color: #FF0000;*/
	}
	#header_right_content {
		text-align: left;
		padding: 0;
	}




  #main {
		background-color: #F4F4F4;
/* BG-Grafik überflüssig, wenn min-height in col1 funktioniert - nö, lieber drin gelassen, falls Col2 länger als Col1 wird...)  */
		background: #FFFFFF url(../../fileadmin/img/main_bg.gif) repeat;	/* Hintergrundbild erzeugt, für den Fall, dass col2 länger ist als col1. Sonst ist unter col1 über dem Footer der graue Seitenhintergrund sichtbar. Problem: Wenn nun keiner der beiden Spalten col1&2 mit Footer zusammen so lang wie col3 ist, ist unter dem Footer die weiße Hintergrund-Grafik sichtbar... */
		width: 100%;
		float: left;		/* nur mit dem float:left umschließt das main-Div alle Spalten und den Footer */
		padding: 0;
	}

	#search {
		background-color: #000000;
		margin: 0;
		padding: 57px 10px;
	}

  #footer {
/*clear: none;*/
		clear: right;
		width: 705px;		/* 745px - 2x20px padding */
		margin-left: 0;
/*margin-left: 265px;*/
		float: right;
    color: #FFFFFF;
		text-align: center;
    background: #024F97;
    padding: 10px 20px;
    line-height: 1.5em;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 25%     | 50%       | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 {
		width: 555px;
/*		float: left;*/
		float: right;
/*		margin-left: 265px;*/
		margin-left: -745px;		/* 555 (Breite col 1) + 190 (Breite col 2) */
/*		margin-right: 190px;*/
		border-right: 190px solid #FFFFFF;
		background-color: #FFFFFF;
		min-height: 407px;	/* auf Höhe col3 - 38px Footer einstellen - Funktioniert im FF, Opera, IE7, IE8, Safari Porable (macht die BG-Grafik für main-Div überflüssig - nö, lieber drin gelassen, falls Col2 länger als Col1 wird...) */
	}
  #col1_content {
/*		padding: 10px 10px 10px 10px;*/
		padding: 24px 18px;
/*background-color: #00FF00;*/
	}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 {
/*		width: 265px;*/
		width: 189px;			/* 190 - 1 (border-left) */
/*		float: left;*/
		float: right;
/*		margin-left: -820px;*/		/* 555 (Breite col 1) + 265 (Breite col 2) */
		margin-right: 0;
		padding: 24px 0;
	}
  #col2_content {
		border-left: 1px solid #DED6D6;
/*		padding: 24px 14px;*/
/*		background-color: #F4F4F4;*/
/*background-color: #FFFF00;*/
	}

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 {
/*		float: right;*/
		float: left;
/*		width: 189px;*/			/* 190 - 1 (border-left) */
		width: 265px;
/*		border-left: 1px solid #F4F4F4;*/
		margin-left: 0;
		margin-right: -5px;
/*		margin: 0px;*/
	}
  #col3_content {
/*		padding: 0;*/
		padding: 40px 0 0 0;
/*background-color: #00FFFF;*/
	}


  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}
}
