@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          basemod.css
 * @-yaml-minver  3.2
 */

@media screen, projection
{
	/*-------------------------------------------------------------------------*/
	/* (en) Marginal areas & page background */
	/* (de) Randbereiche & Seitenhintergrund */
	body {
		background: #FFDA93 url(../img/page_bg.gif) repeat-x top left scroll;
	}
	
	/* Layout Alignment | Layout-Ausrichtung */
	.page_margins {
		margin: 0 auto;
		width: 1006px;
	}
	
	.page {
	}
	
	#header {
		height: 184px;
	}
	
	#header img {
		margin-top: 39px;
		margin-left: 39px;
	}
	
	#header #topnav {
		top: 120px;
		right: 21px;
	}
	
	#topnav a { padding: 0 0.5em; }
	#topnav .tx-macinasearchbox-pi1 { display: inline; }
	#topnav form,
	#topnav .navigation { float: right; }
	
	#topnav form { margin-top: -4px; padding-left: 2.3em; }
	
	#topnav input { float: left; }
	#topnav input.text {
		background: #FFDA92 url(../img/search_input.gif) left top no-repeat scroll;
		border: 0;
		line-height: 1.917em;
		height: 1.917em;
		margin-right: 2px;
		padding-left: 4px;
	}
	
	#nav {
		overflow: hidden;
		height: 32px;
	}
	
	#content_border {
		background-color: #FFE5B4;
		border-width: 0px 1px;
		border-style: solid;
		border-color: #FFF;
		padding: 0 18px 10px 19px;
		font-size: 0.917em;
	}
	
	.main_bg_top, .main_bg_bottom { background-repeat: no-repeat; background-position: bottom left; }
	.main_bg_top { background-image: url(../img/main_topbg.gif); padding-bottom: 3px; }
	.main_bg_bottom { background-image: url(../img/main_bottombg.gif); padding-bottom: 4px; }
	
	#main_bg_inner {
		background: #FFF;
		background-image: url(../img/main_bg.gif);
		background-position: left top;
		background-repeat: repeat-y;
	}
	
	#main {
		background-image: url(../img/main_bg_symbols.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
	#teaser {
		clear: both;
		position: relative;
	}
	
	#footer {
		border-top: 1px solid #FFF;
		padding: 10px 25px;
		font-size: 0.9em;
	}
	
	#footer_menu { float: right; }
	
	/* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
	#nav ul {
		margin-left: 19px;
		background-color: #FFDA93;
	}
	
	#nav ul li {
		background-image: url(../img/nav_main.gif);
		background-repeat: no-repeat;
		background-position: left top;
		border-left: 1px solid #FFF;
	}
	
	#nav ul li a,
	#nav ul li strong {
		background-image: url(../img/nav_main.gif);
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0.85em 1.17em 0.85em 1.5em;
	}
	
	/* linline-navigation without wrapping of ul and li */
	
	.navigation a {
		text-decoration: none;
	}
	
	.navigation a:focus,
	.navigation a:hover,
	.navigation a:active {
		text-decoration: underline;
	}
	
	
	/* seven_worlds navigation */
	
	#seven_worlds { margin: 6px -1px 6px 3px; overflow: visible; }
	
	#seven_worlds .toolbox-content { padding: 0; }
	
	#seven_worlds span {
		display: block;
	}
	
	#seven_worlds ul {
		padding: 4px 1px 4px;
		background-color: #fff;
		float: none;
		display: block;
	}
	
	#seven_worlds li { width: /* 14.286% */ 137px; }
	
	#seven_worlds li a {
		text-align: center;
		color: #FFF;
		line-height: 1.2em;
	}
	
	#seven_worlds li a span.title {
		
		font-size: 1.2em;
		font-weight: bolder;
		text-transform: uppercase;
		
		line-height: 30px;
	}
	
	/*-------------------------------------------------------------------------*/
	/**
	 * (en) Formatting content container
	 * (de) Formatierung der Inhalts-Container
	 *
	 */
	#main {
		float: left;
		width: 100%;
	}
	
	#col1 {
		float: left;
		width: 551px;
		margin: 0 0 0 207px;
	}
	
	#col1 .breadcrumb {
		padding: 1.8em 0 2.7em;
	}
	
	#col2 {
		float: left;
		width: 206px;
		margin: 0 0 0 -758px
	}
	
	#col3 {
		float: right;
		width: 208px;
		margin-left: -6px;
		margin-right: 0;
	}
	
	#col1_content {
		padding: 0 10px 40px;
		position: relative;
	}
	
	.print_icon { position: absolute; top: 17px; right: 26px; cursor: pointer; }
	
	#col2_content {
		padding: 76px 0 250px;
	}
	#col2_content h3 { margin-left: 1.5em; margin-bottom: 0.5em; }
	
	#col2 ul,
	#col2 ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#col2_content ul li a {
		padding: 0.45em 1.6em 0.5em;
		display: block;
		text-decoration: none;
		font-size: 1.091em;
	}
	
	#col2_content ul li.active a,
	#col2_content ul li a:active,
	#col2_content ul li a:focus,
	#col2_content ul li a:hover {
		background-color: #e4d2a6;
		color: #fff;
	}
	
	#col2_content ul li.active a {
		font-weight: bold;
	}
	
	#col2 ul li ul {
		padding-left: 1.5em;
	}
	
	#col2_content ul li.active ul li a {
		background-color: transparent;
		font-weight: normal;
		color: #000;
		font-size: 1em;
	}
	
	#col2_content ul li.active ul li a:active,
	#col2_content ul li.active ul li a:focus,
	#col2_content ul li.active ul li a:hover {
		color: #777;
	}
	
	#col2_content ul li.active ul li.active a {
		color: #000;
		font-weight: bold;
	}
	
	#col3_content {
		padding: 64px 2px 250px 0px;
	}
	
	#col3_content h1,
	#col3_content h2,
	#col3_content h3,
	#col3_content h4,
	#col3_content h5,
	#col3_content h6 {
		padding: 7px 5px;
		color: #fff;
		margin-bottom: 0.5em;
		background-color: #e5d3a7;
		text-align: center;
		letter-spacing: 0.05em;
	}
	
	#col3_content .csc-default {
		border-bottom: 1px solid #e5d3a7;
		margin-bottom: 1.5em;
		padding: 0 1.4em 0.3em;
	}
	
	#col3 div.csc-default div.csc-header {
		margin: 0 -1.4em 1.3em;
	}
	
	/*-------------------------------------------------------------------------*/
	
}