@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.0 beta1 (http://builder.yaml.de)
 * @file        basemod.css
 */

@media all
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #F1F4F8 url("img/bg_blue.jpg") repeat-x top left fixed; padding: 20px 0; }
  body.popup { background: #FEF8E9 url("img/bg_popup.gif") repeat-x top left fixed; padding: 10px 0px; }

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

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 747px; background: #FDDDA8; border: 2px solid #DD8D09; padding: 0px;}
  body.popup #page_margins { width: 360px; background: none; border: none; padding: 0px; }  
  
  #page { padding: 10px; }
  #header { padding: 30px 2em 1em 160px; color: #000; background: #D8C5C5; margin-bottom: 2px; background-image: url(../../img/header_bg.jpg); background-repeat: no-repeat;}
  #topnav { color: #fff; background: transparent; }
  #nav { overflow:hidden; }
  #nav_main { background-color: #C6AAAA; }
  #main { margin: 15px 0; background: #fff; }
  #footer td { color:#eee; background-color: #DD8D09; text-align: right; padding: 1px 10px 0 0; }


  #content td {
    vertical-align:top;
    
  }

  #navi {
    background-color: #FAD080;
    width: 130px ! important;
  }

  #center {
    padding: 20px 20px 10px 50px;
  }

  #right {
    padding: 20px 10px 10px 20px;
  }


  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 77.00%; 
    color: #444;  
  }
  
  h1,h2,h3,h4,h5,h6 { 
  	/* font-family:"times new roman",times,serif; */ 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 120%;  }                        
  h2 { font-size: 110%; color: #000; }          
  h3 { font-size: 140%; color:#182E7A }         
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#682F2F;
  }

  h3#h_popup {
    color: #A50022;
    font-weight: bold;
    font-size: 130%;
    margin: 0 0 25px 100px;
    padding-top: 7px;
  }
  
  .popup p, .popup li {
    font-size: 110.00%; 
    color: #855505;      
    line-height: 160%;
  }

  #header span {
    color:#999;
  }

  .zertifikate {
    text-align: center;
  }

  .zertifikate img {
    margin: 25px 0 5px 0;
  }
  
  table.preisliste {
    margin: 20px auto;
  }

  table.preisliste tr.head td {
    font-weight: bold;
    padding-top: 9px;
  }

  table.preisliste td {
    padding: 5px 3px 1px 20px;
  }
  
    table.preisliste td.betrag {
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
  }

  table.preisliste td.dist {
    border-bottom: 1px solid #666;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 0.5em }
  li { margin-left: 0.5em; line-height: 1.5em; }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  
  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: /*#4D87C7*/ #A50022; text-decoration:none; font-weight: bold; }
  a:focus,
  a:hover,
  a:active {color:#781010; text-decoration:underline; font-weight: bold;}
  
  #topnav a { color: #fff; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #eee; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #A50022; background-color: transparent; text-decoration:none;}
  

  #navi ul {
    margin-top: 2em;
    margin-left: 15px;
    padding-left: 0px;
  }

  #navi li {
    text-align: right;
    margin-right: 0;
    padding-right: 1.5em;
    margin-left: 0;
    padding-left: 0;
    line-height: 170%;
  }
  
  #navi li.akt {
    background-color: #FDDDA8;
  }

  #navi li a {
    font-size: 105%;
  }

}
