BODY
{
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #3ba9fe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Wrapper
{
	position: absolute;
	width: 980px;
	margin-left: 50%;
	left: -490px;
	border: solid 1px black;
	z-index: 0;
	background: transparent url(../img/page-background.png) repeat-y scroll 0%;
	top: 15px;
}

#Page
{
	position: absolute;
	width: 980px;
	margin-left: 50%;
	left: -490px;
	border: solid 1px black;
	z-index: 0;
	background-color: White;
	background: tranparent url(../img/page-background.png) repeat-y scroll right top;
	padding-bottom: 100px;
}

#Titel
{
	width: 980px;
	height: 150px;
	position: relative;
	background-image: url(../img/titel.jpg);
    background-repeat: no-repeat;
    background-color: White;
}

#Motorrad
{
	width: 290px;
	height: 240px;
	position: absolute;
	left: 100px;
	top: 0px;
    background-image: url(../img/eren.png);
    background-repeat: no-repeat;
    z-index: 2;
}

#Container
{
	position: relative;
	top: 75px;
	width: 780px;
	z-index: 1;
	background-color: White;
	padding: 5px 5px 5px 25px;
	right: -170px;
}
#Navigation {
	position: absolute;
	width: 160px;
	z-index: 1;
	background-color: White;
	padding: 5px;
	top: 225px;
	background-image: url(../img/nav_rechts.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
}
.Nav {
	list-style-image: url(../img/nav.jpg);
	line-height: 25px;

}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #2A84D1;
}
img {
	border: 0px solid black;
}