/* ---------------------------------------------------------- Allgemeines HTML */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #0f0f0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #9daac2;
	background-image: url(../images/bg-body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h2 {
	font-size: 15px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
h3 {
	display: block;
	width: 261px;
	height: 30px;
	background-color: #24272b;
	color: #9daac2;
	font-size: 15px;
	line-height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 9px;
}
h3.abstand {
	margin-bottom: 20px;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
table {
	margin: 0px 0px 20px 0px;
}
/* ---------------------------------------------------------- Grundgestaltung */

#wrapper {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
h2#header {
	width: 940px;
	height: 259px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#content {
	float: left;
	width: 940px;
	min-height: 410px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg-content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	color: #9daac2;
}

h1 {
	display: block;
	width: 270px;
	height: 99px;
	text-indent: -9000px;
	margin: 0px 0px 0px 35px;
}
h1#welcome { background-image: url(../images/h-welcome.gif);}
h1#f355gts { background-image: url(../images/h-355gts.gif);}
h1#f360modena { width: 304px; background-image: url(../images/h-360modena.gif);}
h1#spiderf1 { width: 326px; background-image: url(../images/h-spiderf1.gif);}
h1#california  { width: 270px; background-image: url(../images/h-california.gif); }
h1#quattroporte { background-image: url(../images/h-quattroporte.gif);}
h1#f404 { background-image: url(../images/h-f404.gif);}
h1#rolli { background-image: url(../images/h-rolli.gif);}
h1#preise { background-image: url(../images/h-preise.gif);}
h1#gutscheine { background-image: url(../images/h-gutscheine.gif);}
h1#firmenevents { background-image: url(../images/h-firmenevents.gif);}
h1#hotel { background-image: url(../images/h-hotel.gif);}
h1#maranello { width: 408px; background-image: url(../images/h-maranello.gif);}
h1#allinklusiv { background-image: url(../images/h-allinklusiv.gif);}
h1#ansprechpartner { background-image: url(../images/h-ansprechpartner.gif);}
h1#ueber { background-image: url(../images/h-ueber.gif);}
h1#hkontakt { background-image: url(../images/h-kontakt.gif);}
h1#impressum { background-image: url(../images/h-impressum.gif);}
h1#anfahrt { background-image: url(../images/h-anfahrt.gif);}
h1#galerie { background-image: url(../images/h-galerie.gif);}




#content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 12px;
	list-style: square;
}
#content ul li {
	margin: 0px;
	padding: 0px;
}


.spalte1 {
	float: left;
	width: 272px;
	overflow: hidden;
	margin: 0px 0px 0px 35px;
}
.spalte2 {
	float: left;
	width: 273px;
	overflow: hidden;
	margin: 0px 0px 0px 35px;
}
.spalte3{
	float: left;
	width: 272px;
	overflow: hidden;
	margin: 0px 0px 0px 35px;
}
.einespalte {
	float: left;
	width: 877px;
	overflow: hidden;
	margin: 0px 0px 0px 35px;
}
.doppelspalte {
	float: left;
	width: 575px;
	overflow: hidden;
	margin: 0px 0px 0px 30px;
}
.doppelspalte .spalte2 {margin-left: 0px;}
.anfahrt {
	margin: 40px 0px 20px 0px;
}
/* ---------------------------------------------------------- Routenplaner */

.route table {
	float: left;
	width: 230px;
	margin: 40px 0px 0px 0px;
	font-size: 11px;
	line-height: 17px;
}
form {
	margin: 0px;
	padding: 0px;
}
.route input {
	width: 230px;
	border: none;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.route input#submit2, .route input#submit3 {					/* Gestaltung des Submit-Buttons */
	padding: 2px;
	background: #b70e14;
	color: #fff;
	cursor:pointer;
	border: none;
	margin: 16px 0px 10px 0px;
}

.route input#submit2:hover, .route input#submit3:hover {
	background: #a21112;
	border: none;
	color: #fff;
}
.route-start td, .route-ziel td{
	background-color: #24272b;
	border: none;
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 5px;
	color: #9daac2;
	letter-spacing: 1px;
	margin: 0px 0px 5px 0px;
}


/* ---------------------------------------------------------- Allgemeine Styles */

#content .smaller p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dicker {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
table caption {
	display: none;
}
:focus {
 outline: 0;
}
.close {
	float: right;
	margin: 5px;
}
.clearer {
	clear: both;    
	display: block; 
    height: 0; 
}
.clearer2 {
	clear: both;    
	display: block; 
    height: 20px; 
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #292281;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a, a:link, a:visited, a:active {
	font-weight: bold;
	font-size: 11px;
	color: #a21112;
	text-decoration: none;
}
a:hover {
	color: #a21112;
	text-decoration: underline;
}

a img {
	border: none;
}

a img:hover {
	border: none;
}
#euroweb {
	margin-left: 0px;
	margin-top: 0px;
}