@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-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(/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 - Verena Bild als floating_box */
   #verena_box {
     float: left;
     width: 250px;
     margin-top: 10px;
     margin-right: 20px;
     margin-bottom: 10px;
     border: 2px; #999; solid; }

   #verena_box img {
     width: 260px;
     height: 350px; }
     
/* 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: 260px;
     height: 350px; }     

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

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

/* Link box RIGHT */
   #link_box_right {
/*     border: 2px #090 solid;  */
     text-align: right;
     clear: both; }

/* Link box LEFT */
   #link_box_left {
/*     border: 2px #090 solid;  */
     clear: both; }

/* Link box_abstand */
   #link_box_abstand {
/*     border: 2px #900 solid;  */
     width: 100%;
     height: 50px; }

/* css Bild als floating_box LEFT */
   #bild_box_left_P {
     float: left;
     width: 320px;
     margin-top: 0px;
     margin-right: 5px;
     margin-bottom: 0px; }

/* css Bild als floating_box RIGHT */
   #bild_box_right_P {
     float: right;
     width: 320px;
     margin-top: 0px;
     margin-left: 5px;
     margin-bottom: 0px; }

/* css Bild als floating_box LEFT Quer */
   #bild_box_left_L {
     float: left;
     width: 420px;
     margin-top: 0px;
     margin-right: 5px;
     margin-bottom: 0px; }

/* css Bild als floating_box RIGHT Quer */
   #bild_box_right_L {
     float: right;
     width: 420px;
     margin-top: 0px;
     margin-left: 5px;
     margin-bottom: 0px; }
/* -------------------------------------------------------------------- */
