/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

table, body.htmlarea-content-body{
	font:normal 11px Arial,sans-serif;
}
td.first_col_imprint{
	width:120px;
}
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

h1{
	font-size:14px;
}
h2{
	font-size:12px;
	font-weight:normal;
}
h3.grey_in_white{
	font-size:14px;
	font-weight:bold;
	color:#999;
	background:#fff;
	padding:3px 0px 3px 9px;
	margin-bottom:2px;
	float:none;
	clear:both;
}
h3.rennergebnissliste{
	font-size:12px;
	font-weight:bold;
	color:#999;
	background:#fff;
	padding:3px 0px 3px 9px;
	margin-bottom:0px;
	float:none;
	clear:both;
}
/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-position:inside; list-style-image: url(../img/red_arrow.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

p.grey_row {display:block;background:#C2C7CC;color:#666;clear:both;}
p.white_row {display:block;background:#fff;color:#999;clear:both;margin:0px;padding:0px 0px 0px 17px;}
p.blue_row {display:block;background:#0352A2;color:#fff;padding:4px 4px 4px 8px;clear:both;font-weight:bold;}
p.eingerueckt {margin-left:8px;}
p.first_race,p.second_race{margin-left:8px;height:21px;width:auto;font:bold 12px Arial,sans-serif;color:#666;background:#ccc url(../img/01.gif) no-repeat 63px 0px;padding-top:3px;}
p.second_race{color:#666;background:#ccc url(../img/02.gif) no-repeat 63px 0px;}
p.whiteHR,.whiteHR{overflow:hidden;height:1px;display:block;color:#fff;background:#fff;margin:10px 0px 0px 8px;padding:0px;font:normal 0px Arial;}
p.dealercontact {padding-left:8px;font-size:13px;}


span.blue{color:#0453A2;font-weight:bold;}
span.grey_bold {font-weight:bold;color:#666;}
table.eingerueckt {margin-left:8px;padding:0px;font:normal 11px Arial,sans-serif;}
table.eingerueckt p.bodytext{margin:0px;padding:0px;font:normal 11px Arial,sans-serif;}
table.eingerueckt tr td {width:174px;}

table.eingerueckt a{
	color:#000;
	text-decoration:none;
}

a.coloredArrow{background:url(../img/colored_arrow.gif) no-repeat right;padding-right:9px;font-weight:bold;text-decoration:none;color:#666;	position:relative;}

a.homeNews-BMW{
	display:block;
	background:url(../img/3pixBlue.gif) repeat-y;padding-left:4px;color:#000;
	margin-bottom:8px;
}
a.homeNews-Mini{
	display:block;
	background:url(../img/3pixRed.gif) repeat-y;padding-left:4px;color:#000;
	margin-bottom:8px;
}
a.homeNews-LandRover{
	display:block;
	background:url(../img/3pixGreen.gif) repeat-y;padding-left:4px;color:#000;
	margin-bottom:8px;
}