/* Sonderfarben */
/*  aussen braunverlauf, innen hellgelb */
body {
	background: url(bg_head_verlauf_tuerkis.jpg) top left repeat-x;
	background-color: #6481A1;
	color: #6d6d6d;
}
div.newsteasertxt, div.newsteasertxt a {
	color: #6d6d6d;
}	
body #wrap {
	background-color: #ACDBEF;
}
body #breadcrumb ul li {
	background: url(/styles/img/breadcrumb.gif) center left no-repeat;
}
body #breadcrumb li.first {
	background: none;
}

body #headline a, body #breadcrumb, body #breadcrumb a,
body #allOpen a, body #footnote, body #footer h4, body #footer a,#footer #hondabeifacebook, #footer #hondabeiyoutube{
   	color: #6d6d6d;
} 

body #headline a:hover, body #breadcrumb a:hover, body #allOpen a:hover,
body #footer a:hover {
	color: #cc0000;
}

body #togglemultiaccordion {
	background: url(/styles/img/arrow_right_anchor_grey.gif)  right no-repeat;
}
a.rightarrow:hover {text-decoration:none;background-image: url(/styles/img/arrow_right_anchor_red.gif) !important;}

body #footer {
  border-top: 1px solid #6D6D6D;
}

body #suche {
	background: url(/styles/img/lupe_grey.png) top left no-repeat;
}
#logo {
	background: url(/styles/logo/logo_mc_white.png) top left no-repeat;
}

div.contimgsmall {
	background: url(bg_verlauf_highlight.jpg) top left no-repeat;
	border:none;
}

a.rightarrow {
	color: #6d6d6d;
	background-image: url(/styles/img/arrow_right_anchor_grey.gif);
}
a.rightarrow:hover {
	color: #c90000;
	background-image: url(/styles/img/arrow_right_anchor_red.gif);
}

.shadow {
	-moz-box-shadow:5px 4px 5px #6481A1;
	-webkit-box-shadow: 5px 4px 5px #6481A1;
	box-shadow: 5px 4px 5px #6481A1;
}