
/*speziell: Startseite*/

body.index div.small_text_block {
	width:310px;
}
	body.index div.small_text_block_left {
		float:left;
	}
	body.index div.small_text_block_right {
		float:right;
	}

body.index #horse_races_list {
	clear:both;
	padding-left:0px;
}
	body.index #horse_races_list li{
		list-style:none;
		width:200px;
		float:left;
		padding:3px 0px;
	}
	body.index #horse_races_list h3{
		font-size:12px;
	}

/* Anmeldung */
table.anmeldung th {
	width:200px;
	text-align:right;
}
#main_content table.anmeldung th,
#main_content table.anmeldung td {
	padding:5px 3px;
	vertical-align:middle;
}
	#main_content table.anmeldung input[type=text],
	#main_content table.anmeldung input[type=password] {
		width:170px;
	}


/* PNs */
ul.nachrichtencenter {
	list-style:none outside;
	margin:0px;
	padding:10px 0px;
}
	ul.nachrichtencenter li {
		padding:10px 0px;
		border-bottom:1px solid #000;
	}
	ul.nachrichtencenter div.data {
		float:left;
		width:200px;
	}
	ul.nachrichtencenter div.content {
		float:right;
		width:420px;
	}



/*Quizfrage*/
div#right_spalte div.quizfrage div.schwierigkeit {
	float:right;
	padding:5px;
	width:50px;
	text-align:right;
}
div#right_spalte div.quizfrage table {
	margin:0px 0px;
}


/*Turnieransicht Startseite rechts*/
div#top_turniere {
}
	div#right_spalte div#top_turniere h3.turnier {
		background:none;
		border:none;
		padding-bottom:0px;
	}
	div#right_spalte div#top_turniere h3.turnier_cup {
		margin-top:10px;
	}
	div#right_spalte div#top_turniere p {
		padding-bottom:0px;
		margin-bottom:3px;
	}
	#top_turniere table {
		border-collapse:collapse;
		border:0px;
		width:100%;
	}	
		#top_turniere table td,
		#top_turniere table th{
			border:1px solid #000;
		}

