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

body {
	background-color: #000;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15px;
}
a:link, a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#logos {
	left: 1050px;
	z-index: 200;
	float: right;
}
#content {
	margin-left: 510px;
	margin-top: 30px;
	content: 100;
	float: left;
	width: 500px;
}
.rider {
	margin-left: -15px;
}
.lauftext {
	margin-left: 35px;
}