/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 150%;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: large;
}

h1.headline
{
	font-size: 18pt;
	margin-top: 50px;
}

h2
{
	font-size: medium;
}

h3
{
	font-size: small;
}

.navigation
{
	color: #000000;
}

.navigation:hover
{
	color: #0000FF;
}

.info
{
	color: #0000FF;
}

.error
{
	color: #FF0000;
}

.s0
{
	background-color: #F0F0F0;
}

.s1
{
	background-color: #F5F5F5;
}

div#impressum
{
	font-size: smaller;
	text-align: center;
}
