@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-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) $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { 
  	background-image:url("images/bg_shadow.gif");
	background-position:100px top; 
  }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {
  	width: 1100px; 
  	min-width:inherit; 
	max-width:none; 
	background-image:url("images/bg_service.gif");
	background-repeat:no-repeat;
	background-position:930px 0px;
  }
  #page{background: #fff; border: 0; margin-right:170px;}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: left; }
  #page_margins { text-align:left }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 45px 2em 1em 20px; 
  }

  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }
  #nav_main {background-color: #336}


  #main {
    width: 100%; 
  	float:left;
	padding:0 0;
    background-color: transparent;
	background-image:url("images/bg_main_container.gif");
	background-position:100px top;
	background-repeat:repeat-y;
  }

  #footer { 
    color:#fff; 
    background: #0099FF;
    padding: 5px;
	text-align:center;
	text-transform:uppercase;
  }

  /*------------------------------------------------------------------------------------------------------*/

 
  
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * |             930px             |
   * | 		   |  #header            |
   * |-------------------------------|
   * | #col3   | #col1     | #col2   |
   * | 196px   | 518px     | 216px   |
   * |-------------------------------|
   * | #footer             |         |
   * |-------------------------------|

   */

  /*#main { width: 100%; float:left; }*/

  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 518px; float:right; margin-left: -734px; margin-right:216px;}
  #col1_content {padding-left: 20px; padding-right: 20px;padding-top:230px;}

	/*  
	#col1 { width: 50%; float:right; margin-left: -75%; margin-right: 25%;}
	#col1_content { padding-left: 10px; padding-right: 10px }
	*/
	
  /* #col2 becomes the right column | #col1 wird zur rechten Spalte */
  #col2 { margin-right: 0; width: 216px; float:right;}
  #col2_content {padding-left: 22px; padding-right: 10px; padding-top:210px;border-right:1px solid #757C85;}

	/*
  	#col2 { width: 25%; float:right; margin-right: 0%;}
  	#col2_content { padding-left: 10px; padding-right: 20px }
	*/
	
  /* #col3 becomes the left column | #col3 wird zur linken Spalte */
  #col3 { width: 196px; float:left;  margin-left: 0; margin-right:-5px; }
  #col3_content {padding-left: 0px; padding-right: 0px }

	/*
  	#col3 {  float:left; width: 25%; margin-left: 0; margin-right: -5px; }
  	#col3_content { padding-left: 20px; padding-right: 10px }
  	*/
	
  	.hideright #col1,
  	#col1.hideright  {
		width: 734px; float:right; margin-left: -518px; margin-right:0px;background-color:#fff;
  	}	
  /*------------------------------------------------------------------------------------------------------*/

	#head_cotainer{
		position:absolute;
		width:734px;
		height:210px;
		top:0px;
		left:196px;
		background-image:url(images/head_startpage.jpg);
		background-repeat:repeat-x;
		background-position:0px 32px;
		z-index:80;
	}
	#nav_horizontal{
		background-color:#0099FF;
		/*background-image:url(images/bg_topnav_shadow.gif);*/
		background-repeat:repeat-x;	
		height:32px;
		margin-left:1px;
	}
	#rightcol_top {
		position:absolute;
		height:28px;
		width:216px;
		bottom:0px;
		right:0px;
		background-image:url(images/rightcol_top.gif);
		text-align:right;
		color:#999999;
	}
	
  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important}
  #nav_main { background: #efefef }
  #nav_main ul { margin-left: 10px }
  #nav_main ul li { line-height: 1.2em}
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #666; font-weight: normal; padding: 0.5em 0.8em 0.5em 0.8em;}
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #182E7A; color: #fff }
  
  #nav_main ul li#current { background: transparent }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { color: #4D87C7; font-weight: bold }

}