/* News custom style */
.aktuality .datum
{
	color: #999999;
}
.fbLoader{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
body.novinky .categoryTab a {
    display: inline-block;
    line-height: 150%;
    margin: 0px 10px 40px 10px;
	padding: 10px 20px;
    background-color: #95ca28;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	text-decoration: none;
}
body.novinky .categoryTab a:hover,
body.novinky .categoryTab a.selected {
	color: #fff;
	background-color: #4a3728;
	text-decoration: underline;
}
body.novinky .categoryTab a:first-child {
	margin-left: 0px;
}