/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.sendbutton {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(68,68,68);
 	text-align: center;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(165,50,0);
 	padding: 2px
}

.linehr {
	letter-spacing: 0px;
 	line-height: 0px;
 	text-indent: 0px;
 	background-color: transparent;
 	background-image: none;
 	background-repeat: no-repeat;
 	margin: 0px;
 	padding: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.offerliste {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif,  sans-serif;
 	font-size: 10px;
 	text-transform: none;
 	color: rgb(102,102,102);
 	line-height: 12px;
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	font-variant: normal;
 	list-style-image: url( "../assets/images/bobbl_klein.gif" );
 	list-style-position: outside;
 	text-align: left;
 	background-color: transparent;
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 3px;
 	border-bottom-style: none
}
