@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
 * @file        soluperium.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);

/* import print layout | Druck-Layout einbinden */
/**@import url(print/print_003.css);*/
  .textblau {
	color: #1983CF;
}
  .textklein { color: #999999; font-size: 90.91%; }
  .textblaunderline {
	color: #1983CF;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #1983CF;
}
.textorangemitte {
	color: #CC6600;
	text-align: center;
	font-size: 1.1em;
}

