/* Design by Thomas Pribil / BusterKe*/

/* ########## ALLGEMEIN ANFANG ########## */

#renninfos {
	width:437px;
	height:100%;
	float:left;
	margin-left: 0px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	}
	
#renninfos_rechts {
	float:left;
	height: 100%;
	width: 533px;
	padding-left: 8px;
	margin-right:0px;
	}

#vst_auswahl {
	position:relative;
	left:355px; 
	top:18px;
	height:0px;
	}

tr.rennuebersicht:hover {
	background-color: #B0BEAF;
	}

.td_uebersicht {
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 2px;
	}
	
/* ########## ALLGEMEIN ENDE ########## */

/* ########## FORMATIERUNG TEXT ########## */

.renntag_ueberschrift {
	display:block;
	font-family:"Minion Pro", serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	text-indent: 12px;
	color: #003300;
	background-repeat: no-repeat;
	background-image: url(../images/h300_bg.jpg);
	}
	
/* ########## FORMATIERUNG TEXT ENDE ########## */

/* ########## ICONS ANFANG ########## */

.icon_green { /* Starterlisen */
	background-color:#426942;
	background-image: url(images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	}
.icon_red {   /* Ergebnisse */
	background-color:#B80E12;
	background-image: url(images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	}
.icon_blue {  /* Videos */
	background-color:#000099;
	background-image: url(images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	}
.icon_grey {  /* Vorschau/Nachschau */
	background-color:#B0BEAF;
	background-image: url(images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	}

/* ########## ICONS ENDE ########## */
