@charset "UTF-8";
html, body {
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	letter-spacing:1px;
	line-height:18px;
	font-size:7pt;
	text-transform:uppercase;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000;
}
a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
#logo {
	position:absolute;
	top:100px;
	left:260px;
	border:0;
	width:250px;
	height:290px;
}
#address {
	position:absolute;
	top:200px;
	left:468px;
	border:0;
	width:390px;
	height:100px;
}
#preisliste {
	margin:40px;
}
img {
	border:none;
}
table {
	text-align:left;
	border:none;
}
td {
	padding:0 0 0 0px;
}
.border {
	border-bottom:1px white dotted;
}
.sans {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	
}

