﻿body {
	font:Trebuchet MS;
	background-position: center;
	background: #000000 url(img/bg2.jpg) center top no-repeat;
	color: white;
}

a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}


h1 {
				font: 22px Trebuchet MS;
				border-bottom: 1px solid;
				font-variant: small-caps;
				letter-spacing: 2px;
}

/* podnaslovi */
h2 {
	font: 15px Times New Roman;
	border-bottom: gray 1px dashed;
	font-variant: small-caps;
}

/*novosti*/
h3 {
	font: 10px trebuchet ms;
	font-weight: bold;
	letter-spacing: 3px;
	color: #0062c2;
}



div.header, div.main, div.footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div.header {
	height: 358px;
}

div.main {

}

div.footer {
	height: 100px;
	font: 12px trebuchet ms;
	text-align:right;
}
div.footer a, div.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.main {
	width: 100%;
	font: 12px trebuchet ms;
	margin:0px;
	padding:0px;
}

td {
	vertical-align: top;
}

td.menu {
	vertical-align: top;
}

td.sadrzaj {
	width: 732px;
	padding: 25px;
	padding-right: 45px;
	padding-top: 15px;
	text-align: left;
	background: top right url(img/bg_main.png);
}

td.datum {
	height: 68px;
	width: 732px;
	text-align:right;
}

div.datum{
	padding-top:25px;
	padding-right:58px;
}


/* pedigree*/
table.pedigre {
	border-collapse: separate;
	color: inherit;
}
table.pedigre td {
	border: 1px solid gray;
	background: url(img/bg_main.png);
	padding: 5px;
	vertical-align: middle;
	font: 12px Arial;
}


label {
    background: inherit;
    text-align: right;
    width: 200px;
    float: left;
}

td.labeln {
    background: inherit;
    text-align: left;
    width: 120px;
    float: left;
}




/*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;
}
