@charset "utf-8";

/* basic CSS
------------------------------------------------ */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	/*font-weight: bold; */
	color: #dcdcdc;
	background-image: url(../../images/index/body_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #656565;
}
ol {
}
ul {
}
img {
	border: none;
}
p {
	padding: 2px 0; /* IE < 8 Bug: border-bottom wird nicht angezeigt */
	margin: 0;
}
a {
	color: #dcdcdc;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover , a:active {
	color: #B2B2B2;
}
.a_active {
	color: #B2B2B2;
}
.div_clear {
	clear: both;
}
h1 {
	font-size: 17px;
	margin: 0 0 5px 0;
}
h2 {
	margin: 0 0;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	margin: 0 0;
	font-size: 11px;
}
h4 {
	margin: 0 0;
	font-size: 11px;
	font-weight: normal;
}
.red {
    color: #e40404;
}
.grey {
	color: #dcdcdc;
}
.grey_2 {
	color: #B2B2B2;
}
.grey_3 {
	color: #777;
}
.date {
	font-weight: normal;
}

/* wrapper
------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	width: 960px; 
	padding: 0px;
	text-align: left;
	background-color: #000;
}


/* header
------------------------------------------------ */
#header {
	position: relative;
	height: 102px;
	background-image: url(../../images/index/header_back_l.jpg);
	background-repeat: no-repeat;
}
#header img {
	margin: 19px 0 0 17px;
}

#header .menu a {
	font-size: 11px;
	/*font-weight: bold;*/
}
#header .menu a:hover, #menu a:active {
}
#header ul.menu {
	position: absolute;
	width: 533px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding-left: 17px;
	line-height: 26px;
	list-style-type: none;
	background-image: url(../../images/index/menu_back.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
#header ul.menu li {
	float: left;
	padding-right: 10px;
}
#header ul.menu li.active a {
	color: #B2B2B2;
}

#header .right {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	background-image:url(../../images/index/header_back_r.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 410px;
}
#header a.login {
	position: absolute;
	right: 17px;
	top: 0;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 26px;
	background-image:url(../../images/index/login_button.png);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #dcdcdc;
}
#header a:hover.login, #header a:active.login {
	top: -3px;
}
#header a.home {
	position: absolute;
	right: 110px;
	top: 6px;
	display: block;
	width: 140px;
	height: 50px;
}

/* footer
------------------------------------------------ */
#sponsors { 
	/*background-image: url(../../images/index/sponsor_all-in-one.jpg);
	background-repeat: no-repeat;*/
	margin-top: 15px;
	height: 69px;
}
#sponsors a { 
        display: block;
        float: left;
}
#footer {
	margin: 5px auto;
	width: 960px;
	padding-bottom: 20px;
	font-size: 9px;
}
#footer .copyright {
	float: left;
	margin-left: 20px;
}
#footer .design {
  float: right;
  margin-right: 20px;
}

/* home
------------------------------------------------ */
#home {
	position: relative;
	min-height: 650px;
}

#home .top {
	position: relative;
	height: 340px;
}
#home .top .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 550px;
	height: 340px;
}
#home .top .left img {
	position: absolute;
}

#home .top .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 335px;
	height: 265px;
	background-image: url(../../images/index/home_back_r.jpg);
	background-repeat: no-repeat;
	color: #303030;
	padding: 75px 25px 0 50px;
	font-size: 13px;
	font-weight: normal;
}
#home .top .right h1 {
	font-size: 32px;
}

#home div.winner {
	position: absolute;
	top: 285px;
	padding-top: 10px;
	left: 12px;
	width: 934px;
	height: 135px;	
	background-image: url(../../images/index/home_winner_back.png);
	background-repeat: no-repeat;
}
#home div.winner a.left, #home div.winner a.right {
	width: 47px;
	height: 52px;
	margin-top: 19px;
	float: left;
	background-repeat: no-repeat;
}
#home div.winner a.left {
	background-image: url(../../images/index/home_arrow_l.png);
}
#home div.winner a:hover.left {
	background-image: url(../../images/index/home_arrow_l_h.png);
}
#home div.winner a.right {
	background-image: url(../../images/index/home_arrow_r.png);
}
#home div.winner a:hover.right {
	background-image: url(../../images/index/home_arrow_r_h.png);
}

#home div.winner div.pics_wrapper {
	overflow: hidden;
	height: 135px;
	width: 840px;
	float: left;
	position: relative; /* IE < 8 Bug: overflow:hidden */
}
#home div.winner div.pics {
	top: 0px;
	left: 0px;
	width: 2000px;
}
#home div.winner div.pics div {
	float: left;
	font-size: 9px;
	width: 140px;
}
#home div.winner div.pics div span{
	font-size: 11px;
	margin-right: 5px;
}
#home div.winner div.pics div img {
	margin-bottom: 8px;
	width: 140px;
	height: 90px;
}
#home .bottom {
	padding-top: 95px;
	background-image: url(../../images/index/home_bottom_back.jpg);
	background-repeat: no-repeat;
}
#home .bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home .bottom ul li {
	margin-bottom: 15px;
}
#home .bottom .left {
	position: relative;
	float: left;
	margin-left: 63px;
	width: 185px;
	height: 368px;
}
#home .bottom .left ul li {
	margin-bottom: 5px;	
}
#home .bottom .left ul a {
	color: #e40404;
	font-size: 100%;
}
#home .bottom .left .second {
	position: absolute;
	bottom: 0px;
}
#home .bottom .left .second img {
	max-width: 182px;
	max-height: 140px;
}
#home .bottom .left .second div {
	margin-top: 5px;
	height: 25px;
}
	
#home .bottom .middle {
	float: left;
	margin-left: 35px;
	width: 240px;
}

#home .bottom .right {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 380px;
}
#home .bottom .right h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#home .bottom .right > a.up, #home .bottom .right > a.down {
	display: block;
	width: 70px;
	margin-left: 210px;
}
#home .bottom .right a.up {
	height: 22px;
	margin-top: 6px;
	background-image: url(../../images/index/fastlane_up.png);
}
#home .bottom .right a.up:hover {
	margin-top: 4px;
	height: 24px;
}
#home .bottom .right a.down {
	height: 22px;
	background-image: url(../../images/index/fastlane_down.png);
	background-position: bottom;
}
#home .bottom .right a.down:hover {
	height: 24px;
}

#home .bottom .right .fastlane_wrapper {
	height: 310px;
	overflow: hidden;
	position: relative; /* IE < 8 Bug: overflow:hidden */
}
#home .bottom .right ul {
	background-color: #dcdcdc;
	color: #303030;
	top: 0px;
	left: 0px;
}
#home .bottom .right ul li {
	height: 102px;
	border-top: 2px solid #000;
	margin: 0;
}
#home .bottom .right ul li:first-child {
	border: none;	
}
#home .bottom .right ul li img {
	float: left;
	border-right: 2px solid #000;
}
#home .bottom .right ul li div {
	padding: 10px;
	margin-left: 114px;
}

/* news
------------------------------------------------ */
#news {
	position: relative;	
	min-height: 650px;
}
#news .header {
	width: 960px;
	height: 220px;
	background-image: url(../../images/index/main_news.jpg);
	background-repeat: no-repeat;
}
#news .logo {
	position: absolute;
	top: 190px;
	left: 17px;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#news .left {
	margin: 70px 0 0 20px;
	float: left;
	width: 450px;
}
#news .left ul li {
	margin-bottom: 15px;
}

#news .right {
	margin: 70px 20px 0 0;
	float: right;
	width: 380px;
}
#news .right h1 {
}
#news .right ul {
	background-color: #dcdcdc;
	color: #303030;
}
#news .right ul li {
	height: 102px;
	border-top: 2px solid #000;
	margin: 0;
}
#news .right ul li:first-child {
	border: none;	
}
#news .right ul li img {
	float: left;
	border-right: 2px solid #000;
}
#news .right ul li div {
	padding: 10px;
	margin-left: 114px;
}

/* profile
------------------------------------------------ */
#profile {
	position: relative;	
	min-height: 650px;
}
#profile .header {
	width: 960px;
	height: 220px;
	background-image: url(../../images/index/main_profile.jpg);
	background-repeat: no-repeat;
}
#profile .logo {
	position: absolute;
	top: 190px;
	left: 17px;
}
#profile .left {
	margin: 70px 0 0 20px;
	width: 450px;
	float: left;
}
#profile .right {
	float: right;
	width: 428px;
	min-height: 400px;
	margin: 70px 20px 0 0;
	border: 1px solid #333333;
}
#profile .right p {
	padding: 10px;
}
#profile .right h2 {
	background-image: url(../../images/index/menu_back.jpg);
	background-repeat: repeat-x;
	line-height: 26px;
	padding-left: 10px;
	color: #B2B2B2;
}

/* car
------------------------------------------------ */
#car {
	position: relative;	
	min-height: 650px;
}
#car .header {
	width: 960px;
	height: 220px;
	background-image: url(../../images/index/main_car.jpg);
	background-repeat: no-repeat;
}
#car .logo {
	position: absolute;
	top: 190px;
	left: 17px;
}
#car .left {
}
#car .top {
	margin-top: 70px;
}
#car .top .left {
	margin-left: 1px;
	width: 591px;
	height: 319px;
	float: left;
}
#car .top .right {
	position: relative;
	float: right;
	height: 310px;
	width: 346px;
	margin: 3px 20px 0 0;
	border: 1px solid #333333;
}
#car .top .right h2 {
	background-image: url(../../images/index/menu_back.jpg);
	background-repeat: repeat-x;
	line-height: 26px;
	padding-left: 10px;
	color: #B2B2B2;
}
#car .top .right .spec {
	position: absolute;
	top: 26px;
	width: 326px;
	height: 235px;
	padding: 10px;
	background-color: #000;
	z-index: 1;
}
#car .top .right .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #333333;
}
#car .top .right .footer .page {
	float: right;
}
#car .top .right .footer a {
	display: block;
	float: left;
	width: 28px;
	line-height: 28px;
	border-left: 1px solid #333333;
	text-align: center;
}
#car .top .right .footer a:first-child span {
	color: #B2B2B2;
}
#car .bottom {
	clear: both;
	margin-top: 15px;
}
#car .bottom img {
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
}
#car .bottom .left {
	float: left;
	margin-left: 20px;
	width: 542px;
}
#car .bottom .right {
	float: right;
	width: 347px;
	margin-right: 20px;
}

/* gallery
------------------------------------------------ */
#gallery {
	position: relative;	
	min-height: 650px;
}
#gallery .header {
	width: 960px;
	height: 220px;
	background-image: url(../../images/index/main_gallery.jpg);
	background-repeat: no-repeat;
}
#gallery .logo {
	position: absolute;
	top: 190px;
	left: 17px;
}
#gallery .right {
	position: absolute;
	top: 265px;
	right: 20px;
	font-size: 10px;
}
#gallery .button_left {
	position: absolute;
	top: 507px;
	left: 3px;
}
#gallery .button_right {
	position: absolute;
	top: 507px;
	right: 3px;
}
#gallery .pics_wrapper {
	overflow: hidden;
	margin: 60px 0 0 20px;
	width: 920px;
	height: 455px;
	position: relative; /* IE < 8 Bug: overflow:hidden */
}

#gallery .pics_wrapper .pics {
	width: 20000px;
	top: 0;
	left: 0;
}
#gallery .pics_wrapper .pics .column {
	/*width: 960px;
	#margin-left: 10px; */
	float: left;
}
/*
#gallery .pics_wrapper .pics .column:first-child {
	margin-left: 0;
}
#gallery .pics_wrapper .pics .column img {
	margin-bottom: 10px;
}
*/

/* easy2 gallery */
table.e2g, table.e2g * {
	border-spacing: 0;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.e2g td {
	width: 145px;
}
table.e2g img {
	margin: 10px 10px 0 0;
}

/* contacts
------------------------------------------------ */
#contacts {
	position: relative;
	min-height: 650px;
}
#contacts .header {
	width: 960px;
	height: 220px;
	background-image: url(../../images/index/main_contacts.jpg);
	background-repeat: no-repeat;
}
#contacts .logo {
	position: absolute;
	top: 190px;
	left: 17px;
}
#contacts .content {
	margin: 25px 0 0 20px;	
}
#contacts .box {
	float: left;
	width: 430px;
	margin: 45px 30px 0 0;
}
#contacts .box img {
	float: left;
	margin: 0 20px 0 0;
}
#contacts .box dl {
	float: left;
	margin: 0;
}
#contacts .box dt {
	float: left;
	color: #B2B2B2;
}
#contacts .box dd {
	margin-left: 100px;
	line-height: 16px;
}
