﻿body {
	font-family: trebuchet ms, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF url(img/bg2.jpg) center top no-repeat;
	font-weight: normal;
}

a:visited {
	color: #0062c2;
	text-decoration: none;
}

a:hover {
	color: #0062c2;
	text-decoration: none;
}

a {
	color: #0062c2;
	text-decoration: none;
}
a:hover {
	color: #0062c2;
	text-decoration: underline;
}


div.main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.menu {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.vmenu {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.header {
	height: 213px;
	background: ;
}
div.update {
	position: absolute;
	width: 179px;
	height: 134px;
	color: gray;
	padding-top:80px;
	text-align:center;
}

div.menu {
	height: 46px;
	background: transparent;
}
div.main {
	min-height: 400px;
	background: transparent;
	font: 12px trebuchet ms;
}

div.footer{
	position: relative;
	bottom:0;
	width: 100%;
	height: 302px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:top;
	text-align: center;
	background: #FFFFFF url('img/footer.jpg') bottom center repeat-x;
}

.push {
	height: 150px; /* .push must be the same height as .footer */
}

#footermain {
	height: 150px; /* .push must be the same height as .footer */
}

/* naslov */
div.naslov {
	width: 500px;
	position: relative;
	top: 10px;
	margin-top:20px;
	margin-left:100px;
	margin-right:100px;
	
}
h1 {
	font: 22px Times New Roman;
	border-bottom: #e6e6e6 1px solid;
	font-variant: small-caps;
}

/* podnaslovi */
h2 {
	font: 15px Times New Roman;
	border-bottom: #e6e6e6 1px solid;
	font-variant: small-caps;
}

/*novosti*/
h3 {
	font: 10px trebuchet ms;
	font-weight: bold;
	letter-spacing: 3px;
	color: #0062c2;
}

/* text */
div.text {
	position: relative;
	background: #FFFFFF;	
}
div.uvuceno {
	position: relative;
	margin:100px;
	margin-top: 50px;
}


label {
    background: inherit;
    text-align: right;
    width: 200px;
    float: left;
}

td.label {
	margin:auto;
    background: inherit;
    text-align: left;
    width: 80px;
    float: left;
}

table {
	border-collapse: collapse;			
}

td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
	text-align:justify;
}



/*slike okvir*/
#imageContainer{
	padding: 8px;
	font-size: 11px;
	text-align:center;
}
#imageContainer img{
	padding: 3px;
	border: 1px solid #999999;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
img {
	border: none;
}