div.paketliste {
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}

table.paket_tabelle {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 12px;
}

table.paket_tabelle th, table.paket_tabelle td {
	padding: 1px 4px 1px 4px;	
}

table.paket_tabelle th, table.paket_tabelle th a span {
	background-color: #6CD808;
	color: #fff;
}

table.paket_tabelle th.paket_name {
	width: 300px;
	background-color: #6CD808;
	font-size: 20px;
}

table.paket_tabelle th.paket_name a {
	color: #fff;
	text-decoration: none;
}
table.paket_tabelle th.paket_name a:hover {
	text-decoration: underline;
}

table.paket_tabelle th a span {
	font-size: 12px;
	margin-left: 10px;
}

table.paket_tabelle th.paket_klasse {
	width: 150px;
}

table.paket_tabelle th.paket_preis, table.paket_tabelle th.paket_ermaessigt {
	width: 75px;
}

table.paket_tabelle td.paket_preisersparnis {
	color: #f00;	
}

table.paket_tabelle td.paket_ermaessigt {
	background-color: #DDFFBF;
	font-weight: bold;
}


