.clr { clear: both; }

#index_categories { border: 0px solid blue; }
#index_categories ul { border: 0px solid green; width: 284px; margin: 0px; padding: 0px; list-style-type: none; float: left; }
#index_categories li { border: 0px solid red; }
#index_categories li a { border: 0px solid red; color: #d9d9da; text-decoration: none; background: #181818; padding: 5px 5px 5px 15px; margin: 2px 0px 2px 2px; display: block;}
/*#index_categories li a:hover { color: #d9d9da; text-decoration: none; background: #2a2a2a; }*/
#index_categories li a:hover { color: #203c01; text-decoration: none; background: #b0ca4f; }

#navigation, #navigation a { color: white; font-weight: bold; text-decoration: none; }
#navigation a:hover { text-decoration: underline; }

.title a { font-weight: bold; color: #8ac800; text-decoration: underline; }

a { color: #8ac800; text-decoration: none; }

#dodaj-form div {
	clear: both;
	margin: 10px 0;
}

#dodaj-form label {
	width: 150px;
	display: block;
	float: left;
}

#dodaj-form input[type="text"], #dodaj-form textarea {
	width: 500px;
}