@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center; /* fuer IE zum container horizontal zentrieren */
}

#head {
	width:100%;
	height:50px;
}

#container {
	width:702px;
	height:412px;
	margin:0 auto;
	text-align:left; /* fuer IE zum container horizontal zentrieren */
}

#pferd {
	width:302px;
	height:372px;
	float:left;
	margin-left:20px;
}

#slogan {
	font-size:24px;
	float:left;
	width:360px;
	margin:150px 0 0 20px;
}

#box {
	float:left;
	width:360px;
	height:190px;
}

#start {
	width:342px;
	text-align:center;
	float:left;
}

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

a:hover {
	color:#BD1E28;
}

