body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: none;
	text-align:center;
	background:#8aa5db;
}
a:link {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFF;
}
a:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFF;
}
a:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#ff6600;
}
a:active {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFF;
}
a img{
	border:none;
}
.center{text-align:center;}
#site_container{
	width:980px;
	border:2px #000 solid;
	border-right:4px #000 solid;
	border-bottom:4px #000 solid;
	margin:10px auto 0px auto;
	background: #FFF;
}
#container_sub{
	background: #FFF url('sa_strane.jpg') top right repeat-y;
	margin-top:10px;
	margin-bottom:10px;
}
#left{
	padding:0px 10px 0px 10px;
	width:300px;
	float:left;
	border-right:2px #000 solid;
}
html>body #left{
	width:280px;
}
#left .box_element{
	background:#38548c;
	margin-bottom:10px;
}
#left .box_element .naslov{
	text-align:left;
	padding:2px;
	font-weight:bold;
	border-bottom:2px #ff6600 solid;
	border-top:2px #ff6600 solid;
}
#left #left_flash{
	height:400px;
	padding:0px;
}
#left #extra{
	height:200px;
}
#left #sponzori{
	height:200px;
}
#right{
	text-align:left;
	border-left:2px #000 solid;
	padding:0px 10px 0px 10px;
	margin-left:300px;
}
html>body #right{
	margin-left:278px;
}
#right .naslov{
	font-size:14px;
	color:#3F5D91;
	font-weight:bold;
}
#right .foot{
	font-size:10px;
	color:#8FA2BF;
}
.text_c img{
	float:right;
	margin:5px;
	border:1px #000 solid;
	padding:1px;
}
#right .thumb, #right .tekst div.thumb{
	float:left;
	margin:0px 5px 5px 5px;
}
#right .thumb img, #right .tekst div.thumb img{
	padding:2px;
	color:#000;
	background-color: #FFF;
	border:1px #3F5D91 solid;
}
#right #novosti_wrap{
	width:520px;
	float:right;
}

html>body #right/**/{/**/
	margin-left:300px;
}
#right .box_element{
	
}
#right #menu{
	background:#38548c;
	padding:10px;
	margin-bottom:0px;
	color:#FFF;
	text-align:center;
}
#right #menu a, #right #menu i{
	font-weight:normal;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	border-bottom:2px #ff6600 solid;
}
#right #menu i{
	padding:3px 2px;
	color:#ff6600;
}
#right #menu a:hover{
	
}
#right #content{
	
}
#right #content #wrap{
	width:500px;
	margin:0px 0px 0px 50px;
	background:transparent;
}
#right #content #breadcrumbs{
	color:#000;
	font-size:10px;
	height:80px;
	background:url('logo.jpg') top right no-repeat;
	margin-top:10px;
	margin-bottom:-30px;
	margin-right:50px;
}
#right #content #breadcrumbs a,#right #content #breadcrumbs{
	color:#000;
	font-size:10px;
}
#right #content #breadcrumbs a:hover{
	color:#ff6600;
	font-size:10px;
}
#right .galerija a{
	float:left;
	display:block;
	vertical-align:middle;
	text-align:center;
	margin:5px 5px;
	width:100px;
	height:110px;
	line-height:100px;
	padding:8px 2px;
	border:1px #738382 solid;
	color:#FFF;
	background-color :#EEEEEE;
}
html>body #right .galerija a{
	height:100px;
}

#right .galerija a:hover{
	border:1px #106E10 solid;
}

#right .galerija a img{
	vertical-align:middle;
	float:none;
	border:0px #000 solid;
	padding:0px;
	margin:0px;
}
#content a{
	color:#000;
}
#content a:hover{
	color:#FF6600;
}
.profil_tekst{
	padding:5px 5px 5px 250px;
	margin:0px;
}
#footer{
	margin:5px auto;
	font-size:10px;
}
#footer a{
	font-size:10px;
}

/* * * * * * * * * * * * * * * * * *  CONTACT FORM : FOR SENDING MESSAGES   * * * * * * * * * * * * * * * * * * * * */
.contact_form p{
      margin: 0px;
      padding: 2px 1px 2px 3px;
      padding-left: 176px; /*width of left column containing the label elements*/
}
.contact_form .umsg{
	text-align:center;
	padding-left:8px;
	color:#FF1F1F;
}
.contact_form label{
      font-weight: normal;
      float: left;
      margin-left: -140px; /*width of left column*/
      width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
      margin-top:3px;
}
.contact_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
      width: 180px;
}
.contact_form textarea{
      width: 220px;
      height: 120px;
}

.contact_form input, .contact_form textarea, .contact_form select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding:2px;
	line-height: 13px;
	background-color: #FFF;
	border:1px #3F5D91 solid;
	margin-top:5px;
}
.contact_form img{
	padding:2px;
	color:#000;
	background-color: #FFF;
	border:1px #3F5D91 solid;
}
.contact_form div input:focus, .contact_form input:focus, .contact_form textarea:focus{
      background-color:#DFDFDF;
}
/************************clearfix****************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */