@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-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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */


@media all
{
 /*------------------------------------------------------------------------------------------------------*/


 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */


  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {	background-image: url(333_blaetter_croped.jpg);
			background-color: #666; 
			background-repeat: no-repeat; 
		}


  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {  }
  #page{   	/* filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
			-moz-opacity: 0.75; opacity: 0.75; filter: alpha(Opacity=75); 

	
			background-color: #666;  */


    margin-top: 30%;
    background: #fff;
    opacity: 0.8;
			/* so war es bis zum 14 nov 2018 als ich mit frau schermuly telefoniert hatte...
		
			background-image: url(bgk_grey777_95.png);
			margin-top: 30%;    */


/* for v1!			margin-top: 30%;   */
		}


  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {  }
  #topnav { position: absolute;




			/* background-color: white; */
			top: 0;
			left: 18em; 
			width: 3.5em;
			height: 3.5em;


			/* so war es bis zum 14 nov 2018 als ich ...
			background-image: url(bgk_grey777_95.png);
*/

    background: #fff;
    opacity: 0.8;

			padding: 3px;


			/* background-color: white; 
			top: 0;
			left: 200px; 
			width: 30px;
			height: 30px;
			background-image: url(/_gfx/bgk80.png);*/
}


  #breadcrumbs {  color: grey; 	padding-top: 1em; padding-left: 2.5em; height: 1px; }


  #main {	
		}


  #footer { height: 15em; 
			margin: 1em;
		/*	color: #999;*/
			margin-left: 210px; 
			font-size: 75%; 
			letter-spacing: 0.15em;
			line-height: 2em;


			}


 /*------------------------------------------------------------------------------------------------------*/


 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  /*   IE bug besser aber auch nicht wirklich, wurscht...
  #col1_content { padding-top: 1.5em; margin-right: 1.5em; margin-left: 1.5em;	}
  

  #col1 { 	
		}
  #col1_content { margin-right: 10%;	}
  */


 /* (en/de) Standard: 200 Pixel */

  #col1 { float: left; width: 18em; margin-top: 0em; }

  /* (en/de) Standard: 200 Pixel */

  #col2 { float:right; width: 5em;  /* margin-top: 1em;*/ }

  /* (en) Standard: center column with flexible width */

  /* (de) Standard: Flexible mittlere Spalte */

  #col3 { width:auto; /* margin-top: 1em; */ margin-right:5em; }



/*
  #col2 {	/* visibility: hidden;  }
  #col2_content {  	}


  #col3 {		
  		
		}
  #col3_content { margin: 1em;
					padding-top: 0.5em;
				}
*/	



 /*------------------------------------------------------------------------------------------------------*/


 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  *
  * Yeehaaa! Auf geht's -  jetzt wirds geyamllled!
  */






  #user1 { }


    /*
  #topnav {


    position:absolute;
    top: 10px;
    right: 200px;
    /* (en) essential for correct alignment in Opera 6 ! */
    /* (de) Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
     /*   text-align: right;
  }
   */


}