@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: #fef6b6 url("../../images/page_bg.gif") repeat-x; padding: 0; margin:0; }

  /* (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) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 1090px; max-width: 120em; background: #fef6b6;  }
  .page { padding: 0;margin:0; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #fff;
    background: #97acb8 url("../../images/logooben_css.gif") top left no-repeat;
    height: 120px; 
    position: relative;
  }
  
  #header img { position: absolute; top: 0; right: 0; }
  
  #slogan { background: #c0d361;  }
  
  #aux_nav { 
  	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	font-weight: bold; 
	margin-bottom: 50px;
  }
  
  #sec_menu {
 	
  }
  
  /* Clearen per Overflow */
  .floatbox { overflow:hidden; }
  /* .floatbox-Anpassung für IE */
  * html .floatbox {width:100%;}
  
  .vlist {
    width: 100%;
    overflow: hidden;
    margin: 0 0 12pt 0;
    padding-top: 18pt;
    list-style-type: none;
    margin-bottom: 150px;
  }

  .vlist ul {
    list-style-type: none;
    margin:0;
    padding: 0;
  }

  .vlist li {
    float:left; /* LTR */
    width: 100%;
    margin:0;
    padding: 0;
  }

  .vlist a,
  .vlist span {
    display:block;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    border-bottom: 1px #c0d361 solid;
  }

  .vlist a,
  .vlist a:visited {
    color: #336699;
  }

  .vlist li span {
    display:block;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
  }

  /* active list element */
  .vlist li.active {
    color: #336699;
    background-color:#800;
    font-weight: bold;
  }

  /* Level 1 */
  .vlist li a,
  .vlist li span { width: 80%; } /* LTR */

  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { color: #336699;text-decoration: none; }

  /* Level 2 */
  .vlist li ul {list-style-type:square;}
  .vlist li ul li { background: url("../../images/bullet.gif") 5% 4px no-repeat; padding:0 0 0 10%; }
  .vlist li ul li a,
  .vlist li ul li span { 
  	width: 70%; 
  	border-bottom: none;
  	  	} /* LTR */

  .vlist li ul li a, 
  .vlist li ul li a:visited { color: #336699; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { color: #336699; }

  /* Level 3 */
  .vlist li ul li ul li a,
  .vlist li ul li ul li span { width: 80%; padding-left: 20%; } /* LTR */

  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited{ background-color:#336699; color: #222; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#336699; color: #fff; }

  /* Level 4 */
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li span { width: 70%; padding-left: 30%; } /* LTR */

  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li a:visited { background-color:#336699; color: #111; }
  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { background-color:#336699; color: #fff; }
  
  

  #topnav { color: #aaa; background: transparent; margin-right: -10px; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }

  #main { background: #fef6b6; padding:0 0 10px 0; }

  #footer {
    color:#666;
    background: #fef6b6;
    
    border-top: 5px #efefef solid;
    line-height: 1.5em;


  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 324px; }
  #col1_content { padding: 0 10px 10px 30px; }

  #col2 { width: 320px;}
  #col2 {background-image:url(../../images/topright_blank.gif); background-repeat:no-repeat; background-position:left top; padding-top:50px;}

  #col2_content { padding: 0 0 10px 0; }
  #col2_content {position:relative; top:-50px;}


  #col3 { margin: 0 320px 0 324px; }
  #col3_content {  padding: 20px 20px 10px 10px }
  
  #nav { clear: none;}

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (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; }

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent; }

  #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; }
  
  #aux_nav a { color: #336699; background:transparent; font-weight: bold; }
  #aux_nav a:focus,
  #aux_nav a:hover,
  #aux_nav a:active { color: #336699; background:transparent; font-weight: bold; text-decoration: none; }
  
	#boxRight {
		background: url("../../images/box_bg.gif") repeat-y;
		padding: 5px 28px 5px 43px;
		margin-top: -3px;
	}
  #boxContent p { font-size: 9px; color: #000; margin: 1em 0;  }
  
  /* SimpleThings */
  #header #efbb-logo {display:none;}
  #boxContent li { font-size: 9px; line-height: 10pt;  }
}