/*Landkarten*/
div.race {
	width:100%;
	clear:both;
}
	div.race img.map_0,div.race img.horse_1 {
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}

	div.race img.map_0,div.race img.map_1 {
		max-width:150px;
		border:1px solid black;
	}

	div.race img.map_1,div.race img.horse_0 {
		float:right;
		margin-left:5px;
		margin-bottom:5px;
	}


	/*Hilfe*/
dl.help_disziplinen {
	margin:10px 0px;
}
	dl.help_disziplinen dt {
		font-weight:bold;
		font-size:120%;
	}
		dl.help_disziplinen dt:after {
			content:": ";
		}
	dl.help_disziplinen dd {
		margin-bottom:10px;
		margin-left:20px;
	}
