html {
	background: url(images/BG3.png) no-repeat left top;	
	background-attachment:fixed;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
}
h2 {
	color:#808080;
}
h3 {
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-size:small;
}
h4 {
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-size:10px;
}
p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}
p {
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}
ul {
	list-style: none;
}
ul li {
}
ol {
	list-style-position: inside;
}
ol li {
}
a {
	color: #191970;
	text-decoration:none;
}
a:hover {
	color: #ff4500;
}
img {
	border: none;
}
.okvir {
	float:left;
	width:100%;
	padding-top: 12px;
}
.container {
	padding-top: 0px;
}
.boxed {
}
.boxed-vijesti {
	margin-left:8px;
	margin-right:8px;
	padding-top: 10px;
}
.boxed .title {
	padding: 10px;
	font-size: 1em;
}
.boxed .content {
	padding: 10px;
}
#logo {
	height:110px;
	width: 1024px;	
	background-color: #EEEEEE;
	box-shadow:7px 5px 10px #888888;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
	box-shadow:7px 5px 10px #888888;
}
#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}
#logo h2 {
	float: left;
	font-size: 2em;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}
/*#menu {
	width: 1024px;
	position:absolute;
	top:100px;
	height: 23px;
	margin: 0 auto 0 auto;
}
#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	position: relative;
	margin-left: 1.6em;
	margin-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: x-small;
	font-weight:bolder;
}
#menu a:hover, #menu .active a {
	color: #ff4500;
}*/

	/*POCETAK MENIA*/
#nav {
	width: 1024px;
	position:relative;
	top:-27px;
	height: 23px;
	margin: 0 auto 0 auto;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: right;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #191970;
	text-decoration: none;
	text-transform: uppercase;
	font-size: x-small;
	font-weight:bolder;
	position: relative;
	margin-left: 1.6em;
	margin-right: 20px;
}
#nav a:hover {
	color: #ff4500;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #ff4500;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #191970;
}
#nav ul a:hover {
	background: #0078ff;
	color: #ff4500 !important;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
	color: #ff4500;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 5;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #ddd;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
	/*KRAJ MENIA*/	
	
#wrapper {
	position:relative;
	padding-top: 0px;
	clear: both;
	width: 1024px;
	margin: 0 auto;
}
#col-one {
	float: left;
	width: 100px;
	padding-top: 15px;
/*	background: url(images/col1top.png);*/
    background-color:#FFFFFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
	box-shadow:7px 5px 10px #888888;
}
#col-one .image {
	height: 150px;
	background-color:#FFFFFF;
}
#col-one .container {
	min-height:1650px;
	background-color:#FFFFFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
}
#col-one .boxed {
}
#col-one .boxed .title {
	color: #A92030;
}
#col-one .boxed .content {
}
#col-one .boxed .content form {
}
#col-one .boxed .content fieldset {
	border: none;
}
#col-one .boxed .content legend {
	display: none;
}
#col-one .boxed .content label {
}
#col-one .boxed .content .textfield {
}
#col-one .boxed .content .button {
}
#col-one .boxed .content .tiny {
}
#col-one .boxed .content .tiny a {
}
#col-two {
	float: right;
	width: 280px;
	margin-left: 10px;
	padding-top: 15px;
	/*background: url(images/col2top.png);*/
	background-color:#EEEEEE;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
	box-shadow:7px 5px 10px #888888;
}
#col-two .image {
	height: 150px;
	background-color:#EEEEEE;
}
#col-two .container {
	min-height:1800px;
	background-color:#EEEEEE;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
}
#col-two .boxed {
}
#col-two .boxed .title {
	color: #4DAB50;
}
#col-two .boxed .content {
}
#col-three {
	float: left;	
	width: 624px;
	margin-left: 10px;
	padding-top: 15px;
	/*background: url(images/col3top.png);*/
	background-color:#FFFFFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
	box-shadow:7px 5px 10px #888888;
}
#col-three .image {
	height: 150px;
	background-color:#FFFFFF;
}
#col-three .container {
	min-height:1650px;
	background-color:#FFFFFF;;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
}
#col-three .boxed {
}
#col-three .boxed .title {
	color: #C99F1A;
}
#col-three .boxed .content {
}
#col-vijesti {
	float: left;	
	width: 100%;
	margin-left: 0px;
	padding-top: 15px;
	/*background: url(images/col3top.png);*/
	background-color:#FFFFFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
	box-shadow:7px 5px 10px #888888;
}
#col-vijesti .image {
	height: 150px;
	background-color:#FFFFFF;
}
#col-vijesti .container {
	min-height:1650px;
	background-color:#FFFFFF;;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	behavior: url(images/border-radius.htc);
    border-radius: 15px;
}
#col-vijesti .boxed {
}
#col-vijesti .boxed .title {
	color: #C99F1A;
}
#col-vijesti .boxed .content {
}
#extra {
	height: 20px;
}
#footer {
	position:relative;
	top:5px;
	clear: both;
}
#footer p {
	margin: 0;
	width: 1024px;
	margin: 0 auto;
	font-size: x-small;
}
.rub-c-do {
	border-bottom: 5px solid #EEEEEE;
}
.turniri_table {
	margin-left:10px;
	padding-top: 10px;
	width:260px;
	height:100%;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: x-small;
	font-weight: bold;
}
.meni_table {
	margin-left:10px;
	padding-top: 20px;
	width:260px;
	height:100%;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: x-small;
	font-weight: bold;
}
.box_table {
	margin-left:10px;
	padding-top: 20px;
	width:260px;
	height:100%;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: x-small;
	font-weight: bold;
}
.HSS-logo {
	position:relative;
	top:6px;
	left:10px;
}
.HSS-naslov {
	color:#000;
	text-transform: uppercase;
	position:relative;
	top:12px;
	left:14px;
}
.HSS-naslov_mali {
	position:relative;
	top:12px;
	left:14px;
	width:400px;
	color:#696969;
}
.designBy {
	color: #666666;
	text-decoration: none;
}
.HSS-icons {
	position:relative;
	top:0px;
	right:0px;
	height:150px;
	width:260px;
}
.QR-logo {
	position:relative;
	top:-72px;
	left:90%;
}
.shade {
	background-color:#FFFFFF;;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	behavior: url(images/border-radius.htc);
    border-radius: 8px;
	box-shadow:7px 5px 10px #d3d3d3;
}
/*POPUP*/
#blanket {
	position:absolute;
	background-color:#111;
	opacity: 0.65;
	*background:none;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:500px;

	}
	 
#popUpDiv {
	position:absolute;
	top:200px; popUpDiv.style.top = popUpDiv_height + 'px';
	left:50px;
	background-color:#FFFFFF;;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	behavior: url(images/border-radius.htc);
    border-radius: 8px;
	box-shadow:7px 5px 10px #d3d3d3;
	width:400px;
	height:200px;
	z-index: 9002;
	}
.hss-tab-naslov {
	background-image: url(images/naslov.gif);
	background-repeat: no-repeat;
}
.slika {
	padding-top:-10px;
   border:10px solid #fff;
   background-color:#fff;
}
