@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @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/verticalNav.css);
@import url(yaml/screen/news.css);
@import url(yaml/navigation/switchNav.css);
@import url(yaml/screen/basemod_2col_left_13.css);
@import url(yaml/screen/content_default.css);

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

/* Formidable */
p.msgres {
color:#000000 !important;
font-size:12px !important;
font-weight: bold;
text-aling:center;
height:20px;
width:200px;
z-index:10;
}
/* Poll */
.tx-jkpoll-pi1  {
border-bottom:1px dashed #2D2D2D;
margin-bottom:15px;
padding-bottom:5px;
}