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

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {  }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {  }
  #page{ 
	max-width:960px; 
	margin-right:auto;
	margin-left:auto;
	}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {  
		
	height:200px;
	background-image:url(images/head.png);
	background-position:center;	
	background-repeat:no-repeat;
	}
 #header .header {
	position: absolute;
    	top: +1em;
    	left: +1em;

	font-size: 4em;
	text-align: left;
	color: #ac7748;
	font-weight: bold;
	}
  #header h1 {
	position: absolute;
    	top: -1000em;
    	left: -1000em;
	}
  #header p {
	position: absolute;
    	top: -1000em;
    	left: -1000em;
    	}
  #header .description {
position: absolute;
    	top: +11em;
    	left: +5em;
	color: #c0c0c0;
	font-size: 1.2em;
	text-align: left;
	vertical-align: bottom;
}
  #topnav {  }

  #main {
  	width:100%; /* neu ab blitzblank 2 */
	float:left; /* neu ab blitzblank 2 */
	}
  
  #pagination {
  	margin-top:2em; /* neu ab blitzblank 2 */
	}

  #footer { 
	margin-top:2em;	
	text-align:center;
	 }
 #footer p a:hover {
	color:#000000;
	}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereiche
  *
  * @section layout-main
  */

  #col1 { 
  	width: 480px; /* neu ab blitzblank 2 */
	float:left; /* neu ab blitzblank 2 */
	margin-left: 240px; /* neu ab blitzblank 2 */
  }
  
  #col1_content {
	background-image:url(images/bgcontent.jpg);
	background-repeat:no-repeat;
	margin-top: 1.5em; /* neu ab blitzblank 2 */	
	padding-top: 20px;
	padding-left: 20px; /* neu ab blitzblank 2 */
	padding-right: 20px; /* neu ab blitzblank 2 */
	}


  
  #col2 { 
  	width:240px; /* neu ab blitzblank 2 */
	float:left; /* neu ab blitzblank 2 */
	margin-left: -720px; /* neu ab blitzblank 2 */
  }

  #col2_content { 
	background-image:url(images/bgcontent.jpg);
	background-repeat:no-repeat;
	margin-top: 1em; /* neu ab blitzblank 2 */	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px; /* neu ab blitzblank 2 */
	 }

  #col2_content h2.widgettitle {
	font-size: 120%; 
	}                       

  #col2_content h3 {
	  font-size: 120%;
  }

  #col2_content form { /* to get the WordPress search form */
	  margin-right:40px;
  }

  #col2_content ul { 
	list-style-type:none;
	margin-left:0;
	 }

 #col2_content ul h3 {
	  font-size: 120%;
	  margin-left:0;
  }


  #col2_content ul li {
	  margin-left:0;
  }

  #col2_content ul li ul {
	margin-left:0;
	}

  #col2_content ul li ul li {
	margin-left:1em;
	}


  #col3 {
  	margin-left: -5px;
	margin-right: 0;
	width: 240px;
	float: right;
  }

  #col3_content {
	margin-top:1em; /* neu ab blitzblank 2 */
	background-image:url(images/bgcontent.jpg);
	background-repeat:no-repeat;
	padding-left:20px; /* neu ab blitzblank 2 */
	padding-top:20px;
	padding-right:20px;
 	 }

  #col3_content h2.widgettitle { 
	  font-size: 120%;                        
	}

 
  #col3_content form { /* to catch the WordPress Search Form */
	  margin-right:40px;
  }

  #col3_content ul { 
	list-style-type:none;
	margin-left:0;
	 }

  #col3_content ul h3 {
	  font-size: 120%;
	  margin-left:0;
  }


  #col3_content ul li {
	  margin-left:0;
  }

  #col3_content ul li ul {
	margin-left:0;
	}

  #col3_content ul li ul li {
	margin-left:1em;
	}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */

  .post {
	margin-bottom: 2em;
	}

}
