body {
	margin: 15;
	padding: 0;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
h1 {
	color: #800000; font-size: 20px; font-weight: bold;  letter-spacing: 1px; 
	}
h2 {
    color: rgb(28, 28, 28);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1px;
    padding-bottom: 1px;

}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 5;
}
#language{
	float: left;
	display: inline;
}
#testberichte
{
	float: right;
	display: inline;
	width: 220px;
	height: 25;
}

a  { color: #003D77; }
a:hover { text-decoration: underline }


