@charset "UTF-8";   
/**  
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework  
 * (en) central stylesheet  
 * (de) zentrales Stylesheet  
 *  
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)  
 * @file        my_layout.css  
 */  
  
/* import core styles | Basis-Stylesheets einbinden */  
@import url(core/base.css);   
  
/* import screen layout | Screen-Layout einbinden */  
@import url(navigation/nav_shinybuttons.css);   
@import url(screen/basemod_content.css);   
@import url(screen/content.css);   
  
/* import print layout | Druck-Layout einbinden */  
/* @import url(print/print_003_draft.css); */ h1 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 110%;
	color: #F00;
	font-weight: normal;
}
h2 {
	font-size: 90%;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 90%;
	color: #FFF;
	font-weight: bolder;
}
h4 {
	font-size: 90%;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
body,td,th {
	font-size: 100%;
	color: #EFEFEF;
}
h5 {
	font-size: 60%;
	color: #FFF;
}
smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #CCC;
}
text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #CCC;
}
