@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          home.css
 * @-yaml-minver  3.1
*/

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
	*/

  #col1 { float: left; width: 902px}
  #col3 {display: none;}
  #col1_content { padding: 0 }

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

	/**
  * (de) Formatierung der Linkliste auf der Home-Seite
  *
  */

	#fader { z-index: 0; }

	#promo {
		display: block;
		position: relative;
		height: 518px;
		margin: 0 auto;
		left: 1px;
	}

	#promo #promolist {
		z-index: 10;
		/*background: url(../../img/home/bg_homelist.png) top center no-repeat;
		width: 203px;
		*/
		width: 250px;
		height: 347px;
		/*margin-left: 29px;
		*/
		position: relative;
		cursor: pointer;
	}
	/*#promo #promolist ul { padding:10px 0 0 0; margin:0;}
	*/
	#promo #promolist ul { padding:46px 0 0 0; margin:0;}
	#promo #promolist li {
		color: #00677d;
		/*padding: 14px 0 18px 20px;
		*/
		padding: 14px 0 32px 0px;
		text-decoration: none;
		font-size: 12px;
		/*background: url(../../img/home/separator_homelist.png) bottom left no-repeat;
		*/
		
		list-style:none outside none;
		margin:0;
		line-height:13px;
	}
	#promo #promolist li:hover {
		/*
		background: url(../../img/home/selector_homelist_hover.png) top center no-repeat;
		background-color: #ff0000;
		*/
		background: url(../../img/home/selector_homelist_hover2.png) top center no-repeat;
	}
	#promo #promolist .on {
		/*background: url(../../img/home/selector_homelist.png) top center no-repeat;
		*/
		background: transparent;
	}
	#promo #promolist .on:hover {
		/*background: url(../../img/home/selector_homelist.png) top center no-repeat;
		*/
		background: transparent;
	}
	#promo #promolist .off { background: transparent; }

	div#fader {
		position: absolute;
		top: 0;
		left: 0;
	}
	div#fader img {
		position:absolute;
		top: 0;
		left: 0;
		border:0;
	}
}