
#page_margins {
  max-width: none;
  min-height: 0px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
}

#page {
  width: 1024px
}
#header. #main. #footer {
  width: 1024px;
  padding: 22px;
}

#main {
  position: relative: width: 1044: padding: 0:
}

#column1 {
  position: absolute;
  top: 175px;
  left: 0px;
  width: 184x;
  padding: 0px;
}

  #column2 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 184px;
  padding: 10px;
}


  #column3 {
  position: absolute;
  top: 0px;
  left: 224px;
  width: 456px;
  padding: 0px;
}


#column4 {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 425px;
  padding: 10px;
}

#footer {
 position: absolute;
 top: 420px;
 left: -500;
 width: 1024px;
 padding: 20px

}


body, td {font-family:Helvetica; font-size:12px; color:#696868;}
br{font-size:10px}

h1 {color:#BF395C; font-size:15px; line-height:15px;} 
.header a{color:#BF395C; font-size:12px; text-decoration:none; font-weight: bold; letter-spacing: 1px;} 
.header a:hover{background-color: #BC0033; font-weight: bold} 

.linksborder {
	color: #737373;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 0;
} 

.linksbordergrau {
	color: #737373;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 0;
	background: #E5EFF6;
} 
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2007, 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.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{
  #nav_main {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grÃ¶ÃŸtenteils transparent */
    background: transparent url("fileadmin/templates/Bilder/round/bg.gif") repeat-x bottom;
    float: left;
    width: 100%;
  }

  #nav_main ul {
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
    white-space: nowrap;
  }

  #nav_main li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #e0ecf8 url("fileadmin/templates/Bilder/round/left.gif") no-repeat top left;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0;
    padding: 0 0 0 3px;
  }

  #nav_main a,
  #nav_main strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grösstenteils transparent */
    background: transparent url("fileadmin/templates/Bilder/round/right.gif") no-repeat top right;
    color: #667;
    display: block;
    font-weight: normal;
    padding: 5px 11px 3px 8px;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  #nav_main > ul a,
  #nav_main > ul strong { width: auto; }  /* for other browsers */

  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #c4d0dc;
    background-position: 0 -150px;
  }

  #nav_main li:focus a,
  #nav_main li:hover a,
  #nav_main li:active a { background-position: 100% -150px; }

  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active { background-color: transparent; color: #223; }

  #nav_main #current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */



    background: white url("fileadmin/templates/Bilder/round/left_on.gif") no-repeat top left;
    border: 0;
  }

  #nav_main #current a,
  #nav_main #current strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grÃ¶ÃŸtenteils transparent */
    background: transparent url("fileadmin/templates/Bilder/round/right_on.gif") no-repeat top right;
    color: #334;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }
}
