@charset "utf-8";
/* CSS Document für Bereich feuerwerke */

body { background: url(../images/feuerwerke/bg-body-pattern.png) repeat left top #1a171b; }
#wrapperOuter { background-color: #1a171b; }
#headerOuter {
	color: #cc071e;
	background: url(../images/feuerwerke/bg-header.png) no-repeat center top;	
}
#headerOuter #logo {
	height: 129px;
	background: url(../images/feuerwerke/bg-logo-header.png) no-repeat center top;
}
#headerOuter a{
	color: #cc071e;
	text-decoration: none;	
}
ul#mainNav.feuerwerke li {
	font-size: 14px;
	padding: 4px 6px 4px 5px;
}
ul#mainNav li {
	color: #58585a;
	background: url(../images/feuerwerke/spacer-mainnav.png) no-repeat right center;
}
ul#mainNav li a {
	color: #58585a;
	text-decoration: none;
}
ul#mainNav li a:hover, ul#mainNav li a.active {
	color: #cc071e;
}
#contentOuter {
	background: url(../images/feuerwerke/center-spacer-content.png) repeat-y center 45px;
}

#fullContentInner {
	background-color: #1a171b;
}

#contentLeft h1, #contentRight h1, #fullContentInner h1 {
	color: #cc071e;
}
#contentLeft h2, #contentRight h2, #fullContentInner h2 {
	color: #58585a;
}
#contentLeft h3, #contentRight h3, #fullContentInner h3 {
	color: #fff;
}
#contentLeft a, #contentRight a, #fullContentInner a {
	color: #fff;
}

#contentFooter { color: #cc071e; }
#contentFooter a {
	color: #cc071e;
	text-decoration: none;
}
#contentFooter a:hover {
	text-decoration: underline;
}
