@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @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(screen/basemod_index.css);
@import url(screen/content.css);
 /*@import url(screen/tagbox.css);*/

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


#tbl_kontakt {width:60%;}
#tbl_kontakt td.rechts {text-align:right;}
#tbl_kontakt td.links {text-align:right;padding-right:12px;}

#email {width:300px;}
#nachricht {width:300px;height:120px;}
#inp_submit {}

#footer {background:url(../../images/date4cash_fuss.png) no-repeat}
#copy {display:none;clear:both;text-align:center;font-size:10px;}
