* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, helvetica, sans-serif;
	color: #808080;
	font-size: 11px;
}

body {
	text-align: center;
	background: #F3FAF3 url(images/background.jpg) repeat-x;
}

textarea {
	padding: 5px;
}

a, a:visited, a:active {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #6C6C6C;
}

#container {
	width: 766px; /*766*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	border: 0px solid red;
}

#header {
	height: 200px;
	border: 0px solid blue;
	padding: 0;
}

#sidebar {
	background: #E2F0E1 url(images/nav.jpg) no-repeat;
	background-position: bottom;
}
#sidebar a, #sidebar a:visited, #sidebar a:active {
	display: block;
	color: #269551;
	border-bottom: 1px solid #66BA86;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

#sidebar a.podizbornik, #sidebar a.podizbornik:visited, #sidebar a.podizbornik:active {
	padding-left: 10px;
	text-transform: none;
}

#sidebar a:hover {
	color: #2F6C46;
}

h1 {
	text-align: right;
	background: url(images/h1.gif) repeat-x;
	font-size: 16px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #F6821F;
	margin-left: 10px;
}

h2 {
	color: #F6821F;
	font-size: 12px;
}

h3 {
	font-size: 14px;
	color: #656565;
}

h4 {
	font-size: 12px;
	color: #14a850;
}

div.sadrzaj {
	padding: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}

.okvir {
	border: 1px solid #F6821F;
}

div.sadrzaj img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: left;
}
div.sadrzaj p {
	margin-bottom: 10px;
	margin-right: 30px;
}
div.sadrzaj ul {
	margin: 20px;
}
div.sadrzaj ul li {
	margin-bottom: 10px;
}
div.sadrzaj a,
div.sadrzaj a:visited,
div.sadrzaj a:active {
	border-bottom: 1px dotted #808080;
}
div.sadrzaj a:hover {
	border-bottom: 1px solid #808080;
}
td.content {
	background: transparent;
}
ul.kategorije, table.kategorije {
	margin-top: 10px;
	width: 260px;
	float: right;
	clear: right;
	text-align: left;
	text-transform: uppercase;
	display: inline;
}
table.kategorije tr td {
	color: #8297CE;
}
ul.kategorije li a, table.kategorije tr td a {
	display: block;
	font-weight: bold;
	color: #ffad65;
	border: 0;
}
ul.kategorije li {
	color: #ffad65;
}
table.kategorije tr td a.selected {
	color: #F6821F;
	font-weight: bold;
	border: 0;
}
ul.kategorije li a:hover, table.kategorije tr td a:hover {color: #F6821F;border: 0;}

/*PODKATEGORIJE LEVEL 4*/

table.kategorije tr td ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: none;
}
table.kategorije tr td ul li {
	color: #ffad65;
}
table.kategorije tr td ul li a {
	font-weight: normal;
	color: #ffad65;
	border: 0;
}
table.kategorije tr td ul li a:hover {color: #F6821F;border: 0;}

/*#content ul {
	margin: 20px;table.tablica {border:1px solid #f6ddc7; border-top: 0;}
table.tablica caption {
	background-color:#E2F0E1;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
	text-align:left;
	border:1px solid #f6ddc7;
}
table.tablica td {
	padding: 3px;
}
table.tablica td.zaglavlje {
	background-color: #f8eee6;
}
}*/

/*Kategorija content*/
#kategorija_content {
	text-align: left;
	color: #808080;
}
#kategorija_content a,
#kategorija_content a:visited,
#kategorija_content a:active,
#kategorija_content a:hover {
	color:#14a850;
	border: 0;
}
#kategorija_content a.selected {font-weight:bold;color: #005AAB;}
#kategorija_content h2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-color: #E2F0E1;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	clear: both;
}
#kategorija_content h3 {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
#kategorija_content .proizvod {
	float: left;
	width: 166px; height: 106px;
	padding: 10px;
	color: #000;
	text-align: left;
}
#kategorija_content img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}
.c1, .c2 {border-right: 1px solid #14a850;}
.r {border-top: 1px solid #14a850;}

#kategorija_content .proizvod img {
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
}
#kategorija_content .proizvod h4 {
	display: block;
	font-weight: bold;
}
#kategorija_content .proizvod a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	border: 0;
}
/*END kategorije content*/


hr {
	border: 0;
	border-bottom: 1px solid #F6821F;
	height: 1px;
	clear: both;
}

.col1 {
	float: left;
	clear: left;
}
.col2 {
	float: right;
	clear: right;
}
.col1, .col2 {
	border: 0px solid red;
	width: 250px;
}

.clear {
	font-size: 1px;
	clear: both;
}

a.opsirnije, a.opsirnije:visited, a.opsirnije:active {
	color: #F78120;
}
a.opsirnije:hover {
	color: #AE6121;
}

/*SLIDER*/
.box-content {
	width: 200px; height: 14px;
}
.box-content .content-slider {
	position: absolute;
}


/*CSS FIX*/
div.sadrzaj .kategorije a,
div.sadrzaj .kategorije ul li a,
div.sadrzaj .kategorije tr td a {
	border: 0;
}

#expositus:hover {
	color:#C1D82F;
}
#expositus {
	clear:left;
	color:#C1C1C3;
	display:block;
	font-size:10px;
	margin:0pt;
	padding:0pt;
	text-align:left;
}
