/* CSS Document */

html, body,
p, span, h1, h2, h3, h4, h5, h6,
table, th, tr, td,
div,
ol, 
form, label, select, 
img
{
    /* Font Settings */
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;	
	/* Border */
	border: 0;
	border-color: inherit;
}

h1
{
    font-size: 20px;
	color: #3299CD;
	font-weight:bold;
}	

h2
{
   font-size: 16px;
   color: #000000;
   font-weight:bold;
}

/* Class: Hyperlinks */
a:link
{
	text-decoration: none;
	color: #333333;
}
a:visited
{
	text-decoration: none;
	color: #333333;
}
a:hover
{
	text-decoration: none;
	color: #3299CD;
}
a:active
{
	text-decoration: bold;
	color: #3299CD;
}
/* Class: End */

.pferde-menu {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333}
.pferd {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}

