@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */
 body{
	background-color: #ff6600;
	}
.headerlogo {
	position: absolute;
	z-index: 100;
}
.headerbild {
	position: absolute;
	
}
tbody tr:hover td{
	background-color:transparent;
}
