@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_seo"
 *
 * @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(../yaml/navigation/nav_vlist.css);
@import url(screen/basemod.css);
@import url(screen/basemod_grids.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/core/print_base.css);

#page h1 { letter-spacing: 1px; }

img { border: 1px; }

.hand { cursor: pointer; _cursor: hand; }
.vpravo { text-align: right; }
.vlevo { text-align: left; }
.center { text-align: center; }
.blok { text-align: justify; }
.r1 { line-height: 200%; }
.wrong {text-decoration: line-through;}

.cssFoto {
  text-align: right;
  border: 0px solid #9A9A9A;
}

.cssFoto td {
  height: 200px;
  border: 0px solid #9A9A9A;
  
}
