@charset "utf-8";
/* CSS Document */


body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(images/bg-porsche-gt40.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
A:link {color:#FFF; font-weight:bold;}
A:visited {color:#FFF; font-weight:bold;}
A:active {color:#FFF; font-weight:bold;}
A:hover {color:#FFF; font-weight:bold;}

#center {
	width: 1020px;
	

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_home_auto-haus.jpg);
	
}
#contentcorvette {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_corvette.jpg);
}
#contentgt40 {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_gt40.jpg);
}
#contentcoupe {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_coupe.jpg);
}
#contentspeedster {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_speedster.jpg);
}
#contentspyder {
width: 940px;
	padding: 40px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(images/bg_spyder.jpg);
}
#pdfcontent {
width: 940px;
	padding: 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url(images/bg_home_auto-haus.jpg);
}
.leftcolumn {
	width:675px;
	padding:0px;
	
}
.buttons {
float:right;
margin: 20px;
}
#floatright{
	float:right;
	text-align: center;
	
}
.floatright{
	float:right;
	padding:10px;
	padding-right:0px;
}
.floatrightmore{
position:relative;
	float:right;
	padding:10px;;
overflow:auto;
clip: auto;
margin-right:-100px;
}
#flash{
	margin-top: -359px;
	margin-left:- 2px;
	font-size: 12%;
}
.headers {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
}
