/* CSS Document */

body {
	background-color: #F1EC8D;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 16px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: center;
	color: #666699;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
#container {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 780px;
	border: 2px solid #003333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C4D6DF;
}
#header {
	background-image: url(head.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: auto;
	text-align: center;
}
/*#header img {
	margin: 0px;
	padding: 0px;
}*/
#leftside {
	margin: auto;
	padding: 2px;
	float: left;
	height: auto;
	width: 140px;
	text-align: left;
	border: 1px solid #999999;
	background-color: #D7E0E1;
}
#leftside ul {
	margin: auto;
	padding: 0px;
}
#leftside li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftside li a:link, #leftside li a:visited {
	background-color: #E3ECE9;
	display: block;
	padding: 2px;
	margin: 2px;
	background-image: url(bulletb.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	text-indent: 16px;
}
#leftside li a:hover, #leftside li a:active {
	background-color: #474E61;
	background-image: url(bulletc.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	color: #99FF99;
	text-indent: 16px;
	display: block;
	padding: 2px;
	margin: 2px;
}
#sadrzaj {
	background-color: #FFFFFF;
	text-align: justify;
	height: auto;
	width: 480px;
	margin-top: auto;
	margin-right: 130px;
	margin-bottom: auto;
	margin-left: 150px;
	padding: 5px;
	border: 1px solid #999999;
}
#admin_sadrzaj {
	background-color: #FFFFFF;
	text-align: justify;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 180px;
	padding: 8px;
	border: 1px solid #999999;
}
#desno {
	float: right;
	height: auto;
	width: 125px;
	margin: auto;
	border: 1px solid #999999;
}
#footer {
	background-color: #E3ECE9;
	text-align: center;
	clear: both;
	height: auto;
	width: auto;
	margin: auto;
	padding: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
.navigacija_naslov {
	background-image: url(navigacija_naslov2.gif);
	height: 18px;
	width: 140px;
	margin: auto;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 8px;
}
.form {
	font-size: 12px;
}
.form input, .form textarea, .form select {
	background-color: #e9e8ee;
	font-size: 10px;
	margin: auto;
}
.bgd1 {
	background-color: #D8DBE9;
}
.bgd2 {
	background-color: #ECF0EC;
}
.bgd3 {
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
}

