/* CSS für alle Infoseiten zu den einzelnen Sportarten */

/* Bild links */
#BildLinks{
	width:370px;
	margin-right:10px;
	height:308px;
	float:left;
}

/* Text rechts vom Bild */
#TextRechts{
	width:397px;
	height:308px;
	overflow: auto;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#2E2E2F;
	scrollbar-highlight-color:#2E2E2F;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#121212;
}
#TextRechts p{
	margin-top:5px;
	margin-bottom:10px;
	margin-right:5px;
}

