/* Basisformatierungen fr body, td, div und a- nur Schriftgr�en - keine Breiten-, H�en- oder sonstige Angaben */
body {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 0.8em;
				color: #000033;}

td {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif; }

a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-weight: bold;
				text-decoration:underline;
				color: #000033; 				}

a.weiss {		font-weight: normal;
				text-decoration:none;
				color: #ffffff; }

a.auswahl {		font-weight: normal;
				text-decoration:none; }

a.steuerung {	font-size:13px;
				font-weight: bold;
				text-decoration:none; }

a.modellauswahl    {color:#ffffff; }
a.modellauswahlaktiv   {color:#35a600;  }
a.serienausstattung    {color:#ffffff; }
a.serienausstattungaktiv   {color:#35a600;  }
a.exterieur    {color:#ffffff; }
a.exterieuraktiv   {color:#35a600;  }
a.interieur    {color:#ffffff; }
a.interieuraktiv   {color:#35a600;  }
a.sonderausstattung    {color:#ffffff; }
a.sonderausstattungaktiv   {color:#35a600;  }
a.uebersicht    {color:#ffffff; }
a.uebersichtaktiv   {color:#35a600;  }

a.imgstyle {
	cursor:pointer;
	text-decoration: none;
}
a.imgstyle:hover{
	text-decoration: underline;
}

/*�erschrift gro�*/
h1 {				font-size: 1.2em;
				font-weight:bold;
				color: #000033;
				display:inline;
				 }

/* ggfs. �erschrift klein - fr Suchmaschinenzwecke */
h2 {				font-size: 1.1em;
				font-weight:bold;
				color: #000033;
				display:inline;
				}

/* Text mit erh�tem ZEILEN-Abstand - KEINE Breitenangaben! */
.text {			font-size: 1em;
				line-height: 1.5em;
				color: #000033; }


.textweiss {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #ffffff; }


/* Fehlermeldung fr Kontaktformular - rot */
.fehler {			font-size: 1em;
				font-weight: bold;
				color: #CC0000; }

/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */
.textklein {		font-size: 0.8em;
				color: #000033; }

/* Formatierung des Formulartags - nicht l�chen */
form {			display:inline;}

