@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------------- Allgemein ----- */



.standard{
	color: #0066CC;
}


.standard table{
	width: 560px;
	margin-bottom: 27px;
}

.standard td{
	border-bottom: #FFFFFF solid 1px;
	vertical-align: top;
}




/*------------------------------------------------------------------- Tabelle Preise ----- */


.preise table{
	font-size: 10px;
	width: 560px;
	margin-bottom: 27px;
	
}

table.preise{
	font-size:11px;
	line-height: 16px;
}

.preise p{
	margin: 0px;
}

.preise td{
	vertical-align: top;
	background-color: #eae8e3;
	padding: 3px 3px 3px 5px;
	border-bottom: #5B4538 solid 1px;
	border-right: none;
}


.preiseNoPadding, .preise td.preiseNoPadding{
	vertical-align: top;
	background-color: #eae8e3;
	padding: 0px 0px 0px 0px;
	border-top: #5B4538 solid 1px;
	border-bottom: #5B4538 solid 1px;
	border-right: none;
}

.preiseNoPadding p{
	line-height: 8px;
}



.preise th, .preiseHeader{
	color: #990000;
	padding: 3px 3px 3px 5px;
	border-top: #5B4538 solid 1px;
	border-bottom: #5B4538 solid 1px;
}


.preise tfoot td{
	background-color:#eae8e3;
	color: #5b4538;
	border-right: none;
	border-bottom: none;
}