
p, td {
	font-size: 12px;
	font-family: Arial;
	border-color: #000000;
}


/***********************************************************************************************
* Formatierung der Tabellen
***********************************************************************************************/

/* Formatierung der Tabellen bei Men?punkt Preisen */
.preisTabelle {
	width: 99%;
	min-width: 828px;
	position: relative;

	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;	
	margin-bottom: 5px;

    border-collapse: collapse;       
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

/* ALLE AUSSER bei IE 
html>body table.preisTabelle {		
	margin-top: 16px;
}*/

/* NUR IE */
* html table.preisTabelle {
	width: expression(document.body.clientWidth < 760? "828px": "");
}

/* Formatierung der Tabelle bei Detailanschicht eines Autos */
.detailPreisTabelle {
	width: 828px;
       margin-bottom: 5px;
       margin-top: 10px;
       	
       border-collapse: collapse;
       border-color: #000000;
       border-width:	2px;
       border-style: solid;
}

/* NUR bei IE */
* html table.detailPreisTabelle  {		
	/*margin-top: -60px;*/
}


img.tx-srlanguagemenu-pi1-flag { /* Formatierung der Fahnen */
	margin-right: 35px;
}

.tr-0 {
	/*font-weight: bold;*/
	vertical-align: top;
}

.tr-odd {
	background-color: #CED6ED;
}


/* F?r Tabellen die sich ?ber den ganzen Contentbereich erstrecken und 
   beim Firefox wieder gerade ger?ckt werden m?ssen */
/* F?r alle au?er IE lesbar */
html>body table.contentTable {
	position: relative !important;
	top: 15px !important;
}

/***********************************************************************************************
* Formatierung der Links
***********************************************************************************************/

a.menu_link:link {color:#000000;}
a.menu_link:visited {color:#000000;}
a.menu_link:hover {color:#0000aa;}
a.menu_link:active {color:#ff0000;}
a.menu_link:focus {color:#0000ff;}
a.menu_link {
	line-height: 1;
	text-decoration:none;
}


a.aktive_link:link 	{	color:#336699;	}
a.aktive_link:visited 	{	color:#336699;	}
a.aktive_link:hover 	{	color:#336699;	}
a.aktive_link:active 	{	color:#336699;	}
a.aktive_link:focus 	{	color:#336699;	}
a.aktive_link { 
	color: #336699;
	text-decoration: underline; 
	font-weight: bold;	
	line-height: 1;
}

div#overview_container {
margin:0px 0px 20px 0px;
width:826px;
}

div#overview_image {
width:195px;
float:left;
}

div#overview_content {
width:631px;
float:right;
}