/* TinyMCE specific rules */
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}


/* Ab hier die eigenen Styles */
.fett {
	font-weight: bold;
}

.links-umfliessen {
	float: left;
	margin: 0px 6px 6px 0px;
}

.rechts-umfliessen {
	float: right;
	margin: 0px 0px 6px 6px;
}

.absatz-zentriert {
	text-align: center;
}

.absatz-rechtsbuendig {
	text-align: right;
}

.produkte {
	border-collapse: collapse;
	border-spacing: 0px;
}

.produkteigenschaft {
	
}

.clear-float {
	clear: both;
}

/* Tabellenformate ###########*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.produkte thead {
	font-weight: bold;
	vertical-align: top;
}

.produkte thead tr {
	background: #F5F9F4;
}

.produkte tr {
	height: 2em;
}

.produkte tr:hover {
	background: #F5F9F4;
}

.produkteigenschaft td {
	padding: 6px 0;
	vertical-align: top;
}
/* END Tabellenformate*/

