@charset "utf-8";

/* GLOBAL */
* {
	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;
	
}
		.countryCell { width:370px;font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666; }
		.distance {width:12px;}
		.downloadIcon {width:22px;border:0;}

body {
	margin: 0px;
	padding: 0px;
	border:0px;
	background-image:url(../assets/backgroundStripe.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
}


.headlineLink, .headlineLink a:link, .headlineLink a:visited, .headlineLink a:active, .headlineLink a:hover{
	color:#ff6600;
	text-decoration:none;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}
.headlineLink a:hover {
text-decoration:none;
}




/* CENTER CONTENT */
#position {
	left:50%;
	margin-left:-500px;
	position:absolute;
	width:1000px;
	top:20px;
	background-color:#000000;
}



#languageSwitch {
	position:absolute;
	top:300px;
	left:10px;
	z-index:99;

}

#mirror {
	left:50%;
	margin-left:-500px;
	position:absolute;
	width:1000px;
	top:680px;	
}

/* HEADER */
#topBanner {
	width:672px;
	height:65px;
	border:0px;
	padding:0px;
	margin:0px;
}
#headerSlideshow {
	width:632px;
	height:210px;
	border:0px;
	padding:0px;
	margin:0px;
	left:20px;
	position:absolute;
}

/* CONTENT */
#tableBG {
	background-repeat:no-repeat;
	width:672px;
	height:475px;
}
#contentPane {
	width:545px;
	text-align:left;
	left:455px;
	border:0px;
	margin:0px;
	position:absolute;

	background-color:#FFFFFF;
	height:90px;

}

.contentHeadline {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.contentSubline {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;

}
#content {
	padding-left:30px;
	padding-top:30px;
}
#mainContent {
	width:1000px;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	position:absolute;
	background-color:#FFFFFF;
	height:680px;
}

#orangeBar {
	width:1000px;
	border:0px;
	padding:0px;
	margin:0px;
	background-color:#ff6600;
	height:8px;
}

#imageThumbs {
	width:642px;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	left:15px;
	top:290px;
	position:absolute;
	background-color:#FFFFFF;
	height:auto;
}
.headlineTypo {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

/* FOOTER */
#iaaFooter {
	background-repeat:no-repeat;
	background-position:top;
	height:auto;
	top:550px;
	position:relative;
	text-align:center;
}


#footerContentThumbs, #footerContentThumbs a:link, #footerContentThumbs a:visited, #footerContentThumbs a:hover, #footerContentThumbs a:active {
	color:#f79e65;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	position:relative;
	text-align:center;
	margin-top:-75px;
}
#footerContentThumbs a:hover { text-decoration:underline; color:#FFFFFF;}



#assetOverviewMain {
	width:1000px;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	position:absolute;
	background-color:#FFFFFF;
}
