@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@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) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background:url(../../images/layout/bg_page.jpg) #e6e6e6 repeat-x; padding:0px 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; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .schatten_oben {width: 967px; height:7px; background:url(../../images/layout/schatten_oben.png) repeat-y; margin: 0 auto;}
  .schatten_unten {width: 967px; height:7px; background:url(../../images/layout/schatten_unten.png) repeat-y; margin: 0 auto;}
  .page_margins { width: 967px; background:url(../../images/layout/schatten_mitte.png) repeat-y; }
  .page { padding: 10px 10px 0 10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  
  #iconleiste {width:960px; text-align:right; margin: 0 auto; }
  #iconleiste img {margin:15px 0 7px 7px;}
  #iconleiste a {background:transparent;padding:0px;}
  
  #logo {margin-bottom:12px;}

  #swf {
    color: #fff;
    background:#000;
    width:682px;
    height:332px;
    margin-bottom:20px;
  }
  
  #header_klein {
    color: #fff;
    background:#000;
    width:682px;
    height:98px;
    margin-bottom:20px;
  }
  
  #oben {width: 236px; height:12px; background:url(../../images/layout/oben.png) no-repeat;}
  #unten {width: 236px; height:12px; background:url(../../images/layout/unten.png) no-repeat;}
  
  #footer_innen {background:url(../../images/layout/schatten_mitte.png) repeat-y; width: 967px; margin: 0 auto; font-size:10px; font-family:'Arial', Verdana, sans-serif;}
  #copyright {float:right;margin-right:12px;}
  
  #topnav {text-align_left; width:600px; float:left;}
  #topnav ul {margin-left:12px;}
  #topnav li {display:inline;padding:0px; margin:0px 0px 0px 0px;}
  #topnav .no_first a, #topnav .no a, #topnav .no_last a {color:#565a5d; margin-right:5px;padding-left:5px; background:transparent;}
  #topnav .cur_first a, #topnav .cur a, #topnav .cur_last a {color:#8e8f8f; margin-right:5px;padding-left:5px;background:transparent;}
  #topnav .act_first a, #topnav .act a, #topnav .act_last a {color:#8e8f8f; margin-right:5px;padding-left:5px;background:transparent;}
  #topnav a:hover {text-decoration:none; color:#8e8f8f;}

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #mainnav ul {margin:0px; padding:0px;}
  #mainnav li {margin:0px; padding:0px;list-style-type:none;}
  
  #mainnav .no_first a, #mainnav .no a, #mainnav .no_last a {text-transform:uppercase; color:#45494c; font-size:14px;background:url(../../images/layout/bg_navi.jpg);display:block;padding:10px 0 5px 10px;}
  #mainnav .no_first a:hover, #mainnav .no a:hover, #mainnav .no_last a:hover {text-decoration:none; color:#8e8f8f;}
  #mainnav .cur_first a, #mainnav .cur a, #mainnav .cur_last a {font-weight:bold;text-transform:uppercase; color:#45494c; font-size:14px;background:url(../../images/layout/bg_navi.jpg);display:block;padding:10px 0 5px 10px;}
  #mainnav .act_first a, #mainnav .act a, #mainnav .act_last a {font-weight:bold;text-transform:uppercase; color:#45494c; font-size:14px;background:url(../../images/layout/bg_navi.jpg);display:block;padding:10px 0 5px 10px;}

  #mainnav .cur_first .no_first a, #mainnav .cur_first .no a, #mainnav .cur_first .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .cur .no_first a, #mainnav .cur .no a, #mainnav .cur .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .cur_last .no_first a, #mainnav .cur_last .no a, #mainnav .cur_last .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}

  #mainnav .act_first .no_first a, #mainnav .act_first .no a, #mainnav .act_first .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .act .no_first a, #mainnav .act .no a, #mainnav .act .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .act_last .no_first a, #mainnav .act_last .no a, #mainnav .act_last .no_last a {font-size:12px;font-weight:normal; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  
  #mainnav .act_first .cur_first a, #mainnav .act_first .cur a, #mainnav .act_first .cur_last a {font-size:12px;font-weight:bold; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .act .cur_first a, #mainnav .act .cur a, #mainnav .act .cur_last a {font-size:12px;font-weight:bold; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}
  #mainnav .act_last .cur_first a, #mainnav .act_last .cur a, #mainnav .act_last .cur_last a {font-size:12px;font-weight:bold; color:#45494c;text-transform:none;background:#dedede; padding:5px 0 5px 10px;border-bottom:1px solid #d4d4d4;}


  #suche {background:#ebebeb;margin:10px 0 10px 0;padding:10px 0 10px 10px;font-weight:bold;}
  #familie_header {background:#ebebeb;margin:10px 0 0 0;padding:10px 10px 0 10px;height:20px;}
  #familie {background:#ebebeb;margin:0;padding:0 10px 0 10px;height:240px;overflow:hidden;}
  #familie a {background:transparent; padding:0px;}
  #buttons {background:#ebebeb;margin:0 0 10px 0;padding:0 0 10px 0;height:20px;text-align:center;}
  #buttons img {cursor:pointer;}
  #main { background: #fff;padding:0px 0; }


  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */

  #skiplinks a.skip:focus,
  #skiplinks a.skip:active {
	color: #fff;
	background: #333;
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	text-decoration:none;
  }
  
  /**
   * Macina Searchbox
   */
   #suche { height: 40px; }
   div.tx-macinasearchbox-pi1 { float: left; padding: 10px 0 10px 0; }
   div.tx-macinasearchbox-pi1 div.indexedsearch_text { width: 50px; height: 20px; float: left; padding: 3px 0 0 0; }
   div.tx-macinasearchbox-pi1 div.indexedsearch_box { width: 160px; height: 20px; float: left; }
   #searchform input {border-top:1px solid #696969;border-bottom:1px solid #696969;border-left:1px solid #696969;background:#fff;padding:3px;}
   #searchform .searchbutton {background:url(../../images/layout/searchbutton.png) no-repeat;border:0px;margin-left:-4px;}
   
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
   color:#af2d6d;
   }

  
}

