/* CSS Document */

body{
	background-image: url(/images/maingraphics/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #424343;
	margin: 0px;
	padding: 0px;
}

div{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
}

h1{
	color: #FFFFFF;
	font-size: 9.5pt;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

a{
	color: #FF9900;
	font-size: 10pt;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}

.top,
.topLink{
	font-size: 7pt;
	color: #FF9900;
}

.top:hover{
	font-size: 10pt;
	color: #ffffff;
}

.pngImg{
	behavior: url(iepngfix.htc);
}

.mainContent{
}

.mainWraper{
	position: relative;
}

.centerWraper{
	position: absolute;
}

.centerWraper .menu{
	position: absolute;	
	height: 35px;
	width: auto;
	right: 0px;
	font-size: 11pt;
	z-index: 999;
	top: -4px;
}

.centerWraper .top{
	position: relative;	
	height: 25px;
	width: auto;
}

.centerWraper .bottom{
	position: relative;	
	height: 25px;
	width: auto;
}

.centerWraper .mainContent{
	background-color: #313131;	
	height: 600px;
}

.carbonWraper{
	position: absolute;
	background-image:url(/images/maingraphics/bg_carbon.gif);
	background-repeat:repeat;
	height: 800px;
	width: 451px;
	right: 10px;
	border-right: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
}

.passagierfahrten{
    position: absolute;
	z-index: 20;
	width: 451px;
	height: 58;
	overflow: hidden;
	bottom: -10px;

}
    
.whiteShine{
	position: absolute;
	z-index: 1;
	top: 300px;
}

.carbonStyle{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 500px;
	overflow: hidden;
	top: -20px;
}
.carbonStyleCars,
.carbonStlyePics{
	padding-bottom: 1000px;
}

.carbonCar{
	top: 110px;
	height: 585px;
	width: 451px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
}

.mainContent .textBox{
	position:relative;
	float: right;
	width: 100%;
	height: 580px;
	overflow: hidden;
}

.styleBox{
	top: 580px;
	position: absolute;
	z-index: 4;
	height: 88px;
	width: 100%;
}

.styleBox .textWraper{
	position: relative;
	height: 22px;
	width: 100%;
}

.styleBox .leftArrow{
	position: absolute;
	width: 39px;
	left: 50px;
	cursor: pointer;
}

.styleBox .rightArrow{
	position: absolute;
	width: 39px;
	right: 50px;
	cursor: pointer;
}

.textWraper .textBox{
	position: absolute;
	width: 270px;
	top: 7px;
	left: 90px;
	text-align: center;
	color: #ffffff;	
	font-size: 10pt;
}

.contentTextBox,
.contentTextBoxOne,
.contentTextBoxFaq{
	position: relative;
	padding: 20px;
}


.contentTextBoxOne{
	height: 240px;
}

.contentTextBox .title,
.contentTextBoxOne .title,
.contentTextBoxFaq .title{
	background-image: url(/images/maingraphics/title_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #544f4e;
	border-left: 2px solid #FF9900;	
	padding-left: 5px;
	color: #FF9900;
	font-weight: bold;
	margin-bottom: 10px;
}


.contentTextBoxOne th{
	width: 250px;
}

.galleryBox{
	position: relative;
	padding: 60px 20px 20px 20px;
	height: 300px;
}

.galleryBox .photoBox{
	position: relative;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #544f4e;
	border-left: 2px solid #FF9900;
}

.photoBox .multiPic{
	margin: 0;
	padding: 0px;	
}

.faqlink{	
	display: block;
	position: relative;

}

.formWrap{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.formWrap .label{
	float: left;
	position: relative;
	width: 120px;
}

.formWrap .field{
	float: left;
	position: relative;
	margin-right: 50px;
	color: #FF9900;
}

input, select, textarea, .textArea{
	background-color: #333333;
	border: 1px solid #666666;
	border-left: 1px solid #FF9900;
	color: #FF9900;
}

.submitButton{
	background-color: #333333;
	border: 1px solid #666666;
	border-left: 1px solid #FF9900;
	color: #FF9900;
}

.copyright{
	position: absolute;
	z-index: 999;
	top: 630px;
	font-size: 9px;
	color: #666666;
	right: 10px;
}

.copyright a{
	font-size: 9px;
	color: #666666;
	right: 10px;
	text-decoration: underline;
}

.copyright a:hover{
	color: #ffffff;
	right: 10px;
}

.innerCarbonWraper{
	position: absolute;
	width: 451px;
	height: 600px;
}

/* BLACK Sceen */
.blackScreen{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 800px;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.blackScreen .loading{
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 10001;
	font-size: 15pt;
}

/* MENU STUFF */

.menuBoxTop{
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}

.menuBoxTopPic{
	position: relative;
	float: left;
	margin-right: 20px;
}

.menuBoxTop a{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}

.menuBoxTop a:hover{
	color: #FF9900;
	font-size: 10pt;
	text-decoration: none;
}

.bottomMenu{
	position: absolute;
	top: 628px;
	left: 20px;
}

.menuBoxBottom{
	postion: relative;
	float: left;
	margin-right: 10px;
}

.menuBoxBottom a{
	color: #CCCCCC;
	font-size: 9pt;
	text-decoration: none;
}

.menuBoxBottom a:hover{
	color: #FF9900;
	font-size: 9pt;
	text-decoration: underline;
}
