/* CSS Document
----------------------------------------------
Drucker-Style sheet für ando-technik.de
by Michael Hoppe
----------------------------------------------
*/
	
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;	
}

img {
	border: none;
}	

td {
	vertical-align: top;
	text-align: left;
}

/* fette Auszeichnungen normal erscheinen lassen */
b, strong {
	font-weight: normal;
}

#navcontainer, #nav, #update {
	display: none;
}


