* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
hr {
	color: #FE9A9A;
}



#hintergrund {
	height: 768px;
	width: 1024px;
	background-image: url(../images/hintergrund.jpg);
	position: absolute;
	left: 25px;
	top: 10px;
	visibility: visible;
	overflow: hidden;
	z-index: 1;
}

#hintergrund  #home_link {
	position: absolute;
	height: 125px;
	width: 550px;
	top: 15px;
	left: 60px;
}

#hintergrund #einloggen {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 12px;
}
#hintergrund #einloggen a, #hintergrund #einloggen a:link {
	font-weight: bold;
	position: relative;
	top: 20px;
}
#hintergrund #einloggen a:active, #hintergrund #einloggen a:visited {
}

#hintergrund #einloggen a:hover {
	color:#FFFFFF;
}

#hintergrund #navigation {
	position: absolute;
	top: 146px;
	height: 21px;
	width: 720px;
	left: 5px;
	visibility: visible;
	overflow: hidden;
	z-index: 2;
	padding-top: 2px;
	padding-left: 20px;
}
#hintergrund #navi_rechts {
	position: absolute;
	height: 21px;
	width: 180px;
	top: 146px;
	right: 5px;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
}

#hintergrund #navigation a, #hintergrund #navi_rechts a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 15px;
	display: inline;
}
#hintergrund #navi_rechts a {
	margin-right: 0px;
}
#hintergrund #navigation a:active, #hintergrund #navigation a:visited, #hintergrund #navi_rechts a:active, #hintergrund #navi_rechts a:visited {
}
#hintergrund #navigation a:hover, #hintergrund #navi_rechts a:hover {
	color: #000000;
}
#hintergrund #links {
	position: absolute;
	height: 535px;
	width: 495px;
	top: 185px;
	left: 25px;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
}
#hintergrund #links a {
	font-weight: bold;
	font-size: 12px;
}
#hintergrund #links a:hover {
	color: #FF999A;
}




#hintergrund #rechts {
	position: absolute;
	height: 587px;
	width: 396px;
	top: 170px;
	left: 623px;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
}

p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rechts {
	text-align: right;
}
.fett {
	font-weight: bold;
}
.krafttrainer {
	padding-right: 10px;
}
