@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "3col_gfxborder" layout example
 * (de) IE-Korrektur-Stylesheet für das "3col_gfxborder" Beispiellayout
 *
 * @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: 47 $
 * @lastmodified    $Date: 2007-06-16 19:09:11 +0200 (Sa, 16 Jun 2007) $
 */
 
@import url(../../../yaml/patches/patch_nav_vlist.css);
@import url(../../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen
{

  #nav_main ul #navsearch #searchfield{
	margin-top:1px;
	margin-bottom:1px;
  }
  
  *html #header img{
	position:absolute;
	top:0;
	left:0;
  }
  
  *html #col3 {
	  display:none; 
  }
  
  .floatbox {
	  overflow:hidden;
  }

  .csc-textpic-left .csc-textpic-imagewrap{
	  padding-right: 25px;
  }
    
  .floatbox, #col3_content {
	  padding-left:5px;
	  padding-right:5px;
  }
  
  .news-latest-item h4 {
	  float:left;
  }
  
  #col2_content .news-latest-item h4 {
	  float:none;
  }
  
  .news-latest-item {
	  clear:both;
	  display: inline-block;
	  padding-bottom:10px;
  }
  #col2_content .news-latest-item {
	  padding-bottom:0;
  }
 
  #intro {
	height:220px;
	background-position: 0px 0px;
  }
  
  #footer #socialLinks ul li {
	  float:left;
	  width:100%;
  }
  
  #topnav #searchfield {
	  padding:0 0 0 3px;
  }
  
	  /* SearchBox Widget */
	.searchContent input{
		width: 90%;
		max-width: 90%;
	}
	
	
  
  /*-----------------------------------------------------------------------------------------------------*/
}
