/* CSS Document */

.training { 
	vertical-align: top;
}

.training #kasten { 
	/*background-color: #FFFFFF;*/
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
	/*cursor: hand;*/

}

.training #kasten2row { 
	background-color: #D9DFE5;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
	/*cursor: hand;*/

}

.training a:link { 
	color: #000000; 
	text-decoration: none;	
}

.training a:visited { 
	color: #000000; 
	text-decoration: none;
}

.training a:hover { 
	color: #000000;
	text-decoration: none;
}

.klappmenue a:link { 
	color: #000000; 
	text-decoration: none;	
}

.klappmenue a:visited { 
	color: #000000; 
	text-decoration: none;
}

.klappmenue a:hover { 
	color: #e52324;
	text-decoration: none;
}


