body {
	margin: 5px;		
	font-family: verdana, serif;
	font-size: 0.8em;
	background-color: #000000;
	color: #FFFFFF;
}	

div.logo, div.cars, div.buttons {
	text-align: center;
}	

span.menu {	
	text-align: center;
}

div.inhalt {
	height: 60%;
    	overflow: auto;
    	margin-left: 15%;
	margin-right: 15%;
}

.Stil1 {
	font-size: x-large;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil2 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
}	

table.preisliste {
         margin-left: 5%;
	width: 90%;
}
table.preisliste th {
	width: 50%;
	text-align: left;
	font-size: 1.2em;
}
table.preisliste td {
	width: 50%;
	vertical-align: top;
	font-size: 0.9em;
}
div.preisliste {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size	: 1.1em;
	font-weight: bold; 
	color: #946300;
}
div.preiszusatz {
	margin-top: 20px;
	font-size	: 1.1em;
	font-weight: bold; 
	color: #DD0000;
	text-decoration: underline;
}	
