body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

body {
	background-color: #c8c8c8;
	margin-top: 17px;
}

td.border_bottom_gray {
	border:0;
	border-bottom:1px solid #373737;
}

.border_bottom_dotted {
  border: 0;
  background-image: url('/pferdeindex/templates/images/css-dotted.gif');
  background-position: bottom;
  background-repeat: repeat-x;
}

.border_top_dotted_white {
  border: 0;
  background-image: url('/pferdeindex/templates/images/border_dotted_top.gif');
  background-position: top;
  background-repeat: repeat-x;
}

.head1 {
	font-weight:bold;
	font-size:16px;
	color:#373737;
}

.big {
	font-size: 12px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000099;
}

.white {
	color: #FFFFFF;
	font-size: 10px;
}

.black {
	color: #222222;
	font-size: 10px;
}

a.white_small:link, span.white_small {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
}
a.white_small:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
}
a.white_small:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 10px;
}
a.white_small:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
}

a.white:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}
a.white:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

a.white_bold:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.white_bold:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.white_bold:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.white_bold:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

a.black_bold:link {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.black_bold:visited {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.black_bold:hover {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
a.black_bold:active {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

a.black:link {
	color: #222222;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
}
a.black:visited {
	color: #222222;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
}
a.black:hover {
	color: #222222;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
}
a.black:active {
	color: #222222;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
}

.white_bold {
	color: #FFFFFF;
	font-weight: bold;
}
.black_bold {
	color: #000000;
	font-weight: bold;
}

.trfirst {
	display: none;
}

.search_top {
	background-color: #373737;
	color: #ffffff;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #ffffff;
	border-width: 1px 0 0 1px;
	width: 300px;
}
.search_top:focus {
	background-color: #676767;
}

