@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 58em; margin: 0 auto; border: 0px #BFBFBF solid; }

	#col1 { display: none;}
	#col1_content { display: none;}

	#col3 { margin: 0; }
  #col3_content { padding-left: 0; padding-right:0; right:0; }

	.c230pxl, .c230pxr { width: 17.5em; padding-right: 0; }


	#footer {
		padding: 0.69em 1.15em 1.15em 0;
		background-image: url(../../images/boxes/line_bottom_730px.jpg);
  }

	#header { height: auto; }

	#top_menu {
		border-top: 0.38em #e9e8f0 solid;
		color: #fff;
		background: #0D3182 repeat-x top left;
		padding: 0.25em 0.46em 0 0.46em; 
		margin: 0 0 0.58em 0;
		height: 1.9em;
		line-height: 100%;
  }
	#top_menu ul { margin: 0; padding: 0; }
	#top_menu ul li {	display: inline; padding:0 0.23em; margin:0;}
	#top_menu ul li a {	color: #ffffff; }
	#top_menu ul li.arrow {
		background: url("../../images/bullets/pfeil_breadcrumb.gif");
		background-repeat: no-repeat;
		background-position: center left;
		padding-left:1em;
	}
	#top_menu ul li a {
		text-decoration: none;
	}
	#top_menu ul li a:focus,
	#top_menu ul li a:hover,  
	#top_menu ul li a:active {
		text-decoration: underline;
	}

	div#top_menu a { 
		line-height: 140%; 
		color: #ffffff; 
		text-decoration: none; 
		padding-left: 0.23em; 
		padding-right: 0.23em; 
	}
	div#top_menu a:hover,
	div#top_menu a:focus,
	div#top_menu a:active { text-decoration: underline; }

}