body, select, textarea, input, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7pc;
}

body {
	margin : 5px;  
	padding : 5px;
}

.menu-line, .bestellung-head, .no-print, div.hM-logo, #nav, #navigation  { display: none; }

h1 { font-size: 1.0pc; }
h2 { font-size: 0.9pc; }
h3 { font-size: 0.85pc; }
h4 { font-size: 0.8pc; }

a {  
	text-decoration: none; 
	color: #000000;
}

img {
	border-width: 0px;
}


table.grid {
	empty-cells: show;
	border: none;
	border-collapse: collapse;
}

table.grid td {
	border: 1px solid Gray;
	margin: 0px;
	padding: 4px;	
}

table.grid th {
	border: 1px solid Gray;
	background-color: #f0f0f0;
}

table.grid td input {
	border: 0;
	background-color: #ffffff;
}


input[type="Text"], input[type="Password"], select, textarea {
	border: 0;
}

input[type="Submit"] {
	display: none;
}

.text-copyright { 
	font-size: 0.5pc;; 
}

.menu {
	text-align: center;
}
.menu h1 {
	padding-top: 0.1pc;
	padding-bottom: 0.1pc;
}
.menu , .text-copyright {
	background-color: #E4D9C9;
}


#footer {
	border-top: 1px solid Gray;
	background-color: #f0f0f0
}