/* CSS Document */
/* Allgemeiner Style für Seiten*/
A:link					 {color: #000000; TEXT-DECORATION: bold; text-decoration: none; border: 0px;}
A:visited				 {color: #000000; TEXT-DECORATION: bold; text-decoration: none;}
A:hover		 			 {color: #afb334; TEXT-DECORATION: bold; text-decoration: none;} 

body
{
	font-family: Comic Sans MS; Tahoma, Arial, Lucida Handwriting Helvetica,Bradley Hand ITC, sans-serif;
}

td
{ font-size: 15 px; }

table.pferde
{ 	
	border-width:1;
	border-color:#869f46; 
	border-style:dotted;
}
td.td_pferde_kopf
{ 	
	text-align: center;
	background-color: #adc472;
	height: 30px;
	border-right-width:1;
	border-right-color:#FFFFFF; 
	border-right-style:dotted;
}

td.td_pferde
{ 	
	text-align: center;
	border-right-width:1;
	border-right-color:#869f46; 
	border-right-style:dotted;
	border-bottom-width:1;
	border-bottom-color:#869f46; 
	border-bottom-style:dotted;
}
td.td_pferde_steckbrief
{ 	
	border-right-width:1;
	border-right-color:#869f46; 
	border-right-style:solid;
	border-bottom-width:1;
	border-bottom-color:#869f46; 
	border-bottom-style:solid;
}
