/* ################################################################################
SCROLLFOLLOW
################################################################################ */
#scrollFollow {
position:relative;
top:0;
left:710px;
width:250px;
margin:0;
padding:0;
/* filter:alpha(opacity=95); Internet Explorer */
/* -moz-opacity: 0.95; Mozilla Browser */
/* opacity: 0.95; Opera */
z-index:300;
}
#scrollFollow .top {
width:250px;
height:35px;
background:url(../images/top.gif) no-repeat;
}
	#scrollFollow h2 {
	padding:0 10px 0 10px;
	line-height:35px;
	color:#E3E1D5;
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
	}
#scrollFollow .outer {
width:250px;
background:#E3E1D5;
}
#scrollFollow .inner {
padding:0 10px 0 10px;
color:#453C27;
text-align:left;
background:#E3E1D5;
}
	#formular #scrollFollow .inner label {
	color:#453C27;
	}
	#formular #scrollFollow .inner input.einzelpreis {
	color:#453C27;
	font-family:arial,helvetica,sans-serif;
	font-size:1.25em;
	font-weight:bold;
	}
#scrollFollow .bottom {
width:250px;
height:35px;
background:url(../images/bottom.gif) no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------
SPECIAL FOR PRICES
------------------------------------------------------------------------------------------------------------------ */
form#formular #scrollFollow label {
color:#8F8262;
text-align:left;
}
form#formular #scrollFollow input.einzelpreis {
margin:0;
padding:0;
color:#8F8262;
font-family:arial black,gadget,sans-serif;
font-size:2.3em;
font-weight:normal;
text-align:left;
border:none;
}
/* ################################################################################
/SCROLLFOLLOW
################################################################################ */