@charset
"UTF-8"
;
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage f&uuml;r die Erstellung eines Screenlayouts
 *
 * @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.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

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

/**
* Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
*
* @section layout-basics
*/

/* Page margins and background | Randbereiche & Seitenhintergrund */
body {
  background-repeat: no-repeat;
  background-position: right top; /*font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;*/
  font-family: Arial, sans-serif;
  font-size: 75.00%;
  min-height: 100%;
}

/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
#page_margins {
}

#page {
}

/* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
#header {
  height: 150px;
  background-image: url( "../images/logo_white.png" );
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-left: 20px;
}

#topnav {
  position: absolute;
  top: 0.7em;
  right: 12px;
  text-align: right;
}

#main {
  margin-top: 0;
}

#footer {
  background-image: url( "../images/hr.png" );
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 3px;
  padding-right: 20px;
  text-align: right;
  color: #ADC1CC;
}

/*------------------------------------------------------------------------------------------------------*/

/**
* Formatting of the Content Area | Formatierung der Inhaltsbereichs
*
* @section layout-main
*/

#col1 {
  padding-top: 55px
}

#col1_content {
}

#col2 {
}

#col2_content {
}

#col3 {
  background-image: url( "../images/headline_left.png" );
  background-repeat: no-repeat;
}

#col3_content {
  margin-top: 35px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
* Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
*
* @section layout-misc
*/

#pageHead {
}

#category {
  float: left; /*background-color:blueviolet;*/

  padding-top: 5px;
  width: 310px;
  text-align: right;

  font-size: 12pt;
  color: #297198;
  font-style: normal;
  font-weight: normal;
}

#breadcrumb {
  padding-left: 330px;
  padding-top: 8px;
}

#breadcrumb a {
  font-size: 8pt;
  color: gray;
}

#breadcrumb a:hover {
  color: lightgray;
}

/*Navigation on side*/
#col1 #sideNav {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

#col1 #sideNav li {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  border: 0;

  background-image: url( "../images/bubbles/check.png" );
  background-repeat: no-repeat;
  background-position: right center;
  width: 143px;
  height: 18px;
}

#sideNav #current a {
  color: #297198;
  font-weight: bold;
  font-style: italic;
}

#sideNav a {
  color: #535F66;
  float: right;
  font-size: 8pt;
  padding-right: 25px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 2px;
}

/*#col3_content a {*/
/*font-variant: small-caps;*/
/*}*/
}