@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

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

*,p,li, td {
	color:#514a31;
	font-size:14px;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	padding-left: 0;
	text-align: justify;
}

h1,h2,h3, h4 {
	color:#514a31;
	font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
	padding-left: 0;
}

table {
	width: 540px;
	border: 0px;
}