@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* 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(screen/basemod.css);
@import url(screen/content.css);

table.ecoachtest {
	width: 90%;
}
table.ecoachtest th {
	text-align: left;
}
table.ecoachtest td.checker {
	text-align: right;
}
td.right {
	background-color: #00ff00;
}

p.blocktitle { 
	text-size: 140%;
	text-style: bold;
	
}

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_100_draft.css);
/* @import url(color.css); */
