HTML, body
{
	Width: 100%;
	Height: 100%;
	Margin: 0;
}

.h100proz 
{
	height: 100%;
	border-collapse: collapse;
}

td.mittig 
{
	background-image: url(../images/start.gif);
	background-position: center;
	background-repeat: no-repeat;

}

#enter 
{
	position: absolute;
	top: 65%;
	left:50%;
	width:150px;
	padding:10px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
}

/* Links */

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