HTML, body
{
	Width: 100%;
	Height: 100%;
	Margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

TABLE.h100proz
{
Width: 100%;
Height: 100%;
Border-Collapse: collapse;
}

TD.ausrichtung
{
	Vertical-Align: middle;
	Text-Align: center;
}

a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	font-size: 18px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}