@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	color: #555;
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
a, a:visited {
	color: #26862B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* TOP ---------------------------------------------------------- */
.logo_bg_right {
	background-image: url(../images/logo-bg.png);
	background-repeat: repeat-x;	
}
.top_divider {
	height: 8px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/top-divider.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#top {
	background-image: url(../images/top-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 329px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#top_container {
	width: 984px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 205px;
	width: 984px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#logos_top_right {
	position: relative;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
#logos_top_right_img {
	position: absolute;
	top: -40px;
	right: 0px;
}

/* MAIN MENU ---------------------------------------------------------- */
#main_menu {
	width: 100%;
	position: relative;
	height: 50px;
}
#main_menu ul {
	position:relative;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_menu ul li {
	position : relative;
	padding-top:0px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#main_menu ul li a, #main_menu ul li a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main_menu ul li a:hover {
	color: #5FC363;	
}
#main_menu .over a, #main_menu  .over a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color:#FF9;
}
#main_menu .over a:hover {
	color:#FF9;	
}

/* SPORTS MENU ---------------------------------------------------------- */
#sports_menu {
	width: 100%;
	position: relative;
	height: 74px;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#sports_menu ul {
	width: 900px;
	position: relative;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sports_menu ul li {
	position: relative;
	float: left;
	height: 74px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#sports_menu ul li span {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 59px;
	position: relative;
	margin: 0px;
	display: block;
	float: left;
}
#sports_menu ul li a, #sports_menu ul li a:visited {

}
#sports_menu ul li a:hover {
	color:#333;
	text-decoration: none;
}
#sports_menu ul li:hover {
	background-image: url(../images/submenu-bg-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sports_menu ul li span:hover {
	background-image: url(../images/submenu-bg-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sports_menu ul li ul {
	display:none;
}
#sports_menu ul li:hover ul {
	display:block;
}
#sports_menu ul li ul {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 40px;
}
#sports_menu ul li ul li {
	margin: 0px;
	padding: 0px;
	height: 16px;
	float: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 11px;
}
#sports_menu ul li ul li a, #sports_menu ul li ul li a:visited {
	padding: 0px;
	position: relative;
	margin: 0px;
	float: none;
	color: #5b5b5b;
	height: 16px;
}
#sports_menu ul li ul li span {
	padding: 0px;
	position: relative;
	margin: 0px;
	float: none;
	height: 16px;
}
#sports_menu ul li ul li span:hover {
	background: none;
}
#sports_menu ul li ul li:hover {
	background: none;
}

/* CONTENT ---------------------------------------------------------- */
#content {
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_body {
	background-image: url(../images/cotent-body-bg.png);
	background-position: right bottom;
	width: 100%;
	background-repeat: no-repeat;
	line-height: 130%;
	min-height: 326px;
	margin-top: 0px;
	padding: 0px;
}
#content_body h2 {
	font-size:18px;
	line-height: 22px;
}
.content_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-left-color: #000;
	font-size: 10px;
}
.content_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	padding: 2px;
}
.content_text {
	width: 610px;
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 250px;
}




/* BOTTOM ---------------------------------------------------------- */
.bottom_divider {
	height: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bottom-divider.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottom {
	width: 100%;
	background-color: #26862b;
}
#bottom a, #bottom a:visited {
	color: #FFF;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;	
}
#bottom p {
	padding-left: 15px;
}
#bottom_container {
	padding: 0px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.bottom_anterfile {
	float: left;
	width: 280px;
	color: #FFF;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 30px;
	padding-right: 15px;
	background-image: url(../images/bottom-fudbal-bg.png);
	background-repeat: no-repeat;
	background-position: 90% top;
	padding-top: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bottom_anterfile h2 {
}
.link_more {
	text-align: right;
	margin-right: 15px;
}
.bottom_anterfile ul li ul {
	list-style: none;
	margin:0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
}

#copyright_design {
	height: 20px;
	width: 100%;
	text-align: center;
	padding: 0px;
	position: relative;
	font-size: 80%;
	color: #26862B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* APLAY FORMI ---------------------------------------------------------- */
.form_line {
	width: 550px;
	position: relative;
	clear: both;
	margin: 0px;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.form_title {
	float: left;
	width: 150px;
}
.form_box {
	float: left;
}
.form_text_box {
	font-size: 10px;
	height: 14px;
	width: 150px;
	border: 1px solid #61C265;
	margin-right: 4px;
}
.form_text_area {
	border: 1px solid #61C265;
}
.form_required {
	float: left;
	width: 20px;
	padding-left: 5px;
}
.form_text_box_no_data {
	border: 1px dashed #F00;
}



/* BANNER PRVA STRANA ---------------------------------------------------------- */
#content_banner {
	height: 320px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content-banner-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_banner_inner {
	background-color: #f2f2f2;
	height: 298px;
	width: 922px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_banner_frame {
	height: 282px;
	width: 906px;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	display: inline;
}
#content_banner_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_banner_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}
.content_banner_pic {
	float: left;
	
}
.content_banner_text {
	float: right;
	width:360px;
	height:270px;
}
#content_banner_pic_numbers {
	position: absolute;
	z-index: 10;
	top: 4px;
	right: 380px;
}
#content_banner_pic_numbers span {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #CCC;
	cursor:pointer;
	color: #1c9521;
	font-size: 10px;	
}





/* SPORTSKI CENTAR FORCA ---------------------------------------------------------- */
#content_spf {
	height: 320px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content-banner-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#content_spf_inner {
	background-color: #f2f2f2;
	height: 292px;
	width: 916px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content_spf_frame {
	height: 292px;
	width: 916px;
	position: relative;
	overflow: hidden;
}

#content_spf_thumbs {
	height: 160px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content-spf-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_spf_thumbs_frame {
	width: 825px;
	height: 154px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#content_spf_thumbs_frame a {
	margin-right: 15px;
	margin-left: 15px;
	
}



/* GALERIJA ---------------------------------------------------------- */
#content_gallery {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#content_gallery img {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 20px;
	
	
}
#content_gallery a:hover img {
	margin-right: 10px;
	margin-left: 10px;
	border: 6px solid #26862B;
	padding: 0px;
	margin-bottom: 20px;
	
	
}





/* SPORTOVI dodatni podesuvanja ------------------------------------------- */
.sports_banner_pic {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	
}
.sports_banner_text {
	float: left;
	width:320px;
	height:240px;
	margin-left: 8px;
	padding-left: 25px;
	padding-top: 15px;
}
.sports_banner_text h2 {
	color:#090;
}
.sports_banner_text p {
	padding-left: 40px;
}
#main_menu_flash {
	display:none;
}

#tenis_raspored {
	width: 100%;
	height: 500px;
	cursor: pointer;
}



.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
