/**
 * "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.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff none;
		padding: 0px 0;
	}

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
	
  #topnav { 
	color: #aaa;
	background: transparent;
	padding: 0px 5px 0px 0px;
	text-align:right;
	}
  #nav {
	background-image:  url(/images/header_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	height: 155px;
	width: 960px;
	position:absolute;
	top:25px;
	z-index: 10;
	}
  #nav_bg {
	overflow:hidden;
	height: 100px;
	position:absolute;
	top:40px;
	z-index: 9;
	}
  #turtle {
	position:absolute;
	top:45px;	
	left:786px;
	z-index: 15;
	}
	
	#footer_container {
		background: url(/images/footer_bg.jpg);
		width: 100%;
		height: 410px;
		margin-top: 200px;
		text-align: center;
	}
	#footer {
		margin: 0px auto;
		background-color: #000;
		width: 970px;
		padding: 30px 20px 10px 20px;
		color:#666;
		background: transparent;
		border-top: 0;
		position: relative;
	}

	.mysubcolumns {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	}
	
  .cleft {
	float:left; 
	display:inline;
	width:700px;	
	}

  .cright {
	float:right; 
	display:inline;
	width:220px;
	padding: 0 20px 0 0;
	}
	
  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 10px; }

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

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

	#main {	
		clear:both;
		margin: 0px 0px 0px 0px ;
		background: transparent;
		position: relative;
		padding: 0px 0px 0px 0px;
	}
	
	#teaser {
		z-index: 5;
		position: relative;
		top:0px;
	}

	#teaser a { height: 100%; width: 100%; display: block; color: #FFFFFF; font-weight: bold; }
	#teaser a:focus, 
	#teaser a:active {color: #FFFFFF; text-decoration:none;}
	#teaser a:hover {color: #333333; text-decoration:none;
	}

	#teaser_bg {
		z-index: 3;
		position: absolute;
		background-repeat: no-repeat;
		background-position: top center;
		top:0px;
		width:100%;		
	}

	#contentteaser {
		background: #FFFFFF;
		clear:both;
		width:100%;
		height:220px;
		margin-left:0px;
		margin-bottom:0px;
		position: relative;
		top:95px;		
		z-index:10;
	}
	
	#contentteaser_item {		
		width:220px;
		height:185px;
		float:left;
		margin:20px 10px 20px 10px ;
		position:relative;
	}

	#contentteaser a { height: 100%; width: 100%; display: block; color: #FFFFFF; font-weight: bold; }
	#contentteaser a:focus, 
	#contentteaser a:active {color: #FFFFFF; text-decoration:none;}
	#contentteaser a:hover {
		color: #333333;
		text-decoration:none;
		background-image:  url(../../images/contentteaser/hover.png);;		
	}
  
	#teaser_title_container {
		position:absolute;
		bottom:2px;		
		margin:0px;
		padding:0px;
		width: 220px;		
	}	

	#teaser_title {		
		color:#FFFFFF;
		background-color:#000000;
		line-height:22px;		
		font-size:16px;
		padding:4px 6px 4px 4px;
		margin:0px;
		font-weight:bold;		
	}
	#teaser a,a:focus,a:active,a:hover {	text-decoration:none;}
	
	#lang_select {
		height:15px;
		width:100%;
		text-align:right;
		padding-top:5px;
	}
	
	#lang_select img { padding-left:3px; }

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

  
  .page_margins {
	position: relative;
	width: 970px;
    border: 0 none;
/*	
    background-image:  url(../../images/gfxborder/border_left.png);
    background-repeat:repeat-y;
    background-position:left;
*/	
  }

  .page {
    border: 0 none;
    margin: 0 0 0 0px; padding: 0px 5px 0px 5px;
/*
    background-image:  url(../../images/gfxborder/border_right.png);
    background-repeat:repeat-y;
    background-position:right;	
*/	
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../../images/gfxborder/border_top.png);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -30px;
	position:relative;
	top:55px;
    font-size:0;
    background-image:  url(../../images/gfxborder/border_bottom.png);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 15px;
    height: 15px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tl.png);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 15px;
    height: 15px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tr.png);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 15px;
    height: 15px;
    background-image:  url(../../images/gfxborder/corner_bl.png);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 15px;
    height: 15px;
    background-image:  url(../../images/gfxborder/corner_br.png);
    background-position: bottom right;
  }

}