@charset "utf-8";
/* CSS Document */

html {
     overflow-y: scroll;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
}

/*standartni clasove*/

p	{
	margin:0px;
	padding:0px;
}

a:focus { border:none; outline:none; }

.nobord a:focus { border:none; outline:none; }

.pic_link a:link img {border:#000000 solid 1px;}
.pic_link a:visited img {border:#000000 solid 1px;}
.pic_link a:hover img {border:#007FC6 solid 1px;}

.linkr a:link { color: #000000; text-decoration: none; }
.linkr a:visited { color: #000000; text-decoration: none; }
.linkr a:hover { color: #007FC6; text-decoration: underline; }


.link_cat a:link { color: #FFFFFF; text-decoration: none; }
.link_cat a:visited { color: #ffffff; text-decoration: none; }
.link_cat a:hover { color: #FF9900; text-decoration: underline; }

.link_sub_cat a:link { color: #CCCCCC; text-decoration: none; }
.link_sub_cat a:visited { color: #CCCCCC; text-decoration: none; }
.link_sub_cat a:hover { color: #FF6600; text-decoration: underline; }

.link a:link { color: #666666; text-decoration: none; }
.link a:visited { color: #666666; text-decoration: none; }
.link a:hover { color: #ffffff; text-decoration: none; }

.link3 a:link { color: #ffffff; text-decoration: none; }
.link3 a:visited { color: #ffffff; text-decoration: none; }
.link3 a:hover { color: #cccccc; text-decoration: underline; }

.link4 a:link { color: white; text-decoration: none; }
.link4 a:visited { color: white; text-decoration: none; }
.link4 a:hover { color: #ffffff; text-decoration: underline; }

.link5 a:link { color: white; text-decoration: none; }
.link5 a:visited { color: white; text-decoration: none; }
.link5 a:hover { color: #FF0000; text-decoration: underline; }

.link6 a:link { color: #FF0000; text-decoration: none; }
.link6 a:visited { color: #FF0000; text-decoration: none; }
.link6 a:hover { color: #000000; text-decoration: underline; }

.link7 a:link { color: #666; text-decoration: none; }
.link7 a:visited { color: #666; text-decoration: none; }
.link7 a:hover { color: #000000; text-decoration: underline; }

.link8 a:link { color: #000000; text-decoration: none; }
.link8 a:visited { color: #000000; text-decoration: none; }
.link8 a:hover { color: #000000; text-decoration: underline; }

form {
	margin: 0px;
}
input, textarea, select {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	border: #999999 1px solid;
}
.selp {
	margin:0px;
	padding:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #cccccc;
	border: #666666 1px solid;
}
.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: #0074E8 1px solid;
}
.search_input {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	border: #999999 1px solid;
	width:145px;
	height:20px;
}
p {
	margin: 0;
	padding: 0;
}
.pad5 {	
	padding: 5px;
}
.submit {
	background-color: #F4F4F4;
	color: #000000;
	border: 0px #0000FF solid;
	cursor: pointer;
	padding: 1px;
}
.submit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #999999;
	color: #FFFFFF;
	border: 1px #ffffff solid;
	cursor: pointer;
	padding: 5px;
	width: 150px;
}
.submit3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #999999;
	color: #FFFFFF;
	border: 1px #ffffff solid;
	cursor: pointer;
	padding: 5px;
	width: 200px;
}
.f_8 {
	font-size: 8pt;
}
.f_7 {
	font-size: 7pt;
}
.f_10 {
	font-size: 10pt;
}
.f_11 {
	font-size: 11pt;
}
.f_12 {
	font-size: 12pt;
}
.f_14 {
	font-size: 14pt;
}
.f_16 {
	font-size: 16pt;
}
.f_18 {
	font-size: 18pt;
}
.f_20 {
	font-size: 20pt;
}

.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.darkred {
	color: #CC3300;
}
.blue {
	color: #007FC6;
}
.lightblue {
	color: #0066CC;
}
.darkblue {
	color: #000099;
}
.orange {
	color: #FF9900;
}
.back_grey {
	background-color: #F4F4F4;
}
.grey {
	color: #666666;
}
.dark_grey {
	color: #333333;
}
.green {
	color: #396;
}

.underline {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.bor_top {
	border-top: #ffffff solid 1px;
}
.bor_left {
	border-left: #ffffff solid 1px;
}
.bor_right {
	border-right: #ffffff solid 1px;
}
.bor_bottom {
	border-bottom: #ffffff solid 1px;
}
.cursor {
	cursor: pointer;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.upper {
	text-transform:uppercase;
}
.lower {
	text-transform:lowercase;
}
.top_link a:link {
	color:#666666;
	text-decoration:none;
}
.top_link a:visited {
	color:#666666;
	text-decoration:none;
}
.top_link a:hover {
	color:#FF0000;
	text-decoration:none;
}

/*clasove za saita*/
.top_bgrnd {
	margin:0px;
	padding:0px;
	background-image:url(img/top_bgrnd.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.down_bgrnd {
	margin:0px;
	padding:0px;
	background-image:url(img/down_bgrnd.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.out {
	width:950px;
	padding:0px;	
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bgrnd.jpg);
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
}
.head_out {
	width:950px;
	height:200px;
	
}
.head_top {
	width:950px;
	height:189px;
}
.head_down {
	width:950px;
	height:11px;
}
.mid_out{
	
}
.left {
	float:left;
	width:200px;
}

.right {
	float:left;
	width:750px;
	background-image:url(img/main_left_sep.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin-bottom:5px;
}
.title {
	color:#fff;
}
.main{
	padding:0px 20px 20px 20px;
	width:700px;
	font-size: 10pt;
	z-index: 1;
}
.main p {
	color:#fff;
}
.main a:link { color: #ffffff; text-decoration: underline; }
.main a:visited { color: #ffffff; text-decoration: underline; }
.main a:hover { color: #999999; text-decoration: underline; }


.footer {
	width:950px;
	height: 90px;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	font-size: 8pt;
}
.footer_left {
	float:left;
	width:300px;
	padding-top:13px;
	padding-left:15px;
}
.footer_right {
	float:left;
	width:620px;
	padding-top:13px;
	padding-right:10px;
}
.footer_left a:link { color: #999; text-decoration: none; }
.footer_left a:visited { color: #999; text-decoration: none; }
.footer_left a:hover { color: #fff; text-decoration: underline; }

.footer_right a:link { color:#999; text-decoration: none; }
.footer_right a:visited { color:#999; text-decoration: none; }
.footer_right a:hover { color: #fff; text-decoration: underline; }

.power a:link { color:#999; text-decoration: none; }
.power a:visited { color:#999; text-decoration: none; }
.power a:hover { color: #fff; text-decoration: underline; }


