html, body
{
	width:100%; 
	height:100%;
}
#zentrieren
{
	position:absolute; 
	top:50%; 
	left:50%; 
	width:905px;  
	height:554px; 
	margin-left:-452px;
	margin-top:-277px; 
}

body,td,th 
{
	color: #000000;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9D9B9B;
	background-repeat: repeat;
}

a:link 
{
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{
	color: #660000;
}

a:active 
{
	color: #660000;
}

img{border:0}

.subtitle 
{
	color: #FF0000;
	font-weight: bold;
}

#errorBox
{
	position:absolute;
	left:-1000px;
	top:-1000px;
	background-color:#999999;
	border:3px double #000000;
}
