@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


#tipps {
	position: absolute;
	top: 0;
	left: 10px;
	width: 150px;
	overflow: visible;
}

.tipps_header_td {

	font-size: 12px;
	font-weight: bold;

}

#start {
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

img {
	border: none;
}

A, A:LINK {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A:HOVER {
	font-size: 1.4em;
}

p {
	margin: 0;
	padding: 0;
}
