@charset=ISO-8859-1;

/* CSS-Definition für gemeinsame Seiten MeisterMarken UND Ulmer Spatz (gelb-blaues Design) */

/* Fügt dem Seitenlayouts die individuellen Background-Images hinzu. 
Ergänzt die Definition in "elements". Keine Änderungen durchführen */

body {
	background-image: url(body_back.gif);
	background-repeat: repeat-x;
}
#head {
	background-image: url(logo_mmus.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Definition individueller Stilvorlagen */

.headline-color {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #008b39;
}

td, .artikel-table td {
	margin: 0;
	padding: 3px 8px 3px 8px;
	background-color: #F9EEC2;
	vertical-align: top;
	line-height: 16px;
	border-bottom: 1px solid #eaaf0f;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.tabellenkopf, .artikel-table .tabellenkopf {
	margin: 0;
	padding: 2px 8px 2px 8px;
	background-color: #eaaf0f;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


.TabbedPanelsContentGroup {
	padding: 1px 0px 0px 0px;
}

#bestellung {
	display: none;
}