/* CSS Document */

#preise_table {
	border:1px solid black;
	width:600px;
	position:relative;
	left:50px;
	top:-300px;
}
.preise_td {
	text-align:center;
}
.preise_td_erste {
	text-align:left;
	width:30%;
}
#info {
	font-size:14px;
	width:600px;
	position:relative;
	left:50px;
	top:-290px;
}
#tuevlink {
	text-decoration:underline;
	color:#000000;
}