html {
	xxxheight: 100%;
}

body {
	color: black; 
	font-style: normal; 
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 20px;
	height: 100%;
	
	scrollbar-base-color        : #C0C0C0;
	scrollbar-track-color       : #C0C0C0;
	scrollbar-face-color        : #A0A0A0;
	scrollbar-highlight-color   : #FFFFFF;
	scrollbar-3d-light-color    : #C0C0C0;
	scrollbar-dark-shadow-color : #FFFFFF;
	scrollbar-shadow-color      : #C0C0C0;
	scrollbar-arrow-color       : #707070;
	
	
}

img {
	vertical-align: middle;
	border: none;
}

table {
	font-size: 14px;
	border: none;
	border-collapse: collapse;
}
td, th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: black;	
	border: none;
	vertical-align: top;
	text-align: left;
}

#divUeberschrift {
	font-size: 18px;
	padding-bottom: 10px;
}

#divAuswahl {

}

.FahrerAuswahl {
	font-size: 14px;
	width: 300px;
}
.FahrerEingabe {
	xxxdisplay: none;
	font-size: 14px;
	width: 90px;
	border: 1px solid #F0F0F0;
}

#divDatum {
	height: 300px;
	width: 397px;
	overflow-y: auto;
	border: 1px solid #F0F0F0;
}

.tabDatum {
		
}
.tabDatumWochentag {
	padding-left: 10px;
}
.tabDatumDatum {
	padding-left: 10px;
}
.tabDatumLink {
	padding-left: 10px;	
}
.tabDatumLink img {
	border: 1px solid #FFFFFF;
}
.tabDatumDruckerImg:hover {
	border: 1px solid #F0F0F0;
	cursor: pointer;
}
.tabDatumletzteAnsicht {
	padding-left: 10px;
	font-size: 10px;
	color: #A0A0A0;
}
.tabDatumletzteAnsicht2 {
	padding-left: 10px;
	font-size: 10px;
	color: #FF0000;
}

#divPdf {
	position: absolute;
	top: 20px;
	left: 430px;
	height: 600px;
	width: 500px;
	border: 1px solid #F0F0F0;

}

#divProtokoll {
	position: relative;
	top: 20px;
	height: 50px;
	width: 397px;
	border: 1px solid #F0F0F0;
	
}

#iframeProtokoll {
	height: 50px;
	width: 397px;
}

#divProtoDarst {
	font-size: 10px;
	color: #A0A0A0; 
}

#divFahrerIFrame {
	display: none;
	
	position: relative;
	top: 20px;
	height: 300px;
	width: 397px;
	overflow-y: auto;
	border: 1px solid #F0F0F0;
}
#iframeFahrer {
	height: 300px;
	width: 397px;
}


#divDatumIFrame {
	display: none;
	
	position: relative;
	top: 20px;
	height: 300px;
	width: 297px;
	overflow-y: auto;
	border: 1px solid #F0F0F0;
}
#iframeDatum {
	height: 300px;
	width: 297px;
}

#divDiensterl {
	xxxdisplay: none;

	position: relative;
	top: 40px;
	height: 500px;
	width: 397px;
	xxxborder: 1px solid #F0F0F0;
	
}
.DiensterlAuswahl {
	font-size: 14px;
	width: 300px;
}
#divDiensterlIFrame {
	display: none;
	
	position: relative;
	top: 20px;
	height: 300px;
	width: 397px;
	overflow-y: auto;
	border: 1px solid #F0F0F0;
}
#iframeDiensterl {
	height: 300px;
	width: 397px;
}


#divlogo {
	display: none;
	
	position: relative;
	top: 30px;
	height: 180px;
	width: 397px;
	overflow-y: auto;
	border: none;	
	text-align: center;
	xxxbackground-color: #020167;
	padding-top: 10px;
}

#divLogin {
	height: 100px;
	width: 230px;
	overflow-y: auto;
	xxxborder: 1px solid #F0F0F0;
}

#divLoginFehler {
	position: relative;
	height: 20px;
	width: 500px;
	overflow-y: auto;
	xxxborder: 1px solid #F0F0F0;
}
.loginBeschrift {
	width: 80px;
}
#id, #pw {
	width: 120px;
}
#anmelden {
	width: 123px;
}

#divStatLink {
	width: 397px;
	text-align: right;
}
#StatLink:hover {
	cursor: pointer;
}

#divStatistik {

}

#TabStatistik td {
	border: 1px solid #000000;
}
.TabStatÜberschrift {
	background-color: #AAAAAA;
	font-size: 11px;
	text-align: center;
}
.TabStatFahrer {
	font-size: 11px;
}
.TabStatPlan {
	font-size: 11px;
	text-align: center;
}
.StatAnsichtAlt {
	color: #AA0000;
	font-size: 9px;
}
.StatAnsichtOffen {
	color: #FFAAAA;
	font-size: 9px;

}
.StatAnsichtOK {
	xxxcolor: #008800;
	font-size: 9px;
}



