.konditorei { }
	.konditorei.background { 
		background: #ed2400;
	}

.catering { }
	.catering.background { 
		background: #f5bb00;
	}

.tpl-block-outer.konditorei {
	background: #ed2400;
	color: #fff !important;
}
	.tpl-block-outer.konditorei.story {
		border-top: 10px solid #ed8a79;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.konditorei .colored {
		background: none !important;
		color: #ed2400 !important;
		border-color: #ed8a79 !important;
	}

.tpl-block-outer.catering {
	background: #f5bb00;
	color: #fff !important;
}
	.tpl-block-outer.catering.story {
		border-top: 10px solid #f5da82;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.catering .colored {
		background: none !important;
		color: #f5bb00 !important;
		border-color: #f5da82 !important;
	}

.tpl-block-outer.silver {
	background: #f8f8f8;
	color: #333 !important;
}

.navbar-default .navbar-nav > .default.active > a, 
.navbar-default .navbar-nav > .default.active > a:hover, 
.navbar-default .navbar-nav > .default.active > a:focus {
	border-color: #888 !important;
	color: #888 !important;
}

.navbar-default .navbar-nav > .konditorei.active > a, 
.navbar-default .navbar-nav > .konditorei.active > a:hover, 
.navbar-default .navbar-nav > .konditorei.active > a:focus {
	border-color: #ed2400 !important;
	color: #ed2400 !important;
}

.navbar-default .navbar-nav > .catering.active > a, 
.navbar-default .navbar-nav > .catering.active > a:hover, 
.navbar-default .navbar-nav > .catering.active > a:focus {
	border-color: #f5bb00 !important;
	color: #f5bb00 !important;
}

.navbar-default .navbar-nav > li.konditorei > a:hover {
	border-color: #ed2400 !important;
}
.navbar-default .navbar-nav > li.catering > a:hover {
	border-color: #f5bb00 !important;
}
.navbar-default .navbar-nav > li.default > a:hover {
	border-color: #888 !important;
}

body.konditorei .btn.btn-primary {
	background: #ed2400 !important;
}
body.catering .btn.btn-primary {
	background: #f5bb00 !important;
}
body.default .btn.btn-primary {
	background: #888 !important;
}

body.konditorei .tpl-story-wrapper h3 {
	color: #ed2400 !important;
}
body.catering .tpl-story-wrapper h3 {
	color: #f5bb00 !important;
}
body.default .tpl-story-wrapper h3 {
	color: #888 !important;
}
