@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Variation of screen layout (basemod.css) for layout example "2col_fixed_seo"
* (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_fixed_seo"
*
* @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
{
  /**
  * (de) Neupositionierung der Content Container
  *
  * |-------------------------------|
  * | #header                       |
  * | 960px                         |
  * |-------------------------------|
  * | #col2   | #col1     | #col3   |
  * | 240px   | 480px     | 240px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */    
  
  #col3_content {
  	padding-top: 18px;
 	}

 #col4, #col5 {
        width: 268px; 	
 	float: left;
 	position: relative;
 	margin-right: 6px;
 }
 
 #col4_content, #col5_content {
        padding-top: 17px;
 }
  
 #col4 .border,  #col5 .border {
 	background-image: url(../images/content/border-270.gif);
	background-repeat: repeat-y;
	width: 240px;
	padding: 0 14px;
}

#col4 .border-bottom, #col5 .border-bottom {
 	background-image: url(../images/content/border-bottom-270.gif);
	background-repeat: no-repeat;
	height: 10px;
	padding: 0;
}

#col4 .border-top, #col5 .border-top {
 	background-image: url(../images/content/border-top-270.gif);
	background-repeat: no-repeat;
	height: 10px;
	padding: 0;	
}

*html #col4 .border-top,*html #col5 .border-top {
	height: auto;
}

/* TEASER*/

#col4_content .teaser, #col4_content .teaser-no-image, #col5_content .teaser, #col5_content .teaser-no-image {
  width: 268px;
  background-image: url(../images/content/border-270.gif);
}

#col4_content .teaser-bottom, #col4_content .teaser-bottom-autoheight, #col5_content .teaser-bottom, #col5_content .teaser-bottom-autoheight {
  background-image: url(../images/content/border-bottom-270.gif);
}

#col4_content .teaser-no-image .teaser-text, #col4_content .teaser-no-image .teaser-link,
#col5_content .teaser-no-image .teaser-text, #col5_content .teaser-no-image .teaser-link {
     width: 242px;
}

#col4_content .teaser-image, #col5_content .teaser-image {
   margin-right: 2px;
}

*html #col4_content .teaser-image, *html #col5_content .teaser-image {
   margin-right: 1px;
}


#col4_content .teaser-text, #col5_content .teaser-text, #col4_content .teaser-link, #col5_content .teaser-link {
  width: 156px;
}

#main #col4_content .teaser-link, #main #col5_content .teaser-link {
	width: 156px;
}

}
