@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	background-color: #000;
	background-image: url(img/headbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial,Courier,sans-serif;
}

a {
	color: #2a6faf; 
	text-decoration: none;
	
}

a:hover {
	color: #bfec37;
	text-decoration: underline;
	
}

.tableCellLeft {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}

.tableCellRight{
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
}

.releaseList td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.releaseLeft {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.releaseRight {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #bfec37;
	border-left-color: #999;
}

#flashcontent {
	height: 225px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

#leftImage {
	float: left;
	margin-right: 15px;
}

#rightImage {
	float: right;
	margin-left: 15px;
}

#mainpage {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 250px;
	z-index: 4;
}

#centralContent {
	position: relative;
	height: 100%;
	width: 850px;
	left: 95px;
	top: 15px;
}

#naslovStrane {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bfec37;
	margin-right: 35px;
}

#subList {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;	
}

#subList a {
	color: #2a6faf;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#subList a:hover {
	color: #666;
}

#subList p {
	color: #999;
	font-size: 10px;
	padding: 0px;	
}

.naslovGlavni {
	font-size: 20px;
	font-style: normal;
	color: #FFF;
}

.podNaslov {
	font-size: 16px;
	font-weight: normal;
	color: #2a6faf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfec37;
}
.subNaslov {
	font-size: 14px;
	font-weight: normal;
	color: #2a6faf;
}

.stdText {
	font-size: 12px;
	top: 0px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: justify;
	margin-right: 5px;
	display: table;
	position: relative;
}

.stdText p {
	text-indent: 20px;
}

.parolaText {
	font-size: 14px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: justify;
	margin-right: 35px;
	text-indent: 20px;
	color: #333;
	font-style: italic;
}

.smallText {
	font-size: 10px;
	color: #666666;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	height: 75px;
	margin-top: 35px;
	margin-right: 35px;
	padding-right: 0px;
	display: block;
	clear:both;
}

#leftFoot {
	float: left;	
}

#rightFoot {
	float: right;	
}
#flashimg {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #333;
	margin-left: 15px;
	margin-right: 35px;
	text-align: right;	
}

body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


.forms Label {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.formsNeobavezno {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #069;
}

.formsObavezno {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #bfec37;
}

input {
	height: 18px;
	border: 1px solid #333;
}

input.slanje {
	height: 18px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #666;
}