/*  aussen braunverlauf, innen grau */
body {
	background: url(bg_head_verlauf_braun.jpg) top left repeat-x;
}
body.halb {
	background: url(bg_head_verlauf_braun.jpg) top left repeat-x;
}
body {
	background-color: #362B1A;
	color: #fff;
}

body #wrap, body.halb #wrap {
	background-color: #8E877C;
}
body #breadcrumb li.first {
	background: none;
}
/*body a:hover {
	color: #c55 !important;
}*/

body #headline a:hover {
	color: #cc0000;
}
body #footer a:hover {
	color: #cc0000;
}

.shadow {
-moz-box-shadow:5px 4px 5px #362B1A;
}

