/*  aussen schwarzverlauf, innen grau */
body {
	background: url(bg_head_verlauf_schwarz.jpg) top left repeat-x;
	background-color: #000;
	color: #fff;
}
body #wrap {
	background-color: #595959;
}
body #breadcrumb ul li {
	background: url(/styles/img/breadcrumb_mc.gif) center left no-repeat;
}
body #breadcrumb li.first {
	background: none;
}
body #footer a:hover {
	color: #cc0000;
}

body #headline a:hover {
	color: #cc0000;
}

body .contmodell img {
	border: 1px solid #000;
}
.shadow {
	-moz-box-shadow:5px 4px 5px #333333;
	-webkit-box-shadow: 5px 4px 5px #333333;
	box-shadow: 5px 4px 5px #333333;
}