body {
	background: #999999 url(background.png) no-repeat;
	background-position: center top;
}

#main #header #header-moderator #header-moderator-text {
	color: #FFF;
}

#main #header #header-moderator #header-moderator-text p {
	color: #333333;
}

#main #header #header-moderator #header-moderator-text .extra {
	color: #FFF;
}

#main #header #header-right {
	color: #FFF;
}

#main #header #header-playing {
	color: #FFF;
}

#main #menu .menu-tabs ul .tab a {
	color: #000;
	background: url(tabs.png) no-repeat;
	background-position: center bottom;
}

#main #menu  .tabs-small ul .tab a {
	background-position: center -28px;
}

#main #menu .menu-tabs ul .tab a:hover {
	color: #FFF;
	background: url(tabs.png) no-repeat;
	background-position: center top;
}

#main #menu .menu-tabs ul .active a {
	color: #FFF;
	background: url(tabs.png) no-repeat;
	background-position: center top;
}

#main  #submenu {
	background: url(ruler.png) no-repeat;
	background-position: center top;
}

#main #submenu ul li a {
	color: #FFF;
}

#main #submenu ul .active {
	background: url(bullet.png) no-repeat;
	background-position: 0px 10px;
}

#main #submenu ul li a:hover {
	color: #D06819;
}

#main #content #content-left {
	/*border-right: 1px solid #999999;*/
}

#main #content .news-category {
	background: #FFF url(section.png) no-repeat;
	color: #FFF;
	margin-bottom: 0px;
}

#main #content .news-category a:link,
#main #content .news-category a:visited,
#main #content .news-category a:hover,
#main #content .news-category a:active {
	color: #FFF;
	text-decoration: none;
}

#main #content .news-category-large {
	background: #FFF url(section-large.png) no-repeat;
	color: #FFF;
}

#main #content .news-end-more {
	background: #FFF url(section-end.png) no-repeat;
	color: #000;
}

#main #content .news-end-more a {
	color: #333333;
}

#main #content .news-end-more a:hover {
	color: #000;
}

#main #content .news-small .news-date {
	color: gray;
}

#main #content .news-small .news-title a {
	color: #000;
}

#main #content .news-small .news-title a:hover {
	color: #D06819;
}

#main #content .news-small .more-link {
	color: #000;
}

#main #content .news-small .more-link:hover {
	color: gray;
}

#main #content .news-big .news-title a {
	color: #000;
}

#main #content .news-big .news-title a:hover {
	color: #D06819;
}

#main #content .news-big .news-date {
	color: gray;
}

#main #sidebar .sidebar-module {
	background: #D2D2D2 url(side-bottom.png) no-repeat;
	background-position: center bottom;
}

#content-left .sidebar-module {
	background: #D2D2D2 url(side-bottom-wide.png) no-repeat;
	background-position: center bottom;
}

#main #sidebar .sidebar-module .sidebar-title {
	background: #333333 url(side-top.png) no-repeat;
	color: #FFF;
}

#main #content-left .sidebar-module .sidebar-title {
	background: #333333 url(side-top-wide.png) no-repeat;
	color: #FFF;
}

#main #sidebar .sidebar-module .sidebar-content {
	color: #000;
}

#main #sidebar .mladi {
	color: #FFF;
}

.advertisement-large {
	color: gray;
	border: 1px solid gray;
}

.advertisement-extra {
	color: gray;
	border: 1px solid gray;
}

#footer {
	color: #FFF;
	background: #999999 url(footer.png) no-repeat;
}

#footer a {
	color: #FFF;
}