@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-3-2"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-3-2"
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_1-3-2.css);
/*@import url(screen/basemod_colored_columns.css);*/
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

/* kann wohl weg
#Ecke_OLI {
 background-image: url(fileadmin/vorlage/fernseher/Ecke_OLI.png);
 position: fixed;
 color: green;
 top: 0px;
 left: 0px;
 width: 894px;
 height: 603px;
 z-index: 10;
 background-repeat: no-repeat;
}

*/

#menu_oben {position: absolute; top:130px; left: 400px; z-index: 10; }
#menu_oben {text-align: center; height:20px;}
#menu_oben a {color:white; text-decoration:none;}
#menu_oben a:hover{ text-decoration:underline; background-color: transparent; }
#wwmenu_oben {position: absolute; right: 0px; top: 40px;}
#menu_oben {background-color:black; color:white; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

#ext-thumbnails {
  text-align: center;
  margin-top: 0pt;
  margin-right: 20px;
  margin-bottom: 0pt;
  margin-left: 20px;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-top-style: solid;
  border-right-style-value: solid;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-top-color: #333333;
  border-right-color-value: #333333;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-bottom-color: #333333;
  border-left-color-value: #333333;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  width: 510px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: inherit;
}

.thumbnail {
  float: left;
  padding: 4px;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-top-style: solid;
  border-right-style-value: solid;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-top-color: #cccccc;
  border-right-color-value: #cccccc;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-bottom-color: #cccccc;
  border-left-color-value: #cccccc;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.label  {
  font-weight: 700;
  color: white;
  height: 15px;
  background-color: #333333;
  boder: 0;
  margin: 0;
}

body {
 background-color: white;
 background-image: url(/fileadmin/vorlage/Recthell2987.png);
 background-repeat:repeat-x;
}

#header img {
 position: static;
 left: auto;
}

#logo {
 text-align: center;
 float: none;
}

#rundgang {
  position: absolute;
  top: 100px;
}

