/* Start of CMSMS style sheet 'ViS_Company_CSS' */
/*
Naziv teme: ViS Company CMS Tema
Verzija: 1.01
Autor: Slavko Scekic
Namenjeno pretrazivacima: Internet Explorer 6 i vise, Mozilla Firefox, Opera, Google Chrome
Zavisnosti: ovo je glavni CSS fajl. Prateci fajlovi su: 'novosti css' i 'meni_stil.css'
*/

/****************** OPSTI PARAMETRI ********************/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e5e5e4;
}

body {
    background: url(uploads/vis_tema/images/bg.gif);
}

#wrapper{
	width:969px;
	margin: 0 auto;
	height:auto;
	/*overflow:hidden;*/
	/*border:1px solid #a64686;*/
	background: transparent url(uploads/vis_tema/images/content_bck.gif) repeat-y;
	margin-bottom:25px;
}


/***************** GLAVNI  LAYOUT ELEMENTI ****************/
#clear{
	width:100%;
	height:1px;
	clear:both;
}
#header{
	clear:both;
	width: 969px;
	height: 361px;
	background: url(uploads/vis_tema/images/header_bck.jpg) no-repeat;
}

#content{
	clear:both;
	width: 969px;
	height:auto;
}

#logo{
	width:270px;
	height:199px;
	margin-left: 166px;
	margin-top: 38px;
	float:left;
	display:inline;
}
#logo img{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

#menu_container{
	margin-left:9px;
	height: 40px;
	width:940px;
	position: relative;
	top: 22px;
	clear:both;
	display:block;
                overflow:visible!important;
}

/* Za pretragu: */
/*      mali trikovi koji premoste podrazumijevane elemente forme (ovo je ukradeno :) */
#search{
	background: url(uploads/vis_tema/images/search_bck.gif) no-repeat;
	height: 33px;
	width: 239px;
	float:right;
	display:inline;
	margin-top:15px;
	margin-right:9px;
}

#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 192px;
	height: 33px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #e5e5e4;
/* padding of text */
	padding: 10px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 11px verdana, arial, sans-serif;
/* left input image, set your own here */
	background: url(uploads/vis_tema/images/search_bck.gif) no-repeat left top;
}
#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 33px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/vis_tema/images/search_bck.gif) no-repeat right top;
}
/* --- kraj podesavanja za pretragu ---*/

#breadcrumbs{
	position:relative;
	top: 22px;
	margin-left:40px;
	width:890px;
	height: 15px;
	text-align:left;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#696969;
	clear: both;
	display:block;
}

#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:visited{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#696969;
	text-decoration:underline;
}

#slideshow{
	width:250px;
	height:auto;
	text-transform: uppercase;
}
#slideshow img{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

#right_separator{
	background: url(uploads/vis_tema/images/right_separator.gif) no-repeat top;
	padding-top:10px;
	width: 257px;
	height: auto;
	margin: 30px auto;
	display:block;
	clear: both;
	overflow: hidden;
	text-align:center;
	font-family:Impact;
	font-size: 20px;
	color: #f6d700;
}

#footer{
	clear:both;
	width: 969px;
	height:207px;
	background: url(uploads/vis_tema/images/footer_bck.jpg) no-repeat;
}
#footer_navigation{
    position: relative;
    top: 30px;
    left: 25px;
	width: 620px;
	height: 35px;
	clear:both;
	display: block;
	overflow:hidden;
}

#fn_left{
	float: left;
	display:inline;
	width: 79%;
	height: 100%;
	text-align:left;
	font-size:11px;
                font-weight: bold;
}
#fn_left a{
                font-weight:normal;
}

#fn_right{
	float: left;
	display:inline;
	width: 20%;
	height: 100%;
	text-align:right;
	font-size:11px;
	font-weight: bold;
}
#fn_right a{
	font-weight:normal;
}

/*Za prikazivanje Copyright informacija i datuma poslenje izmjene u futeru*/
#info{
	position: relative;
	top:60px;
	height: 30px;
	display:block;
	clear: both;
	width:670px;
	text-align: center;
	font-size:11px;
	color:#012F43;
}

/*Za prikazivanje linka ka Webmaster e-mail adresi  i sajtu autora teme*/
#footerlinks{
	position: relative;
	top:130px;
	right:20px;
	width: 270px;
	float:right;
	display:block;
	height:28px;
	font-size:11px;
	color:#012F43;
	text-align:right;
}

#footerlinks a:link{
    color: #012f43;
    text-decoration: none;
}
#footerlinks a:visited{
	color: #012f43;
	text-decoration: none;
}
#footerlinks a:hover, a:active {
    color: #012f43;
    text-decoration: underline;
}

/****************** RASPORED SADRZAJA **********************/
#left{
	width:615px;
	height:auto;
	float:left;
	position: relative;
	left:25px;
}

#right{
	width: 260px;
	height: auto;
	float:right;
	margin-right:25px;
	display:inline;
}

/****************** TEKSTUALNI ELEMENTI *******************/
h1, h2{
	font-family:Impact;
	text-transform:uppercase;
	color:#F6D700;
	text-align:left;
	font-weight: normal;
                clear:both;
}

h1{
	font-size: 32px;
}

h2{
	font-size: 26px;
	margin-top: 64px;
}

h3{
               color: #f6d700;
}

p{
	margin-top:15px;
	text-align: left;
}


/**  LINKOVI   **/
a img, :link img, :visited img {
    padding: 0px;
    margin: 0px;
}

a:link{
    color: #A99C41;
    text-decoration: none;
}
a:visited{
	color: #A99C41;
	text-decoration: none;
}
a:hover, a:active {
    color: #A99C41;
    text-decoration: underline;
}

a.external{
	background: transparent url(uploads/vis_tema/images/ext_link.gif) no-repeat;
	background-position:right top;
	padding-right:12px;
}

.download{
	background:transparent url(uploads/vis_tema/images/download_ico.gif) no-repeat left;
	padding-left: 18px;
	text-transform:lowercase;
                height:20px;
	padding-bottom:2px;
                padding-top:2px;
}

/** CITAT **/
blockquote{
	border-left: 4px solid #f6d700;
	padding: 5px 5px 5px 7px;
	margin: 10px 0px 10px 15px;
	font-style:italic;
	background-color:#013E58;
}

/**  LISTE  **/
ul{
	margin-top:5px;
	margin-left:20px;
	text-align:left;
}

li{
	list-style:url(uploads/vis_tema/images/bullet.gif);
	margin-bottom:10px;
}

/** SLIKE **/
img{
	margin: 5px auto;
                display: inline;
}

img.levo{
	float:left;
	margin-right: 30px;
}

img.levo_okvir{
	float:left;
	margin-right: 30px;
	border:3px solid #e5e5e4;
	outline:1px solid #999999;
}

img.desno{
	float:right;
	margin-left:20px;
}

img.desno_okvir{
	float:right;
	margin-left:20px;
	border:3px solid #e5e5e4;
	outline:1px solid #999999;
}

img.okvir
{
	border:3px solid #e5e5e4;
	outline:1px solid #999999;
}

/** TABELA **/
table.formatirana
{
                margin: 20px 0;
	border-collapse:collapse;
	border:2px solid #f6d700;
	text-align:left;
}

table.formatirana tr{
                font-size:11px;
                line-height:20px;
}

table.formatirana tr.heder{
	border-bottom:2px solid #f6d700;
	background-color:#f6d700;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	height:40px;
	color:#012f43;
                font-size:14px;
}
table.formatirana tr.alter{
	background-color:#065980;
}

table.formatirana td{
                border-left:1px solid #f6d700;
                padding:2px 5px;
}
/* End of 'ViS_Company_CSS' */

