.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

.float-left {
	float: left;
	display: inline;
}

.float-right {
	float: right;
	display: inline;
}

.header-row h1 {	
	line-height:1.1em;
	margin-bottom:0.35em;
	color:#990000;
	font-size:1.6em;
	font-weight:bold;
	width: 300px;
	float: left;
}

.header-row {
	width: 100%;
}
	
.presenter {
	margin-top: 5px;
}



/*
 * Calendar
 */


.event-row {
	width: 100%;
	border-top: 1px solid #dcdcdc;
	padding-bottom: 20px;
	padding-top: 20px; 
}

.event-number {
	background-color: #3d3d3d;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
	
.event-data {
	margin-left: 10px;
	width: 180px;
}

.event-data h2 {
	color:#666666;
	margin-bottom: 0.2em;
	font-size: 1.2em;
}

.event-flag {
	width: 65px; 
}

.track-image {
	width: 120px;
}
	
.track-data {
	width: 200px;
}

.track-data span {
	width: 70px; 
	float:left; 
	display: block;	
}
	
.event-links {
	width: 160px;
}

.event-links a {
	color: #336699;
	font-weight: normal;
	background: transparent url(http://www.welt.de/images/modules/list-dot.gif) no-repeat scroll left center;
	padding-left: 0.6em;
	text-decoration: none;
	display: inline;
}

.event-links a:hover {
	text-decoration: underline;
}


.info-block {
	width: 480px;
}

.data-block {
	width: 300px;
}

#track .data-block h3,
#team .data-block h3 {
	margin-bottom: 0.6em;
}

#team .data-block h2 {
	display: block;
	background-color: #dee6eb;
	width: 290px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 1.2em;
}

#track .full-result {
	margin-bottom: 10px;
}

#track .image-block {
	width: 298px;

}
#track .image-block .image {
	width: 150px;
	margin: 0;
	padding: 0;
}
#track .image-block .image-link {
	width: 120px;
	margin: 0;
	padding: 0;
	padding-top: 75px;
}
#track .image-block a {
	display: inline;
}

#track h2,
#track .info-block h1,
#team h2,
#team .info-block h1 {
	color: #3d3d3d;
	margin-bottom: 0.8em;
	font-size: 1.6em;
	font-weight: bold;
}

#track .info-block h2.event-headline {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

#track .small {
	font-size: 10px;
}
#track .bold {
	font-weight: bold;
	color: #3D3D3D;
}

#track .center,
#team .center {
	text-align: center;
}

#team .center-right {
	text-align: right;
	padding-right: 6px;
}

#track a.content-link,
#teams a.content-link {
	color: #336699;
	font-weight: normal;
	padding: 0;
	padding-left: 0.6em;
	background: transparent url(http://www.welt.de/images/modules/list-dot.gif) no-repeat scroll left center;
	text-decoration: none;
	margin: 0;
}

#track a:hover.content-link,
#teams a:hover.content-link {
	text-decoration: underline;
}

#track .info-block ul,
#team .info-block ul,
#team .data-block ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom:40px;	
}
#track .info-block ul li,
#team .info-block ul li,
#team .data-block ul li {
	border-bottom:1px solid #ECECEC;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#track .info-block ul li label,
#team .info-block ul li label,
#team .data-block ul li label {
	float: left;
	width: 110px;
	text-align: right;
}
#track .info-block ul li span,
#team .info-block ul li span,
#team .data-block ul li span {
	float: left;
	width: 350px;
	margin-left: 15px;
	display: inline;
}

#team .data-block .stats-data ul {
	margin-bottom: 25px;	
}
#team .data-block .stats-data ul li label {
	width: 140px;
}
#team .data-block .stats-data ul li span {
	width: 120px;
}

#team .driver-infos a {
	display: inline;
}


#track .track-text,
#team .driver-text {
	margin-top: 10px;
	margin-bottom: 40px;
}


#track table, 
#team table {
	width: 818px; 
	border-collapse: separate; 
	border-spacing: 1px;
	border: 1px solid #d9dde0;
	padding: 0;
	margin-bottom: 20px;
}
#track table.small-margin, 
#team table.small-margin {
	margin-bottom: 5px;
}
#track .chronicle table {
	width: 814px; 
}
#team .chronicle table {
	width: 478px; 
}
#track .data-block table {
	width: 298px; 
}

#track th,
#team th {
	background-color: #5C5C5C;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #fff;	
	border-left: 0;
	border-bottom: 0;
	padding: 2px 6px;
}

#track table td,
#team table td {
	border-bottom: 1px dotted #DCDCDC;
	border-left: 0;
	padding: 2px 6px;
	font-weight: normal;
}

* html #track table td,
* html #team table td {
	border-bottom: 1px solid #EAEAEA;
}

#track table td a,
#team table td a {
	display: inline;
}

#track tr.row1,
#team tr.row1 {
	background-color: #dee6eb;
}
#track tr.row2,
#team tr.row2 {
	background-color: #fff;
}

#track tr:hover,
#team tr:hover {
	background-color: #898787;
	color: #fff;
}
#track tr:hover.row1,
#team tr:hover.row1 {
	background-color: #898787;
	color: #fff;
}
#track tr:hover.row2,
#team tr:hover.row2 {
	background-color: #898787;
	color: #fff;
}

#team .desc {
	color: #5C5C5C;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 480px; 
}

#team .firstlast-row,
#team .more-stats-row {
	margin-bottom: 5px;
	margin-left: 10px;
}

#team .firstlast .last,
#team .more-stats .last {
	margin-bottom: 20px;
}

#team .firstlast .data-left,
#team .more-stats .data-left {
	width: 90px;
	margin-right: 10px;
}

#team .firstlast .data-right,
#team .more-stats .data-right {
	width: 190px;
}

#team .more-stats .data-left-big {
	width: 130px;
	margin-right: 10px;
}

#team .more-stats .data-right-big {
	width: 150px;
}

#team .driver-headline img {
	float: right;
	display: inline;
	margin-left: 10px;
}

#team .driver-headline-data {
	width: 200px;
}
#team .driver-headline-data a {
	display: inline;
}
#team .driver-headline-data h2 {
	margin-bottom: 0.4em;
}
#team .driver-headline-data .driver-number {
	background-color: #000000;
	color: #FFFFFF;
	height: 18px;
	text-align:center;
	width: 18px;
}
#team .driver-headline-data .tester {
	background-color: #d5d5d5;
	color: #FFFFFF;
	height: 18px;
	text-align:center;
	width: 18px;
}

/*
 * Standings
 */

#championship h2 {
	color: #3d3d3d;
	margin-bottom: 0.4em;
	font-size: 1.4em;
}

.championship_result .small {
	font-size: 10px;
	margin: 0;
	line-height: 10px;
}
.championship_result .bold {
	font-weight: bold;
}

.championship_result th {
	background-color: #5C5C5C;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal ;
	color: #fff;	
	border-left: 0;
	border-bottom: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.championship_result table {
	width: 814px; 
	border-collapse: separate; 
	border-spacing: 1px;
	border: 1px solid #d9dde0;
	padding: 0;
}
.championship_result table td {
	border-bottom: 1px dotted #DCDCDC;
	border-left: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: normal;
}
* html .championship_result table td {
	border-bottom: 1px solid #EAEAEA;
}

.championship_result table td a,
.championship_result table th a {
	display: inline;
}

.championship_result table td.name {
	padding-left: 6px;
}

.championship_result tr.row1 {
	background-color: #dee6eb;
}
.championship_result tr.row2 {
	background-color: #fff;
}
.championship_result tr:hover.row1 {
	background-color: #898787;
	color: #fff;
}
.championship_result tr:hover.row2 {
	background-color: #898787;
	color: #fff;
}


.championship_result .pos_label {
	color: #3D3D3D;
	font-weight: bold;
}
.championship_result .time_label {
	color: #3D3D3D;
	font-weight: bold;
}

.footer {
	float: left;
	width: 770px;
	color: #5C5C5C;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline;
}


/*
 * TEAMS
 */

#teams .header-row {
	margin-bottom: 10px;
}

.team-row {
	border: 1px solid #dcdcdc;
	width: 818px;
	margin-bottom: 10px;
}
.team-headline {
	background-color: #dee6eb;
	height: 25px;
	width: 816px;
	border: 1px solid #fff;
}
.team-headline h2 {
	float: left;
	color: #3d3d3d;
	font-size: 1.2em;
	display: inline;
	padding-left: 10px;
	margin: 0;
	line-height: 25px;
}
.team-headline a {
	float: right;
	display: block;
	margin-right: 10px;
	line-height: 25px;
	width: 125px;
}

.team-details {
	margin: 0;
	padding: 0;
	width: 280px;
	margin-left: 10px;
	margin-top: 7px;
}

.team-details label {
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 63px;	
}

.team-details img {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.team-drivers {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 0 0;	
	width: 410px;
}

ul.team-drivers li {
	padding-bottom: 1px;
	width: 410px;
}

.team-drivers .driver-number {
	background: #727272;
	color: #FFFFFF;
	height: 18px;
	text-align: center;
	width: 18px;	
}
.team-drivers .test-driver {
	background: #d5d5d5;
}

.team-drivers span {
	margin-right: 5px;
	margin-bottom: 3px;
}

.team-drivers span.name {
	width: 150px;
}

.team-drivers span.nation {
	width: 150px;
}

#team .info-block ul li span.more-list span {
	display: none;
}
