/* Standard-Tabelle */

table.contenttable{
	background-color:#ffffff;
	border-collapse: collapse;
	border:none;
	width: 500px;
	padding:0px 0px 10px 70px;
	margin:0px;
}

table.contenttable th {
	border: none;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	color:#3c513b;
	padding: 5px 0px 0px 0px;
}

table.contenttable td {
	border: none;
	font-size: 11px;
	padding: 2px;
	text-align:left;
	vertical-align:top;
}

/* Tabelle für Preisliste */
#inhalt p table {
margin-right:-45px;
padding:0px;
}
table.liste{
	background-color:#fff;
	border-collapse: collapse;
	border:none;
	width: 465px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

table.liste th {
	border: none;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	color:#3c513b;
	border-bottom: 1px solid #9ca696;
	padding: 5px 0px 0px 0px;
	margin:0px 0px 5px 0px;

}

table.liste td {
	border: none;
	font-size: 11px;
	padding: 2px;
	text-align:left;
	vertical-align:top;
}

table.contenttable p.bodytext,table.dreispalter td p.bodytext{
margin:0px;
}
table.dreispalter{
width:470px;
margin-bottom:20px;
}
table.dreispalter td{
margin:0px;
padding:0px;
}
table.dreispalter td.links{
width:160px;
}
table.dreispalter td.mitte{
width:170px;
}
table.dreispalter td.rechts{
width:140px;
text-align:right;
}
td.zelleRechts {
	font-weight: bold;
	
}
td.zelleHeader {
	font-weight: bold;	
}

td.zelleFett {
	font-weight: bold;
}


span.legende {
	font-size:10px;
	font-weight:bold;
}
