body, table {
	font: 10pt Verdana,Sans-Serif;
	color: black;
	text-align: left;
	background-color: white !important;
	background-image: none !important;
	}

#header, #breadcrumb, #right_area, .no-print, .legende, #footer { float: none; display: none;}
#left_area { margin: 0; }

/* Allgemein */
.center { text-align: center; }

/* Tabellen */
table { border-collapse: collapse; width: 100%;}
table th { border-top: 1px solid black; border-bottom: 1px solid black; }
table th, table td { width: auto; padding: 0.3em;}
table .Icon { display: none; }

/* Formulare */
input, textarea, select { font: 8pt Verdana,Sans-Serif; }
input[type=text][readonly] { background: #E5E5E5; color: #BFBFBF}