@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_column_backgrounds"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_column_backgrounds"
 *
 * @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) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(core_base.css);
@import url(nav_shinybuttons.css);
/* @import url(screen_basemod.css); */
/* @import url(screen_basemod_column_backgrounds.css); */
@import url(screen_content.css);

/* import print layout | Druck-Layout einbinden */
@import url(print_003_draft.css);

/* spezielles kunden layout einbinden */
@import url(spezial_siral.css);

/******************************************************************************
 *  *  *
 *   *   *    Stylesheet for SIRAL Rolladenbauer
 *    *    *
 *     *     *    Inspired by Typo3 and YAML
 *      *      *
 *       *       *   feel free to copy, but reference on Typo3, YAML 
 *        *        */
/*******  layout side general  **************************************************/
html {
  height:100%; /*scrollbalken im FF erzwingen*/
  margin-bottom:1px;
}
body {
  margin: 0px auto;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size:12px;
/*   background-color: #FFF; */
  width: 990px;
}
* html body {
* *   height: 102%; /*scrollbalken im IE erzwingen*/
}
/*******  layout div  ********************************************************/
/*******  header begin  ******************************************************/
#header { width: 100%; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; height: 99px;  background: URL(../images/logo_headline.gif) repeat-x 50px 0px; }
/*****  class for 3cols layout generates equal high  *************************/

.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;  display: block; background-color: #077; }
/*****  relict classes by example  *************************/

   td.menu         { color: #FFFFFF; background-color: #000099; font-family:Arial; font-size:10px }
   td.menublank    { color: #FFFFFF; font-family:Arial; font-size:10px }

   td.menu2         { color: #FFFFFF; font-family:Arial; font-size:9px }
   td.menublank2    { color: #FFFFFF; font-family:Arial; font-size:9px }

   td.news         { color: #000099; font-family:Arial; font-size:11px }
   p.bild         { font-family: Arial; font-size: 11px; color: #000099 }
