table.tarife
{
	width: 80%;
	margin: 0px;
	padding: 0px;
	text-weight: none;
	border-collapse: collapse;
	border: 2px inset silver;
}
 
table.tarife td
{
	padding: 5px;
	text-align: center;
	width: 25%;
	text-weight: none;
	border: 1px inset silver;
	vertical-align: middle;
}

table.tarife th
{
	padding: 5px;
	text-align: center;
	width: 25%;
	background-color: #f3f4f5;
	border: 1px inset silver;
	vertical-align: middle;
	white-space: nowrap;
}

table.tarife th.nobordertop, table.tarife td.nobordertop
{
	border-top: 0px inset silver;
}

table.tarife th.noborderbottom
{
	border-bottom: 0px inset silver;
}

table.tarife th.noborderright
{
	border-right: 0px inset silver;
}

table.tarife th.noborderleft
{
	border-left: 0px inset silver;
}

table.tarife th.tarifname
{
	color: #f00;
	font-size: 16px;
}

table.tarife td.tarifpreis
{
	font-size: 16px;
}

table.tarife td.left
{
	text-align: left;
}