@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for YAML standard layout (3 columns without column dividers)
 * (de) IE-Korrektur-Stylesheet f�r das YAML Standard-Layout (3 Spalten ohne Spaltentrenner)
 *
 * @copyright       Copyright 2005-2009, 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.1 RC4
 * @revision        $Revision: 334 $
 * @lastmodified    $Date: 2009-01-15 21:54:01 +0100 (Do, 15. Jan 2009) $
 */

/* Layout independent adjustments | Layout-unabh�ngige Anpassungen ----------------------------------- */
@import url(../../yaml/core/iehacks.css);

@import url(../extensions/indexed_search.css);
@import url(../extensions/jp_downloads.css);
@import url(../extensions/jp_pageteaser.css);
@import url(../extensions/jp_staff.css);
@import url(../extensions/newloginbox.css);
@import url(../extensions/tt_news.css);
@import url(../extensions/mailform.css);


/* Layout-dependent adjustments | Layout-abh�ngige Anpassungen --------------------------------------- */
@media screen, projection
{
  /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */

  * html #col3 { height: 1%; }
  * html #col1 {margin-right: -3px;}
  * html #col2 {margin-left: -3px;}
  * html #col3 { margin-left: 24%; margin-right: 24%; }
  * html #postit{left:800px;}
  *:first-child+html #postit {position:absolute; z-index:2;}
  * html #postit {position:absolute; z-index:100;}

  /**:first-child+html #nav ul li  {position:absolute; z-index:9100;}*/
  /* *:first-child+html ul#nav-list li ul ul li a {position:absolute; z-index:20186;}*/

/* Layout-Optimierung fuer den IE6 */
  * html #header #topnav {
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/service_bg.png', sizingMethod='scale');
	//filter:Alpha(opacity=70);
	height:21px;
       //background:none;
	//background:url("../../images/service_bg.png") repeat scroll 0 0 transparent;
	height:25px;
	padding:10px;
	right:0;
	top:0;
	width:280px;
  }
* html #language-navigation {
	//filter:Alpha(opacity=100);
	width: 100px;

  }
* html #search-form {
	//filter:Alpha(opacity=100);
	height:20px;
	margin-top:-2px;
  }

* html input#searchstring {background: white;}
* html #nav-list li ul {filter:Alpha(opacity=80);}
* html #nav-list > li ul { margin:0px; }
* html #header h1 {vertical-align:11px;}
/*
* html #nav ul {background-color: black; filter:Alpha(opacity=80); width:800px;}
*/
/* 
* html #nav-list {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/service_bg.png', sizingMethod='scale'); width: 800px;}
* html #nav-list {background: url("../../images/nav_1_grd.png");}
*/
* html #nav-list {height: 19px;}
* html #col2 .box .boxbody {height: 100%; background: none #C7DFE1;}
* html #col2 {background-color: #256E76;}
* html #col2 .box .boxhead {background:url("../../images/stripe2.gif") repeat scroll 0 0 #256E76;}
* html #col2 .csc-header {background:url("../../images/stripe2.gif") repeat scroll 0 0 #256E76;}
* html .news-latest-morelink {margin-top: 0px; margin-top: 10px;}

* html #footer {overflow:visible; width: 858px; padding:0px;}
}

