#divBannerContentBG { background-color: #FFFFFF; filter: alpha(opacity=88); -moz-opacity: 0.88; opacity: 0.88;}
#divContentScroll{ top: 80px; height: 320px; }
#divContent{ width:350px; padding: 60px 20px 10px 60px; }

#divBannerLinks{ top:80px;left:0px; width:220px; height:240px; padding: 60px 20px 20px 60px; background: white; filter: alpha(opacity=88); -moz-opacity: 0.88; opacity: 0.88; }

.boxA {
	position: relative; 
}

.boxB {
	position: absolute; 
	top: 0px;
	left: 115px;
}

.boxC {
	position: absolute; 
	top: 0px;
	left: 130px;
	width: 150px;
}

p.anfrage {
	margin-bottom: 2px;
}

a.anfrage {
	font-weight: bold;
	text-decoration: none; 
}

a.anfrage:hover {
	color: #e2001a;
	text-decoration: none; 
}

input.anfrage {
	width: 105px;
	background-color: #eeeeee;
	border: none;
	border-bottom: 1px solid #e2001a;
}	

input.formbutton {
	width: 105px;
	background-color: #eeeeee;
	border: 1px solid #ff0000;
}
input.formbutton:hover {
	background-color: #fec6cd;
	border: 1px solid #ff0000;
}

form { margin: 0; }


