/* CSS for Sportweek */

/* Main declarations */
body {
	margin: 0px 0px 0px 0px;
	background-repeat: repeat;
	background-position:top;
	background-color: #CD5B1C;
}

table {
	font-family: Arial;
	color: #00529C;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr {
	display:none;
}

a:link, a:visited {
	color: #00529C;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a.red:link, a.red:visited {
	color: #CC0000;
	text-decoration:none;
}
a.red:hover {
	color: #CC0000;
	text-decoration:underline;
}
a.white:link, a.white:visited {
	color: #CC0000;
	text-decoration:none;
}
a.white:hover {
	color: #CC0000;
	text-decoration:underline;
}
/* CSS elements, please order by className */
.borderTop td {
	border-top:1px solid #DDDDDD;
}
.darkGreyText {
	color:#666666;
}
.footer {
	line-height:20px;
	background-color:#FFFFFF;
}
.greyText {
	color:#DDDDDD;
}
.whiteText {
	font-family: Arial;
	color: #f5f5f5;
	font-size: 13px;
}
.headlineItem td {
	line-height:18px;
	border-top:1px solid #DDDDDD;
}

.programma p { margin: 0px; padding: 0px; }

