@charset "UTF-8";
@media all
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  body {background:#B5152A;}

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {
    min-height:100%;
    margin:0 auto;
    background-color:white;
    min-width:900px; 
    max-width:900px;
    border:0px #889 solid; width:900px;
  }
  
  #page{
     min-height:100%;
     font-size: 0.9em;
     margin:0;
    
  }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body {text-align:center;}
  #page_margins {text-align:left;}

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {height:185px; color:#fff; background: #B5152A; margin:0; padding:0;overflow:hidden; }
  #header img.headImg1 {position:absolute; font-size:208%; top:0px; margin:0; padding:0;}
  #header img.headImg2 {position:absolute; font-size:208%; top:0px; margin:0; padding:0;}
    
 /* #header h1 span {display:block; height:1px; width:1px; overflow:hidden; line-height:105px;}*/
  #header #printHead {display: none; height:0px;}

  #header #banner {position:absolute; top:84px; z-index:10;}
  #header #topnav {
  	padding-top: 84px; 
  	padding-right: 0px;
  	font-size:0.9em;  
  	right:0;	
  }
  #header #topnav ul {
  	margin: 0;
  }
  #header #topnav ul li {
  	width: 200px;
  	border-bottom: 2px solid #B5152A;
  	background: #C44354;
  	list-style-type: none;
  	padding-right: 12px;
  }
  #header #topnav a {
  	color: white;
  	text-decoration: none;
  	display: block;
  	
  	padding-top: 5px;
  	padding-bottom: 5px;
  }
  #header #topnav li#current {
  	color: white;
  	text-decoration: none;
  	display: block;
  	padding-top: 5px;
  	padding-bottom: 5px;
  }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav {display:none; height:0;}
  #nav_main {border-bottom:0;}
  #nav ul {margin-left:0;}

  #main {background:#fff; padding:0; margin:0;  min-height:100%;}
  
  /*
  .upper {
  	margin:0; 
  	padding: 30px 35px 0 20px; 
  	background:#fff;
  	min-height: 350px;
  }
  .lower {margin:0; padding:1em; background:#ccc;}
  */
  
  #main {
  	min-height: 550px; 
  	min-height:100%;
  	 top:0;
  	 margin:0;
  	 padding:0;
  }
  #footer { background-color:white; }
  #footer_content { 
    padding-top: 1em;
    padding-bottom: 2em;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 1em;
    border-top:1px #B5152A solid;
    font-size: 0.9em;
    background-color:white;
  }
  #footer span a,
  #footer span a:focus,
  #footer span a:hover,
  #footer span a:active {
    color: black;
  }
  #footer a,
  #footer a:focus,
  #footer a:hover,
  #footer a:active {
    color: black !important;
  }
  
  #print_footer {
    display:none;
    padding:1em;
    margin-top: 1em;
    border-top:1px #B5152A solid;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 {/*width:25%*/}
  #col1_content {/*padding-left: 25px; padding-top: 35px; padding-right: 35px;*/}

  #col2 {/*width:25%*/}
  #col2_content {/*padding-left: 10px; padding-top: 35px; padding-right: 10px;*/}

  #col3 {/*margin:0 25%*/}
  #col3_content {/*padding-left: 10px; */}

 
}