body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman",Times,serif;
	font-size: 14px;
	color: #555;
    background: #a0c73f;
}

a:link, a:visited { color: #CC237E; text-decoration: none; } 
a:active, a:hover { color: #3A5909; text-decoration: underline; }

table { border: 0px; }
input {
	background-color: #FBF4F9;
	border: 1px solid #8AB93F;
	width: 200px; 
	margin-top: 3px;
	padding: 3px;
}
textarea {
	background-color: #FBF4F9;
	border: 1px solid #8AB93F;
	width: 200px;
	padding: 3px;
	height: 80px;
	font-family: Tahoma;
	font-size: 12px;
	
}

.button {
	width: 208px;
	padding: 3px;
}
input:hover {
	background-color: #E4EFB4;
}
textarea:hover {
	background-color: #E4EFB4;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r10 { margin-right: 10px; }

.float_l { float: left; }
.float_r { float:  right; }

#header_wrapper {
	width: 100%;
	height: 265px;	
	background: url(images/header.jpg) no-repeat top center;
}

#header {
	position: relative;
	width: 980px;
	height: 265px;		
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top center;
}

#header  #site_title {
	float: left;
	height: 150px;
	width: 300px;
	padding: 30px 0 0 0;
	
	cursor:pointer;cursor:hand;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-left: 2px;
	font-size: 14px;
	color: #416902;
	font-weight: bold;
	letter-spacing: 2px;
}

#content ul {
	margin-top: 1px;
	margin-left: -25px;
}

#menu {
	float: right;
	padding-top: 80px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	letter-spacing:1px;
	float: left;
	display: block;
	height: 42px;
	width: 125px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #333333;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover {
	color: #ffffff;
	background: url(images/menu_current.png) no-repeat top;
}


#menu li  a.current_page_item{
	color: #D61697;
	background: url(images/menu_hover.png) no-repeat top;
}

#delovnicas {
	position: absolute;
	width: 300px;
	height: 72px;
	bottom: 30px;
	right: 0px;
	color: #7DB91A;
	
	#position: fixed;
	#float: right;
	#margin-top: 30px;
	#width: 290px; 
}

#content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 20px 40px;
	background: url(images/content.jpg) repeat-y;
}

#content_wrapper_bottom {
	width: 1000px;
	height: 15px;
	margin: 0 auto;
	background: url(images/content_bottom.jpg) no-repeat;
}

#content {
	float: left;
	width: 600px;
	min-height: 500px;
	height:auto !important;
	height:500px;
}

#content p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_section {
	padding-left: 20px;
	clear: both;
	width: 100%;
}

#content h2 {
	color: #3a5909;
	font-size: 24px;
	padding: 0 0 60px 20px;
	background: url(images/header_bg.png) no-repeat bottom left;
}

#sidebar {
	float: right;
	width: 280px;
	padding: 0;
	background: url(images/sidebar.jpg) repeat-y; 
}

#sidebar .sidebar_section {
	margin-bottom: 40px;
}

#sidebar .sidebar_section_content {
	margin:0 15px 0 15px;
	text-align: justify;
}

#sidebar h2 {
	color: #3a5909;
	font-size: 24px;
	padding: 0 0 60px 20px;
	background: url(images/header_bg.png) no-repeat bottom left;
}

#sidebar .categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .categories_list li {
	padding: 0;
	margin: 0;
}

.categories_list li a {
	display: block;
	color: #201f1c;
	padding: 5px 0 5px 20px;
	font-weight: bold;
	background: url(images/list_current.png) center left no-repeat;
}
.categories_list li a:hover {
	color: #537c11;
	text-decoration: none;
	
	background: url(images/list.png) center left no-repeat;
}

.sidebar_section label {
	display: block;
	margin-bottom: 10px;
}

.sidebar_section #input_field {
	height: 20px;
	width: 233px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.sidebar_section #submit_btn{
	float: right;
 	height: 30px;
	width: 80px;
	margin: 0px;
	padding: 3px 0 15px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #000000;
}

#footer .footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #333;
}

.footer_menu li  a{
	color: #333;
}
.footer_menu li  a.current_page_item{
	text-decoration: underline;
}

.footer_menu .last_menu {
	border: none;
}

.copyright { margin: 40px 0; text-align: center; color: #7D9C2E; }
.copyright a{ color: #7D9C2E;}
.copyright a:hover { color: #566B1F; text-decoration: none; }
.galerija { border: 1px solid #8AB93F; padding: 5px; margin-right: 6px; margin-bottom: 6px; background-color: #BDD73C; float: left;}
.slika { border: 1px solid #8AB93F; padding: 5px; margin: 3px; background-color: #BDD73C; }
.cms { position: fixed; bottom: 0px; right: 0px; #text-align: center; }
