@charset "UTF-8";
/* CSS Document */

a:link {color:#0d4681; text-decoration:none;}      /* unvisited link */
a:visited {color:#0d4681; text-decoration:none;}  /* visited link */
a:hover {color:#0d4681; text-decoration:none;}  /* mouse over link */
a:active {
	color:#F2F2F2;
	text-decoration:none;
}  /* selected link */ 

body {
	background-image: url(../images/podloga.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/podloga-tema.jpg);
	height: 1250px;
}
.top {
	height: 300px;
	width: 900px;
	background-image: url(../images/podloga-td.jpg);
}
.izbornik {
	height: 45px;
	width: 880px;
	box-shadow: inset;
	background-image: url(../images/podloga-izb.jpg);
	color: #0d4681;
	padding-left: 20px;
	word-break: break-all;
}
.lijevo {
	float: left;
	height: auto;
	width: 170px;
	color: #f2f2f2;
	padding-left: 20px;
	padding-right: 10px;
}
.tema {
	height: auto;
	width: 470px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #4e4d4d;
	padding-bottom: 25px;
}
.desno {
	float: left;
	height: auto;
	width: 180px;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 10px;
}
.footer {
	height: 230px;
	width: 900px;
	background-image: url(../images/podloga-footer.jpg);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 15px;
}
.top-lijevo {
	background-image: url(../images/podloga-tl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 423px;
}
.foot1 {
	height: 200px;
	width: 200px;
	padding-left: 20px;
	float: left;
	color: #F2F2F2;
	font-size: 0.9em;
}
.wrapper .lijevo p strong a {
	color: #F2F2F2;
}
.wrapper .lijevo p a {
	color: #F2F2F2;
}
.footer .foot1 a {
	color: #F2F2F2;
}
