/*********************************************************
*
*
**********************************************************/
/*
* {
margin: 0;
padding: 0;
}
*/


div.tabellenrand,
div.tabellefahrzeug {
	border: 1px solid #27489C;
	padding: 3px;
	width: 655px;
	margin-left: 50px;
	margin-bottom: 5px;
}

div.tabellefahrzeug {
	width: 550px;
	margin-bottom: 20px;
}

* html div.tabellefahrzeug {
	margin-top: 20px;
}
table {
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
}
.tabellenrand tfoot tr th,
.tabellefahrzeug tfoot tr th {
	font-size: .2em;
	padding: 0px;
	margin: 0px;
}

.tabellenrand th,
.tabellefahrzeug th,
.tabellenrand td,
.tabellefahrzeug td {
	padding: .4em .4em;
	text-align: left;
	color: #fff;
}
td.tabellenrand,
td.tabellefahrzeug { border-right: 2px solid #FFF; }

th {
	background-color: #31509F;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-size: 100%;
}

td {
	border-top: 1px solid #27489C;
}

td.borderdot {
	border-top: 1px dotted #A1B5EA;
}
td.borderoff {
	border-top: 0px;
}
td.label { 
	background: #B5C0DC url(../../icons/hintergrund-zelle.jpg) bottom right no-repeat;
	text-align: left;  
	width: 25%;
	font-size: 100%;
	color: #5f5d77;
	background-color: #A1B5EA;
}
td.input { 
	text-align: left;  
	background-color: #EDF1FB;
	background: #e7ecf7 url(../../icons/bginput.gif) top left no-repeat;
	color: #5f5d77;
	font-size: 100%;
}
td.input img { 
	padding-right: 5px;
	padding-left: 5px;	
	}
td.input img.left { 
	padding-right: 5px;
	padding-left: 0px;
	}
