body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../img/start/bg.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

div, form {
	padding: 0px;
	margin: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a:hover, a:hover #menuPoint {
	color: #FC5D00;
}

#startMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 213px;
	height: 100%;
}

#startContent {
	position: absolute;
	left: 240px;
	top: 0px;
	width: 650px;
	height: 100%;
	background: url(../img/start/reifen.jpg) no-repeat top right;
	z-index:1;
}

.orange {
	background-color: #F68226;
}

#quadrat {
	width: 31px;
	height: 31px;
}

#logo {
	text-align: center;
	margin: 35px 0px;
}

#menuPoint {
	margin-left: 12px;
	padding: 6px 10px 15px 25px;
	background: url(../img/start/menuPointBg.jpg) no-repeat;
}

#impressum{
	position: absolute;
	left: 650px;
	top: 572px;
	z-index: 3;
}

#flaggen {
	text-align: right;
	position: absolute;
	left: 600px;
	top: 570px;
	width: 253px;
	height: 25px;
	z-index:2;
}

#startText {
	position: absolute;
	left: 20px;
	top: 364px;
	line-height: 28px;
	font-size: 12px;
}

#dotLine {
	position: absolute;
	left: 60px;
	top: 320px;
	width: 580px;
	height: 8px;
	background: url(../img/start/dot.gif) repeat-x;
}

#imageText {
	position: absolute;
	left: 20px;
	top: 50px;
	line-height: 20px;
	font-size: 14px;
}

#contentLogo {
	position: absolute;
	left: 360px;
	top: 400px;
	width: 253px;
	height: 100px;
	background: url(../img/start/bigLogo.gif) no-repeat;
}

