/* @override 
	http://fischercargroup.dev/carbrowser/styles.css
	http://fischercargroup.dev/styles.css
*/

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x;
	background-color: #f6f6f6;
	color: #666;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
}

a, a img {
	border: none;
	text-decoration: none;
}


#page{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header{
	position: relative;
	width: 1000px;
	height: 68px;
}

/* @group Logos */

#logo_cargroup,
#logo_mercedes,
#logo_selectedcars,
#logo_services,
#logo_events {
	position: absolute;
	bottom: 0px;
}
#logo_events {
	right: 25px;
}
#logo_services {
	right: 115px;
}
#logo_selectedcars {
	right: 203px;
}
#logo_mercedes {
	right: 340px;
}

/* @end */

/* @group Flash Modules */
.content.homepage #flash_main {
	width: 1000px;
	height: 560px;
}
.content.carbrowser #flash_main {
	width: 1000px;
	height: 560px;
}

.panels {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	width: 1000px;
}

.panels #flash_personal_service {
	width: 210px;
	height: 290px;
}

.panels #flash_news {
	position: absolute;
	top: 15px;
	left: 225px;
	width: 397px;
	height: 290px;
}

.panels #flash_map {
	position: absolute;
	top: 15px;
	left: 622px;
	width: 363px;
	height: 290px;
}
/* @end */




a {
	text-decoration: none;
	color: #666;	
}

a:hover {
	color: #f00;
}


#flashcontainer{
	margin: 0;
	padding: 0;
}

#footer{
	font-size: 9px;	
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}

.noflashad {
	font-size: 13px;
	border: 1px dashed grey;
	padding: 5px;
	text-align: center;
}
.noflashad a {
	color: red;
}
