
body {
	background-color: #ece0c5;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image:  url("../images/back.jpg");
	background-repeat: repeat-x;
	font-family:  Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
	text-align: left;
	background-attachment: fixed; 
	}
	
	#distance { 
		width:1px;
		height:50%;
		background-color:#FFF;
		margin-bottom:-250px; /* half of container's height */
		float:left;
		}

	#content {
		background-image:  url("../images/tra.png");
		color: #000000;
		margin:20px auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:750px;
		clear:left;
		border:5px solid #e0b85f;
		}
#menu a, #menu a:visited {
	float					: left;
	text-decoration			:none;
	text-align				:left;
	text-transform			: uppercase;
	background-color		:#e1e1e1; 
	color					:#03194b;
	display					:block; 
	width					:150px; 
	padding					: 8px 8px 8px 20px;
	margin					:0px auto;
	border-right			:2px solid #03194b;
	border-bottom			:1px solid #FFFFFF;
	clear					: both;
	}
	
#menu a:hover {
	border-right			:2px solid #f8b200;
	background-color		: #666666;
	color					: #f8b200;
	}
	

#footer {
	text-align				:right;
	width					:850px;
	height					:30px;
	clear					:left;
	line-height				:30px;
	margin					:10px auto 0;
	background-color		: #03184b;
	color					:#e1e1e1;
	}

hr {
	color: #FFFFFF;
	height: 1px;
	background-color:#FFFFFF;
	border: 0px;
}
.pferd01 {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	color:#333333;
	text-transform: uppercase;
}
.pferd_head {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color:#642b24;
	text-transform: uppercase;
}
.punkte {
	font-weight: bold;
	letter-spacing: 1px;
	color:#666666;
}
.rot {
	font-weight: bold;
	letter-spacing: 1px;
	color:#642b24;
}
.punkte02 {
	font-weight: bold;
	color:#333333;
}
.link{
	color:#666666;
	}

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

