@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) 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; font-family:Arial, Helvetica, sans-serif;}
  /*-------------------------------------------------------------------------*/
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #deddd7 none; padding-top: 20px; }
  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }
  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 980px; max-width: 980px; }
  .page { padding: 0px; }
  #main { margin: 0px; }
  /*-------------------------------------------------------------------------*/
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
  #col1 { float: right; width: 640px; }
  #col2 { display:none}
  #col3 { width: auto; margin: 0 640px 0 0; }
  #col1_content {
    margin-right:40px;
    padding-left:40px;
	padding-right:40px;
    background-color:#f2f1e7;
    font-size:12px;
	min-height:400px;
	padding-top:20px;
  }    
  #col3_content {
    margin-left:40px;
    background-color:#8b8b7e;
    font-size:12px;
    margin-top:20px;
	min-height:320px;
  }
     
  /*-------------------------------------------------------------------------*/
  .page_margins {
    border: 0 none;
  }
  .page {
    border: 0 none;
    background-image:url(/de/images/back.png);
    background-repeat:repeat-y;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 28px;
    padding-bottom: 150px;
  }

  #border-top {
    clear:both;
    overflow:hidden;
    width: auto;
    height: 12px;
    font-size:0;
    background-image:  url(/de/images/bordertop.png);
    background-repeat:repeat-x;
    background-position:top left;
  }
  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 0px;
    font-size:0;
  }
  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 0px;
    height: 0px;
    font-size:0;
  }
  #edge-bl {
    float:left;
    width: 0px;
    height: 0px;
  }
  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 0px;
    height: 0px;
  }
.logo {
    text-align:right;
	height:300px;
}
.headerimage{
height:300px;
}
.zierstreifen_rechts {
    background-color:#a8a99d;
    height:20px; 
    margin-right:40px;
}
.zierstreifen_links_a {
    background-color:#e9daaa;
    height:20px;
    width:150px;
    margin-left:40px;
    float:left;
}
.zierstreifen_links_b {
    background-color:#a8a99d;
    height:20px;
    width:150px;
    float:left;
}
#mainnavi {
    margin:0px;
    padding:0px;
    list-style:none;
    color:#fff;
    font-size:14px;
    padding-top:30px;
}
#mainnavi li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcc7;
    border-bottom-style: solid;
    margin:0px;
    padding:0px;
    padding-left:40px;
}
#mainnavi li.current{
    background-color:#7b7b70;
    color:#FF9900;
}

#mainnavi ul{
    list-style:none;
    margin:0px;
    padding:0px;
    color:#FFF;
}

#mainnavi li ul li {
    border:none;
    font-size:12px;
    padding:0px;
    margin:0px;
    color:#FFF;
}

#mainnavi li ul li.current {
    background-color:#FF9900;
    margin-left:-40px;
    padding-left:40px;
    color:#FFF;
}

#mainnavi a { color:#fff; background:transparent; text-decoration:none;}
#mainnavi a:visited  { color:#fff; }
#mainnavi a:focus { text-decoration:underline; color:#fff; }
#mainnavi a:hover, a:active { color:#fff; text-decoration:underline; }
#mainnavi li.current a{ color:#FF9900;}
#mainnavi li.current ul li a{color:#FFF;}

#mainnavi li ul,
#mainnavil li.current ul li ul {
    display:none;
}
#mainnavi li.current ul,
#mainnavi ul li.current ul li.aktiv ul {
    display:block;
}

#metanavi {
    margin-left:340px;
    font-size:12px;
    line-height:20px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #8b8b7e;
    border-left-color: #8b8b7e;
	background-color:#ccccc0;
    padding:5px;
    width:auto;
    float:left;
    overfow:hidden;
}

#metanavi a { color:#fff; background:transparent; text-decoration:none; padding-left:15px; padding-right:15px;}
#metanavi a:visited  { color:#fff; }
#metanavi a:focus { text-decoration:underline; color:#fff; }
#metanavi a:hover, a:active { color:#fff; text-decoration:underline; }

#metanavicontent {
    font-size:12px;
    line-height:20px;
    background:#8b8b7e;
    color:#fff;
    padding:5px;
    display:inline;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #8b8b7e;
    float:left;
    width:400px;
    overflow:hidden;
}

#metanavicontent a { color:#fff; background:transparent; text-decoration:none; padding-left:15px; padding-right:15px;padding-top:5px;padding-bottom:5px;}
#metanavicontent a:visited  { color:#fff; }
#metanavicontent a:focus { text-decoration:underline; color:#fff; }
#metanavicontent a:hover, a:active { color:#fff; text-decoration:underline; }
#metanavicontent a.current{ background-color:#FF9900; color:#FFF;}


#footer{
float:right;
padding-top:10px;
padding-right:40px;
font-size:10px;
}
}
 