body {
	position: absolute; top: 0; bottom: 0; left:0; right:0;
	background : #6699CC;
}
td {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 70%;
	line-height : 130%;
}
.inhalt {
	background : url(img/background.gif);
}
.blau {
	background-color : #1751A4;
	color : #ffffff;
	font-weight : bold;
}
.weiss {
	background-color : #ffffff;
	color : #1751A4;
}
.ueberschrift-weiss {
	font-size : 120%;
	color : #ffffff;
	font-weight : bold;
}
.ueberschrift {
	font-size : 120%;
	color : #1751A4;
	font-weight : bold;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.w {
	color : white;
}