@charset "utf-8";
#fahrerautos {
	background-image:url(../../bilder/homepage/auto.png);
	background-repeat:repeat-y;
	background-size:300px;
	background-position:right;
	
}
/*zusatz von 17.1.2017 */
#fahrermotorrad {
	background-image:url(../../bilder/homepage/moto.png);
	background-repeat:repeat-y;
	background-size:225px;
	background-position:right;
	
}
/*fahrer____________________________________*/	
#nav_fahrer{
	width:900px;
	margin:auto;
	margin-left:5px;
}
#nav_fahrer ul {
	list-style-type:none;
	width:260px;
}
#nav_fahrer ul li {
}
#nav_fahrer ul li:nth-child(even) {
	display:none;
	position:absolute;
	left:38%;
	top:200px;
	z-index:220;
}
#nav_fahrer ul li:nth-child(odd) {
	padding-bottom:5px;
	margin-bottom:5px;
}
/*--------------------------------------------*/
.bild_nav {
	max-height:190px;
	max-width:190px;
	border-radius:60px;
	display:block;
	margin:auto;
	border:2px solid #FFF;
}
.div_nav {
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	text-align:center;
	border:2px solid #FFF;
	background-color:#CCC;
	border-radius:15px;
}
/*--------------------------------------------*/
table {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*--------------------------------------------*/
.bild_gr {
	max-width:600px;
	max-height:600px;
	border: 8px solid transparent;
    border-image: linear-gradient(to bottom right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
	margin-bottom:5px;	
}
.div_fahrer_info {
	text-align:right;
	padding:10px;
	background-color:#CCC;
	border: 8px solid transparent;
    border-image: linear-gradient(to top right, #000 0%,#C00 20%, #000 100%);
    border-image-slice: 1;
	box-shadow:5px 7px 5px #666;
	
}
.div_fahrer_info span {
	display:block;
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	margin-left:30px;
	margin-right:30px;
	padding-left:50px;
	background-color:#999;
	border-radius:15px;
}
#eigenbau {
	font-size:0.8em;
	font-weight:normal;
	background-color:transparent;
	border:none;
	margin:0px;
}
.div_fahrer_info button {
	margin-right:5px;
	margin-top:5px;
}
/*statistik tabellen fahrer auto rennen*/
#fahrerauto {
	text-align:left;
	border-collapse:collapse;
	border:solid 1px #000;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#fahrerauto th, #fahrerauto td {
	padding-left:10px;
	padding-right:10px;
}
#fahrerauto .uebers2:last-of-type {
	border-left:solid 1px #333;	
}
/*----------------------------------*/
#statistik {
	text-align:left;
	border-collapse:collapse;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#statistik th, #statistik td {
	padding-left:10px;
	padding-right:10px;
}
#statistik td:last-of-type {
	text-align:right;
}
/*------------------------*/
.uebers1 {
	font-family: PanamaBold,"Open Sans",Roboto,Arial,sans-serif;
	font-size:1.4em;
	text-align:center;
}
.uebers2 {
	font-family: PanamaBold,"Open Sans",Roboto,Arial,sans-serif;
	font-size:1.1em;
}
/* neu mit 17.1.2017*/
/* klasse zum hervorheben besonderere siege bei Fahrer*/
.red {
	color:#F00;
}
