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


body {
	width: 778px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
}
#regatten {
	display:block;
	height: 75px;
	width: 470px;
	background:url(/css/regatten.png) no-repeat;
	padding: 8px 0px 11px 282px;
}

#ergebnisse {
	display:block;
	height: 75px;
	width: 503px;
	background:url(/css/ergebnisse.png) no-repeat;
	padding: 8px 0px 11px 315px;
}

#presse {
	display:block;
	height: 75px;
	width: 220px;
	background:url(/css/bg-presse-title.gif) no-repeat;
	padding: 8px 0px 11px 350px;
}

.nummern {
	display: block;
	float: left;
	height: 75px;
	width: 55px;
	background:url(/css/numbers.png) no-repeat;
	margin-right: -25px;
	position: relative;
}

.null {
	background-position: 0px 0px;	
}
.eins {
	background-position: -55px 0px;	
	margin-right: -30px;
}
.zwei {
	background-position: -110px 0px;
}
.drei {
	background-position: -165px 0px;
	margin-right: -23px;
}
.vier {
	background-position: -220px 0px;	
}
.fuenf {
	background-position: -275px 0px;	
}
.sechs {
	background-position: -330px 0px;	
	margin-right: -23px;
}
.sieben {
	background-position: -385px 0px;	
}
.acht {
	background-position: -440px 0px;	
	margin-right: -23px;
}
.neun {
	background-position: -495px 0px;	
}

