body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

img {
    border: 0px;
}

#ma_wrapper {
	width: 970px;
	padding: 0 32px 0 25px;
}

#ma_splash {
	margin: 18px 0 20px;
}

#ma_leftcol {
	width: 296px;
	float: left;
	margin-left: 35px;
}

#ma_rightcol {
	width: 594px;
	margin-left: 40px;
	float: left;
}

.cleardiv {
	clear: both;
}

/* Box */

.ma_redbox, .ma_whitebox {
	background-color: #FFF;
	position: relative;
	margin-bottom: 6px;
}

.ma_redbox_header, .ma_whitebox_header {
	height: 22px;
	font-size: 17px;
	color: #FFF;
	padding: 6px 10px 0px 21px;

}

.ma_box_leftcorner {
	position: absolute;
	left: 0;
	top: 0;
}

.ma_box_rightcorner {
	position: absolute;
	right: 0;
	top: 0;
}

.ma_box_leftbottomcorner {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.ma_box_rightbottomcorner {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.ma_redbox_content {
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}

/* Box End */

#ma_box1 {
	width: 296px;
	background-image: url(../images/box_back2.jpg);
	background-repeat: repeat-x;
}

#ma_box1 .ma_redbox_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	color: #6c6c6c;
	font-weight: bold;
	line-height: 1.3;
}

#ma_box1 .ma_redbox_content ul li {
	margin: 11px 0 14px 0;
	padding-left: 61px;
}

.ma_list1_first {
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	
}

.ma_list1_second {
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
}

.ma_list1_third {
	background-image: url(../images/bullet3.png);
	background-repeat: no-repeat;
}

#erfahrensiemehr_button {
	float: right;
}

#ma_box3 .ma_redbox_content {
	padding-top: 16px;
}

#ma_box3 .ma_redbox_content ul {
	margin: 0;
	margin-left: 30px;
	margin-bottom: 29px;
	padding: 0;
	list-style-image: url(../images/arrow.png);
}

#ma_teaser {
	background-image: url(../images/box_back.jpg);
	background-repeat: repeat-x;
}

#ma_teaser .ma_redbox_content {
	padding: 12px 17px 8px;
}

#ma_neuwagenderwoche {
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
}

#ma_neuwagenlogo {
	position: absolute;
	top: 0;
	left: 2px;
}

#ma_neuwagenbuttons {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ma_whitebackbox {
	background-image: url(../images/box_back3.jpg);
	background-repeat: repeat-x;
}

#ma_neuwagenbox {
	padding-right: 0 !important;
}


#ma_redbox_textbox {
	width: 254px;
	float: left;
	margin-left: 20px;
	color: #6c6c6c;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}

#ma_redbox_borderdiv {
	border-left: 1px solid #c02824;
}

#ma_redbox_borderdiv p {
	margin-top: 0;
	margin-bottom: 4px;
} 

#ma_redbox_borderdiv p, #ma_redbox_borderdiv h2 {
	padding-left: 9px;
}

#ma_redbox_textbox h2 {
	font-size: 18px;
	color: #c02824;
	margin-top: 0;
	margin-bottom: 3px;
}

.percent {
	font-size: 34px;
	color: #373737;
	font-weight: bold;
	padding-left: 10px;
}

.cost {
	font-size: 25px;
	color: #373737;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: -4px;
}

#detailsbutton {
	float: right;
	position: relative;
	right: 10px;
}

.ma_scrollboxes {
	background-image: url(../images/box_back_white.jpg);
	background-repeat: repeat-x;
	width: 172px;
}

.ma_scrollboxes .ma_whitebox_header {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.ma_scrollboxes .ma_redbox_content {
	padding-top: 11px;
	font-size: 14px;
	color: #373737;
	font-weight: bold;
}

.ma_scrollboxes .ma_redbox_content p {
	margin: 11px 0;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#ma_scroller {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 564px !important;
	height: 234px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#ma_scroller .ma_scroller_items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.ma_scroller_items div {
	float: left;
	margin-right: 24px;
}

/* this makes it possible to add next button beside scrollable */
#ma_scroller {
	float:left;
  margin-left:15px;	
}

/* prev, next, prevPage and nextPage buttons */

/* right */
/*a.right 				{ display: block; background-image: url(../images/scrollerarrow_right.gif); width: 14px; height: 40px; float: left; margin-right: 0px;} */


/* left */
/* a.left				{ display: block; background-image: url(../images/scrollerarrow_left.gif); width: 14px; height: 40px; float: left; margin-left: 0px; } */     


a.left, a.right {
	position: relative;
	top: 98px;
	cursor: pointer;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

#ma_coverflow_box {
	background-image: url(../images/box_back3.jpg);
	background-repeat: repeat-x;
}

#ma_coverflow_box .ma_redbox_content {
	padding-top: 29px;
	position: relative;
}

#ma_rabatt {
	width: 219px;
	height: 160px;
	position: absolute;
	right: 24px;
	top: 0;
}

#ma_box2 {
	background-image: url(../images/box_back_white.jpg);
	background-repeat: repeat-x;
}

#ma_box2 .ma_whitebox_header {
	color: #373737;
}

#ma_box2 .ma_whitebox_header img {
	position: absolute;
	right: 30px;
}

#ma_neuwagen_img {
	border: 1px solid #c02824;
}

