body {
	background-color: #000000;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	position: relative;
	padding: 0px;
	margin: auto;
	width: 900px;
}
#header {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 230px;
}

#startlink {
	position: absolute;
	top: 40px;
	left: -34px;
}

#car {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#main {
	position: relative;
	padding-bottom: 65px;
}

#left {
	position: absolute;
	left: 0px;
	width: 200px;
}

#menue {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #9f050f;
	margin-bottom: 10px;
}

#menue li {
	height: 26px;
	line-height: 26px;
	margin-left: 20px;
	margin-right: 0px;
	border-top: solid 1px #cc8583;
}

#menue li.first {
	border-top: none;
}

#menue li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#menue li.cur a {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../images/li-bg.gif);
	background-repeat: no-repeat;	
	background-position: left center;
}

#menue li a:hover {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../images/li-bg.gif);
	background-repeat: no-repeat;	
	background-position: left center;
}

#right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 180px;
	padding-bottom: 70px;
	padding-right: 20px;
	border-top: solid 3px #9f050f;
}

#content {
	position: relative;
	padding-left: 50px;
	padding-right: 230px;
	padding-top: 45px;
	padding-bottom: 70px;
	margin-left: 200px;
	min-height: 450px;
	background-color: #ffffff;
}

#content-top {
	position: absolute;
	height: 70px;
	width: 700px;
	top: 0px;
	left: 200px;
	z-index: 1;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;	
	background-position: center top;
}

#content-bottom {
	position: absolute;
	height: 70px;
	width: 700px;
	bottom: 65px;
	left: 200px;
	z-index: 1;	
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;	
	background-position: center bottom;
}

#footer {
	position: absolute;
	color: #929292;
	padding: 0px;
	width: 900px;
	height: 65px;
	bottom: 0px;
}

#submenue {
	margin: 0px;
	padding: 0px;
	padding-left: 210px;	
	padding-top: 10px;	
	list-style-type: none;
}

#submenue li {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: solid 1px #929292;
}
#submenue li a{
color: #929292;
}

#submenue li.first {
	border-left: none;
}

.print {display: none;}
