@charset "iso-8859-2";
body {
	font-family: Arial, "Times New Roman";
	font-size: 15px;
	line-height: 25px;
}
#okvir {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

h1 {
	font-size: 25px;
	color: #d21e00;
	font-family: Arial, Verdana;
}
#izbornik {
	height: 35px;
	background-color: #d21e00;
	font-family: Arial;
	color: #CCCCCC;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
#izbornik a {
	height: 35px;
	padding-right: 17px;
	padding-left: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 35px;
	letter-spacing: 2px;
}
#izbornik a:hover, #izbornik a:active {
	color: #D21E00;
	background-color: #191919;
	display: inline-block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 35px;
}

#sadrzaj {
	padding: 25px;
}
#dno {
	font-size: 14px;
	line-height: 30px;
	color: #CCCCCC;
	text-align: center;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #d21e00;
}
#dno a {
	color: #FFFFFF;
	text-decoration: none;
}
.fotka {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	margin: 9px;
}
.fotka_lijevo {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-bottom: 9px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 5px;
}
.fotka_desno {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: right;
	margin-top: 5px;
	margin-left: 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

