body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	background-image: url(/img/bgrd.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e9e9e9;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #1073A2;
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0px;
}
img.imgleft {
	margin-right: 8px;
}
img.imgright {
	margin-left: 8px;
}

h1 {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
	margin-left: -10px;
}

.separator {
	display: block;
	clear: both;
	height: 1px;
	margin: 18px 0;
	/*margin-left: 25px;*/
	margin-left: 0px;
	background-color: #333333;
}

.paginacija {
	margin-top: 20px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	/*margin-left: 25px;*/
	margin-left: 0px;
}
.paginacija a {
	color: #333333;
}
.paginacija img {
	margin: 0px;
}
.paginacija td {
	padding: 5px 0;
}

input, select, textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

/* ------------------- HEADER -------------------- */

#header {
	width: 980px;
	height: 78px;
	margin: 0 auto;
	color: #000000;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #000000;
	text-decoration: underline;
}

#logo {
	width: 215px;
	float: left;
}
#logo img {
	margin: 0x;
}

#headerRight {
}

#languages {
	width: 90px;
	float: right;
	margin: 0;
	text-align: right;
	margin-top: 5px;
}

#loginout {
	margin: 10px 10px 0 0;
}

#headerReklama {
	display: block;
	width: 980px;
	height: 220px;
	margin: 0 auto;
	margin-top: 1px;
}
#headerReklama .flash {
	width: 710px;
	float: left;
}
#headerReklama .registruj {
	width: 242px;
	height: 190px;
	float: left;
	background-color: #196386;
	padding: 15px 28px 15px 0px;
	color: #FFFFFF;
	overflow: hidden;
}
#headerReklama .registruj .icoRegistruj {
	margin: 3px 0 8px 0;
	background-image: none;
	padding-left: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
#headerReklama .registruj p {
	margin: 5px 0 5px 28px;
}
#headerReklama .registruj a {
	color: #FF9900;
}
#headerReklama .registruj img {
	margin-left: 28px;
}
#headerReklama .stats {
	width: 242px;
	height: 190px;
	float: left;
	background-color: #196386;
	padding: 15px 28px 15px 0px;
	color: #FFFFFF;
	overflow: hidden;
}
#headerReklama .stats .icoStats {
	/*margin: 3px 0 8px 0;*/
	background-image: none;
	padding-left: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
#headerReklama .stats table {
	margin-left: 28px;
}
#headerReklama .stats table td {
	height: 25px;
}
#headerReklama .stats table td.stat {
	color: #CCCCCC;
}


#pathSearch {
	display: block;
	width: 980px;
	height: 36px;
	margin: 0 auto;
	background-color: #333333;
	
}

#search {
	margin: 0;
	float: right;
}
#search form {
	margin: 0;
	margin-right: 27px;
	padding-top: 8px;
}
#search form input {
	float: left;
	border: 1px solid #809DB9;
	border-right: 0px;
	padding: 2px 0 0 2px;
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 195px;
	height: 16px;
}
#search form input.btn {
	float: left;
	padding: 0;
	width: 20px;
	height: 20px;
	background-image: url(/img/lupa.png);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px;
}

.searchList p {
	margin-left: 25px;
	padding-top: 10px;
}
.searchList p.linija {
	border-top: 1px solid #333333;
}

/* -------------------  PATH -------------------- */

#path {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	color: #999999;
	width: 680px;
}
#path img {
	margin-right: 10px;
	margin-left: 20px;
}
#path a {
	color: #999999;
	text-decoration: none;
}
#path a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* -------------------  KONTEJNER -------------------- */

#container {
	width: 980px;
	margin: 0 auto;
}

/* -------------------  LEVO -------------------- */

#left {
	width: 292px;
	float: left;
	padding: 28px 16px 16px 20px;
	overflow: hidden;
}

/* -------------------  CENTAR -------------------- */

#center {
	float: left;
	width: 640px;
	background-color: none;
	padding: 25px 35px;
}
#center h1 {
	font-size: 11px;
	font-weight: bold;
}
#center h2 {
	font-size: 18px;
	font-weight: normal;
}
#center h3 {
	font-size: 16px;
	font-weight: bold;
}
#center h4 {
	font-size: 14px;
	font-weight: bold;
}
#center p {
	line-height: 140%;
}
#center img {
	/*margin: 0 10px 10px 0;*/
	border: 0;
}
#center ul, #center ol {
	margin-bottom: 0px;
}
#center ol li {
	margin-left: 0px;
	padding-left: 0px;
}

/* -------------------  DESNO -------------------- */

#right {
	float: left;
	width: 270px;
	padding: 0px;
	color: #FFFFFF;
	overflow: hidden;
}
.rightBlue, .rightGray, .rightGray2 {
	margin-bottom: 13px;
}
.rightBlue {
	background-color: #196386;
}
.rightGray {
	background-color: #333333;
}
.rightGray2 {
	background-color: #999999;
}
.rightTrans {

}
.rightBox {
	padding: 28px; 
	padding-left: 0px;
	background-color: #196386;
	margin-bottom: 5px;
}
.rightTrans .rightBox {
	background-color: #E9E9E9;
	padding: 0px;
	padding-bottom: 20px;
}
.rightBox h2 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 28px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 7px;
}
.rightBox a {
	color: #ff9900;
}
.rightBox input {
	width: 236px;
	margin-bottom: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 3px;
}
.rightBox input.gumb {
	width: 80px;
	float: right;
}
.rightBox .stat {
	color: #CCCCCC;
}
/*
.rightBox .stat, .rightBox .stat2 {
	text-align: center;
}*/
.rightBox .stat2 {
	padding-bottom: 4px;	
}
.rightBox p {
	margin: 3px 0 0 28px;
}
.rightBox img {
	margin-left: 28px;
	margin-top: 0px;
}
.rightTrans .rightBox img {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.rightBox table {
	margin-left: 28px;
}

/* -------------------  POTPIS -------------------- */

#footer {
	width: 980px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/img/footerBgrd.png);
        background-color: #333333;
        background-repeat: no-repeat;
	font-size: 10px;
	color: #999999;
}
#footer p {
	margin: 0px 20px;
	padding-top: 10px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer .levo {
	width: 680px;
	float: left;
}
#footer .desno {
	width: 300px;
	float: right;
	text-align: right;
}
#footer .credits {
	width: 300px;
	float: right;
    text-align:right;
}








table.poll_results tr td{
    height: 22px;
}
img.poll_img {
    margin: 0px;
}

table.poll_results tr td.poll_img {
    vertical-align: top;
}

table.poll_results tr td.answer {
    padding-right: 10px;
    text-align: right;
}




/* -------------------  ikonice -------------------- */

.icoRegistruj, 
.icoPrijavi,
.icoStat,
.icoBiz,
.icoKarijera,
.icoPrijatelji,
.icoCentar,
.icoStats {
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	padding-left: 25px;
}
.icoRegistruj {
	background-image: url(/img/icoRegistruj.png);
}
.icoPrijavi {
	background-image: url(/img/icoPrijavi.png);
}
.icoStat {
	background-image: url(/img/icoStat.png);
}
.icoBiz {
	background-image: url(/img/icoBiz.png);
}
.icoKarijera {
	background-image: url(/img/icoKarijera.png);
}
.icoPrijatelji {
	background-image: url(/img/icoPrijatelji.png);
	font-weight: bold;
	color: #333333;
}
.icoCentar {
	background-image: url(/img/icoCentar.png);
	font-weight: bold;
}

h1.naslov {
	padding-left: 25px;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 15px;
	border-bottom: 1px solid #333333;
}



/* -------------------  subMenu -------------------- */

.subTop1, .subTop2, .subTop3, .subTop4, .subTop5, .subBottom1, .subBottom2, .subBottom3, .subBottom4, .subBottom5 {
	background-repeat: no-repeat;
	margin: 20px 0 20px 50px;
	width: 512px;
	height: 31px;
	padding-left: 56px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 12px;
}
.subBottom1, .subBottom2, .subBottom3, .subBottom4, .subBottom5 {
	margin: 10px 0 10px 50px;
}
.subTop1 {
	background-image: url(/img/subTop1.png);
}
.subTop2 {
	background-image: url(/img/subTop2.png);
}
.subTop3 {
	background-image: url(/img/subTop3.png);
}
.subTop4 {
	background-image: url(/img/subTop4.png);
}
.subTop5 {
	background-image: url(/img/subTop5.png);
}
.subBottom1 {
	background-image: url(/img/subBottom1.png);
}
.subBottom2 {
	background-image: url(/img/subBottom2.png);
}
.subBottom3 {
	background-image: url(/img/subBottom3.png);
}
.subBottom4 {
	background-image: url(/img/subBottom4.png);
}
.subBottom5 {
	background-image: url(/img/subBottom5.png);
}
.subBottom1 a, .subBottom2 a, .subBottom3 a, .subBottom4 a, .subBottom5 a, .subTop1 a, .subTop2 a, .subTop3 a, .subTop4 a, .subTop5 a {
	color: #FFFFFF;
	float: left;
}
.podlink {
	display: block;
	width: 128px;
	float: left;
	text-align: center;
	border-left: 1px solid #ffffff;
	font-size:12px;
	margin-top: -5px;
}

.subTop3 a.active {
        font-size:12px;
        display: block;
	width: 128px;
	float: left;
	text-align: center;
        margin-top: -5px;
	color: #0092D6;
}

.subDownload {
	background-image: url(/img/subDownload.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 191px;
	height: 31px;
	padding-left: 56px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 12px;
}
.subDownload a {
	color: #FFFFFF;
}





.bodyItem {
	margin-left: 25px;
}
.izbor select {
	width: 156px;
	margin-bottom: 4px;
}
.izbor select, .izbor input {
	width: 156px;
}




#menuLeft a {
	display: block;
	margin-bottom: 10px;
}

.shot {
    width: 568px;
    margin-left: 50px;
}





/* -- Tabele -- */

.story table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.story table tr td, .story table tr th {
	padding: 4px 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.story table thead tr td, .story table tr th {
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	text-align: left;
}
.story table tr th {
	background-color: #CCCCCC;
	color: #333333
}















