/* Die grundlegendste Formatierung für die Mittelframes (so lange es sie noch gibt) */
body {
	margin: 35px 35px 30px;
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active, .gea a:hover, .gea a:active, a.gea:hover, a.gea:active {
	color: #ff7f00 !important;
}
.hl a:hover, .hl a:active,  a.hl:hover,  a.hl:active {
	color: #007f33 !important;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: 1em;
}
table {
	margin: 2em 0;
	padding: 0;
}
td {
	padding: 0.5em 2.5em 0 0;
}
.preistabelle {
	border-spacing: 1px;
}
.preistabelle td, .preistabelle th {
	padding: 0.3em;
	border: 1px solid #666;
}
.nb {
	border: 0 !important;
}
.nmb {
	margin-bottom: 0 !important;
}
.gea { /* Hervorhebung GEA-Grün */
	font-weight: bold !important;
	color: #007f33 !important;
}
.hl { /* Hervorhebung Orange */
	font-weight: bold !important;
	color: #ff7f00 !important;
}
.dim {
	color: #aaa !important;
}
.r {
	text-align: right;
}
.small {
	font-size: 0.8em;
}
p.bu { /* Bildunterschriften */
	margin: 6px 0 0;
	text-align: center;
	font: 0.9em Verdana, Helvetica, Arial, sans-serif;
}
.fl {
	float: left;
}
.clear {
	clear: both;
}

ul#bilder { /* in Uebersichtsseiten der Produkte */
	margin: 1em 0 0;
	padding: 0;
	list-style-type: none;
}
ul#bilder li { /* in Uebersichtsseiten der Produkte */
	float: left;
	margin: 12px;
	padding: 0;
	list-style-type: none;
}
ul#bilder li img {
	border: 0;
}
ul#bilder li p.bu { /* Bildunterschriften */
	margin: 1px 0 0;
}