body {
	margin: 0px;
	background: #292929;
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana;
}
#outer {
	width: 1300px;
	height: 749px;
	border: 2px solid black;
	background: url(../images/eingang.jpg) no-repeat;
	margin: 20px auto 0px auto;
	position: relative;
}
#step {
	width: 1300px;
	height: 749px;
	border: 2px solid black;
	margin: 20px auto 0px auto;
	position: relative;
}
#step img {
	border: none;
}
#ueber_uns {
	position: absolute;
	left: 200px;
	top: 210px;
	background: url(../images/signs/ueber.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#kontakt {
	position: absolute;
	left: 360px;
	top: 320px;
	background: url(../images/signs/kontakt.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#felgensuche1 {
	position: absolute;
	left: 530px;
	top: 230px;
	background: url(../images/signs/felgensuche.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#felgensuche2 {
	position: absolute;
	left: 660px;
	top: 230px;
	background: url(../images/signs/felgensuche.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#kasse {
	position: absolute;
	top: 310px;
	left: 740px;
	background: url(../images/signs/zur_kasse.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#reifensuche {
	position: absolute;
	top: 310px;
	left: 890px;
	background: url(../images/signs/reifensuche.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#komplettraeder {
	position: absolute;
	top: 370px;
	left: 1100px;
	background: url(../images/signs/komplettraeder.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#info {
	position: absolute;
	left: 90px;
	top: 470px;
	background: url(../images/signs/info_bereich.png) no-repeat;
	width: 200px;
	height: 74px;
	display: none;
}
#outer a {
	display: block;
	position: absolute;
	width: 274px;
	height: 359px;
	background: url(../images/v2_a_03.jpg) no-repeat;
	top: 298px;
	left: 478px;
}
#outer a:hover {
	background: url(../images/v2_b_03.jpg) no-repeat;
}
#nav {
	position: absolute;
	width: 1300px;
	height: 30px;
	background: url(../images/nav_bg.png) repeat;
	top: 0px;
	left: 0px;
}
#nav ul {
	margin: 7px 0px 0px 40px;
	padding: 0px;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0px 10px 0px 10px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#content {
	border: 1px solid black;
	background: url(../images/content_bg.png) repeat;
	position: absolute;
	left: 150px;
	width: 1050px;
	height: 600px;
	overflow: none;
	color: white;
	top: 100px;
}
#content h1 {
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background: black;
	font-size: 120%;
	font-weight: normal;
}
#content a {
	color: white;
}
#content p {
	text-align: justify;
	margin: 10px;
}
#content #back {
	position: absolute;
	right: 10px;
	top: 8px;
}
iframe {
	background: white;
}
label {
	display: block;
	float: left;
	width: 140px;
}