u, a, p, h1, h2, h3, h4, h5, h6, td, tr
{
	font-family: Arial;
	color: black;
}

h1
{
	font-size: 1em;
}

h2
{
	font-size: 2em;
	
}

h3
{
	font-size: 1.5em;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 0.9em;
}

h6
{
	font-size: 0.8em;
}

p
{
	font-size: 0.9em;
}

a
{
    font-size: 0.9em;
	text-decoration: none;			/* entfernt Unterstreichung bei Links */
}

a.mehr
{
    font-size: 1.0em;
	color: red; 
	text-decoration: none;			/* entfernt Unterstreichung bei Links */
}

td
{
	font-size: 0.9em;
}

div
{
	margin-left: 5%;
	margin-right: 5%;
}

body
{
    background-color: #C0C0C0; 
}

body.kopf
{
	background-color: #4682B4;
}

body.fuss
{
    background-color: #4682B4; 
}