/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.preise_orange {
	background-color: rgb(255,255,204);
 	border: 1px solid rgb(95,112,158)
}

.gelb_tabelle {
	background-color: rgb(255,255,153);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.gelbohneramen {
	text-indent: 0px;
 	background-color: rgb(255,255,153);
 	border: 0px solid rgb(0,0,0);
 	margin: 0px
}

.button {
	font-size: 12px;
 	background-color: rgb(255,255,0);
 	border: 1px solid rgb(204,51,0)
}