.jarmark .bar > .color {
	width: 40px;
	height: 8px;
	border-right: 1px solid #ffffff;
	background: #216e74;
}
.jarmark .submenu .navbar{
	background-color: #216e74;
}
.jarmark .category-title h2, .jarmark .name-subpage h2 {
	display: inline;
	font-size:1.2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
}
.jarmark .category-title span {
	display:block;
	padding:10px;
	background-color: #216e74;
	font-size:1.2rem;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom:10px;
	font-weight: 600;
}
.jarmark .category-title span a:link, .jarmark .category-title span a:visited {
	color:#fff;
}
.jarmark .category-title span a:hover {
	color:#ccc;
}
.jarmark .category-title span a.more:link, .jarmark .category-title span a.more:visited {
	font-size:0.9rem;
	text-align: right;
	display:inline;
	float:right
}
