/* ----- CUSTOM ----- */
/* News */
.news_container .meta-date { 
	display: block;
	font-size: 11px;
	color: #666;
	padding: 0px 0 0px 0; 
}

/* Fahrer */
.fahrer_uebersicht_item {
	float:left;
	overflow:auto;
	border:solid #CCC 1px;
	padding:5px;
	margin:5px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.fahrer_uebersicht_item a:link, .fahrer_uebersicht_item a:visited, .fahrer_uebersicht_item a:active {
	text-decoration:none;
}
.fahrer_uebersicht_item a:hover {
	text-decoration:underline;
}
.fahrer_uebersicht_item img {
	border:0;
	text-decoration:none !important;
}

.fahrer_details_steckbrief img {
	float:right;
}
.fahrer_details_steckbrief .feld {
	float:left;
	width:120px;
	font-weight:bold;
	margin-bottom:5px;
}
.fahrer_details_steckbrief .wert {
	float:left;
	font-weight:normal;
	margin-bottom:5px;
}
.fahrer_details_bilder .bild_item {
	float:left;
	margin:5px;
}
.fahrer_details_vita .jahr {
	float:left;
	width:80px;
	font-weight:bold;
	margin-bottom:5px;
}
.fahrer_details_vita .vita {
	float:left;
	font-weight:normal;
	width:500px;
	margin-bottom:5px;
}

/* Berichte */
.bericht_bilder {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.bericht_bilder img {
	margin:10px;
}
.bericht_bilder a:link {
	text-decoration:none;
}

/* Kalender */
.kalender_form {
	background: #E2003D !important;
	border: 1px solid #999;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

/* Fahrzeuge */
.fahrzeuge_details .feld {
	float:left;
	width:200px;
	font-weight:bold;
	margin-bottom:5px;
}
.fahrzeuge_details .wert {
	float:left;
	font-weight:normal;
	margin-bottom:5px;
	width:430px;
}

/* Social - Rechte Spalte */
/*#sidebar .social_content {
	background:url(../img/social_header.png) no-repeat #ADADAD;
	width:190px;
	clear: both;
	position: relative;
	padding:8px 0 2px 0;
}
#sidebar .social_content img {
	margin-left:10px;
}
#sidebar .social_footer {
	background:url(../img/social_footer.png) no-repeat #ADADAD;
	width:190px;
	height:6px;
	overflow:hidden;
	clear: both;
	position: relative;
	margin-bottom:10px;
}*/

#sidebar .social_div {
	color: #111;
	font-size: 11px;
	clear: both;
	width: 170px; /*190*/
	position: relative;
	background: #333;
	margin: 0 0 15px 0;
	padding: 30px 10px 10px 10px;
	background: #D5D5D5 url(../img/sidebar-box-bottom.png) no-repeat bottom left;
}

#sidebar .social_div h3 {
	color: #FFF;
	font-size: 13px;
	width: 152px; /*190*/
	padding: 7px 0 9px 38px;
	margin: -30px 0 8px -10px;
	background: #A00006 url(../img/sidebar-box-red-top.png) no-repeat top left;
}

#sidebar .social_div p.social_p {
	margin:0 5px 0 0;
	line-height: 15px;
	color: #111;
	text-align:center;
}

#sidebar .social_div img.social_img {
	display: inline;
	border: 0;
	border-bottom:0 !important;
	margin:5px;
}
#sidebar .social_div a:link, #sidebar .social_div a:hover {
	text-decoration:none !important;
	border:0;
}

/* ----- CUSTOM Ende ----- *//
