@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
{

  body { overflow-y: scroll; }

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #f7efda url("images/body.png") repeat-x fixed left top; padding: 0 2%;
}

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 740px; max-width: 90em;
}
  .page { padding: 0; }
  #header { color: #000; background: #fff;
	height: 90px;
}
  #header h1 {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}
  

#topnav {
	color: black;
    margin-top:0.25em;
}
	#topnav p {
	color: #666;
	font-size: 116.67%;
	border-width: 0;
	display: inline;
}
	#topnav p.navitems { display: inline; }
	#topnav a, #topnav a:link, #topnav a:visited {
	color: #9b151c;
	line-height: 1.2em;
	text-decoration: underline;
	padding: 3px;
	background-color: #fff;
	font-weight: normal;
}

#topnav a:hover, #topnav a:active, #topnav a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #6d6f71;
}
#header #metanav {
    position:absolute;
    right:0;
    text-align:right;
    font-size: 116.67%;
	color: #666;
	top: 1em;
}
  #metanav a, #metanav a:link, #metanav a:visited {
	color: #666;
	padding: 3px;
}
#metanav a:focus, #metanav a:hover, #metanav a:active {
	color: #fff;
	text-decoration: none;
	background-color: #6d6f71;
}

div.breadcrumbs {
   font-size: 90%;
	margin-bottom: 35px;
	background-color: #f6e9d3;
	margin-left: -30px;
	padding: 20px 40px 5px 30px;
	margin-right: -40px;
	color: #9b151c;
}

div.breadcrumbs .start {
    margin-left: 48px;
}

#col1 div.breadcrumbs a, #col1 div.breadcrumbs a:visited {
	color: #670012;
	font-weight: normal;
	text-decoration: underline;
	background-color: #f6e9d3;
}

#col1 div.breadcrumbs a:focus,
#col1 div.breadcrumbs a:hover,
#col1 div.breadcrumbs a:active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.aktuelldiv {
	min-height: 600px;
}
  /** 
   * (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
   */

div.hlist {  }
  #main { background: #f5dbb7 url(images/main.png) repeat-y;
	font-size: 108.33%;
}
  #teaser { clear:both; padding: 0 0 320px; margin: 0;
	background: #f5c074 url(images/headerfoto.jpg) no-repeat left bottom;
	position: relative;
	min-height: 57px;
}
#teaser h2 {
	margin: 16px 10px 0 0;
	float: right;
}
#teaser h3 {
	margin: 20px 0 0 10px;
	font: 133.33% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	float: left;
}
  #footer { font-size: 110%; padding: 25px 20px 1px; color: #000; background: #fff url(images/body.png) repeat-x 0 -40px; border-top: 2px solid #eba02f;
	text-align: center;
}

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */

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

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

  #main { float: left; width: 100% }
  #col1 { float: right; width: 54%;  margin: 0 21% 0 -75%;
	background-color: #f6e9d3;
}
  #col2 { float: right; width: 21%;  margin: 0 }
  #col3 { float: left; width: 25%; margin-right: -5px; margin-left: 0; }
  #col1_content {
	padding: 0 40px 10px 30px;
}
  #col2_content { padding: 20px 14px 10px 15px;
	color: #9b151c;
}
  #col3_content {
	padding: 45px 30px 0 2px;
}

 	
  /*-------------------------------------------------------------------------*/
}