@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* 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(/css/screen/basemod.css);
  @import url(/css/screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

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

/* css - Wilvorst Bild als floating_box */
   #wilvorst_box {
     float: left;
     width: 250px;
     margin-top: 10px;
     margin-right: 20px;
     margin-bottom: 10px;
     border: 2px; #999; solid; }

   #wilvorst_box img {
     width: 250px;
     hight: 395px; }

/* General-Text */
   #general {
     font-weight: bold;
     text-align: justify;
     margin-bottom: 30px; }

/* Textausrichtung */
   p { text-align: justify; }
/* -------------------------------------------------------------------- */
