.fahrzeug {
	border: 1px dotted #FF8C00; 
}

.fahrzeug td {
	font-size:11px;
	color:#483D8B;
	border-right: 1px dotted #FF8C00;
	border-bottom:  1px dotted #FF8C00;

}
.fahrzeug p {
	font-size:11px;
	color:#483D8B;
}

.fahrzeug th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #FF8C00;
	border-right: 1px dotted #FF8C00;
	border-left: none;
	border-top: none;
	color: #666666;
	background-image: url(../images/fzg_head.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 25px;
}

.fahrzeug tr {
	color: Fuchsia;
}
.bg_dark {
	background-color: #ECECEC;
	font-size: x-small;
}

.bg_funkrufname {
	background-color: #FFF6E3;
	border-bottom: 1px dotted #FF8C00;
	font: italic;
	text-align: center;
	color: #595959;
}

