a:link { font-weight:regular; color:white; text-decoration:none; }
a:visited { font-weight:regular; color:white; text-decoration:none; }
a:focus { font-weight:regular; color:white; text-decoration:none; }
a:hover { font-weight:regular; color:white; text-decoration:underline; }
a:active { font-weight:regular; color:white; text-decoration:none; }

#tabelle {
   height: 100%;
}

#Container {
   position: absolute;
   width: 100%;
   height: 100%;
   overflow: hidden;
   padding: 0px;
}

#hover1 a:hover .hoverlink {
	text-decoration:underline;
	color:#b42c1c;
}

#hover2 a:hover .hoverlinkbig {
	size:24;
	text-decoration:underline;
	color:#b42c1c;
}

#hover2 a:hover .hoverlinkblue {
	size:9;
	text-decoration:underline;
	color:#000099;
}

td.scroll
{
	width: 377px;
	height: 436px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454336;
	background-color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

#text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454336;
	background-color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

#zentrierhilfe {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
}

#inhalt {
	text-align:left;
	margin-left: -300px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 600px;
	height: 500px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

body{ margin: 0; padding: 0; }