/* Haupt-CSS f. Webseite */

@import "Navigation.css";
@import "Struktur.css";
@import "Formulare.css";

*
{
 font-family:	sans-serif;
}

em,
strong
{
 color:	#00f;
 font-weight:	bold;
 font-variant:	normal;
}

h1
{
 text-align:	center;
}

p
{
 text-align:	justify;
}
