@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
	background-image: url(../slike/pozadina.jpg);
}

#omotac {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#vrh {
	height:121px;
}

/* hack za glupavi IE6 */
#vrh img{
	display:block;
}

#glavna {
	height:381px;
}

/* hack za glupavi IE6 */
#glavna img {
	display:block;
}

.linkovi {
	background-image: url(../slike/dno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
}

.linkovi ul {
	margin: 0 0 0 2px;
	padding: 0;
	height: 41px;	
}

.linkovi ul li {
	list-style: none;
	width: 111px;
	height: 41px;
	margin-right: 4px;
	float: left;
	display: block;	
}

.linkovi ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #373275;
	text-align: center;
	line-height: 46px;
	background-image: url(../slike/tab1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 111px;
	height: 41px;
	display: block;
	text-decoration: none;
}

.linkovi ul li a:hover {
	background-image: url(../slike/tab2.png);
}

.smallerFont {
	font-size: 15px !important;	
}

#okvirTekst {
	height:302px;
}

#okvirTekst img {
	display:block;
}

#dno {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #055cb6;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear {
	clear:both;
}

.naslov {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #039;
}

.tekst {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #039;
}

.naglasi {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #039;
}

