@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Variation of screen layout (basemod.css) for layout example "2col_right_13"
* (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "2col_right_13"
*
* @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.1
* @revision        $Revision: 92 $
* @lastmodified    $Date: 2007-07-15 10:26:40 +0200 (So, 15 Jul 2007) $
*/

@media screen
{
  /**
  * (en) Repositioning content container
  * (de) Neupositionierung der Content Container
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1               | #col3   |
  * | 75%                 | flexible|
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

  /* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
  #col1 { width: 75%; background-color: #fff; }

  /* hide #col2 | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  /* #col3 moves to the right | Linken Randabstand anpassen - #col3 wird zur Randspalte */
  /* #col3 { margin-left:75%; margin-right:0; background-color: #fff; }*/

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: 0; margin-right: 0; width: 210px; float:right; background-color: #fff; }
  #col3_content {padding-left: 10px; padding-right: 20px; padding-top: 10px; }  
  
  #col3_content .element {
  	background-color: #d1d2d4;    	
  	background-repeat: no-repeat;
  	margin: 10px 0px;
  	padding: 3px 5px 10px 20px;
  }
  
  #col3_content .element .element {
  	background-color: transparent;    	
  	background-image: none;
  	margin: 0px;
  	padding: 0px;
  }
  
  #col3_content p {
  	margin: 0px;
  	padding: 2px;
  	font-size: 1em;
  }
  
  #col3_content h1 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
  	background-repeat: no-repeat;
  	font-weight: normal;
  	padding-left: 20px;
  	font-size: 12px;
  	text-transform: uppercase;
  	padding-top: 6px;
  	height: 24px;
  }
  
  
  /* Hintergrundpfeil in jeweiliger Farbe in ./content/first.css etc. definiert */    

  #col3_content .searchTitle {
		font-weight: bold;
		color: #787b81;
	}
	
	#col3_content .tx-indexedsearch-searchbox-sword {
		border: 1px solid #787b81;
		background-color: #fff;
	}
	
#main {
	background-image: none;
}

#col3_content h1 {
	padding-left: 0px;
	padding-top: 4px;
}
}
