/*OSNOVNI RESET*/
*{
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	border: none;
	padding: 0 1 1 0;
}
/*LAYOUT*/
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	width: 960px;
	height: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav{
	background-color: #36338F;
	width: 956px;
	height: 25px;
	margin: 0px auto 5px auto;
	text-align: left;
	padding-left: 5px;
	color: #FFF;
}
body{
	background-color: #F4F4F4;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#content-wrapper{
	background-color: #FFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar-left{
	float: left;
	width: 191px;
}
#sidebar-right {
	float: right;
	width: 191px;
}
#sidebar-right-top {
	background-image: url(images/logo_provider.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar-right-bottom {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
#content {
	margin-left: 196px;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-bar {
	height: 20px;
	background-color: #CCC;
	font-size: 12px;
	color: #2F8F21;
	padding-left: 10px;
}
#bottom-bar {
	height: 80px;
	background-color: #36338F;
	text-align: left;
	padding-left: 18px;
	font-size: 9px;
	color: #EAEAEA;
}
#bottom-bar p a {
	color: #FFF;
}
#bottom-bar p a:hover {
	color: #47802A;
}
#bottom-bar p a:current {
	color: #F60;
}
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#nav a:hover {
	color: #47802A;
}
#nav a:current {
	color: #F60;
}
#sidebar-menufirst ul {
	list-style-type: none;
	margin-bottom: 5px;	
}
#sidebar-menufirst ul li {
	background-color: #47802A;
	height: 80px;
	width: 191px;	
	margin-bottom: 5px;
	margin-right: 5px;
}
#sidebar-menufirst ul li a {
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px 10px 5px;
}

#sidebar-menufirst ul li a:hover {
	color: #36338F;	
}
#sidebar-menutemplate ul {
	list-style-type: none;
	margin-bottom: 7px;
}
#sidebar-menutemplate ul li {
	background-color: #47802A;
	height: 80px;
	width: 191px;
	margin-bottom: 7px;
}
#sidebar-menutemplate ul li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding-top: 30px;
}
#sidebar-menutemplate ul li a:hover {
	color: #36338F;	
}
/*CONTENT HOMEPAGE*/
#content-first p {
	background-color: #FFF;
	width: 558px;
	color: #36338F;
	text-align: justify;
	margin-left: 2px;
	margin-right: 0px;
	padding: 2px;
	font-size: 11px;
	line-height: 150%;
}
#content-first h2 a:hover {
	color: #F60;
	padding-top: 10px;
	padding-left: 5px;
}
/*CONTENT 2ND PAGE*/
#content-introtemplate p{
	background-color: #FFF;
	width: 558px;
	color: #36338F;
	font-weight: normal;
	text-align: justify;
	padding: 5px 10px 5px 5px;
}
#content-introtemplate h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 5px;
	text-decoration: none;
}
#content-introtemplate h2 a:hover {
	color: #F60;
	padding-top: 10px;
}
#content-introtemplate h4 {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 10px;
}
/*CONTENT 3RD PAGE*/
#content-template p{
	background-color: #FFF;
	width: 558px;
	color: #36338F;
	font-weight: normal;
	text-align: justify;
	padding: 5px 10px 5px 5px;
}

#content-template h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 10px;
	text-decoration: none;
}
#content-template h2 a:hover {
	color: #F60;
	padding-top: 10px;
}
#top-bar a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #36338F;
	text-decoration: none;
	margin-left: 18px;
}
#top-bar a:hover {
	color: #2F8F21;
	background-color: #EAEAEA;
}
/*CONTENT 4TH PAGE*/
#content-templatelast p{
	background-color: #FFF;
	width: 558px;
	color: #36338F;
	font-weight: normal;
	text-align: justify;
	padding: 5px 10px 5px 5px;
}
#content-templatelast h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
}
#content-templatelast li a {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 30px;
	text-decoration: none;
	list-style-type: none;
}
#content-templatelast h2 a:hover {
	color: #F60;
	padding-top: 10px;
}
/**/
#sidebardetail-left {
	width: 960px;
	margin-right: 5px;
}
#sidebar-detailtemplate-top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #47802A;
	text-align: left;
	display: block;
	float:left;
	height: 40px;
	width: 950px;
	padding-top: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #FFF;
}
#lowersidebar-detailtemplate-top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #47802A;
	text-align: left;
	float:left;
	height: 40px;
	width: 950px;
	padding-top: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #FFF;
}
#sidebar-detailtemplate-bottom p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #36338F;
	background-color: #EFEFEF;
	text-align: justify;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px;
	float: left;
	height: 220px;
	width: 940px;
}
#lowersidebar-detailtemplate-bottom ul {
	list-style-type: none;
	margin-bottom: 5px;
}
#lowersidebar-detailtemplate-bottom ul li {
	background-color: #EFEFEF;
	float: left;
	height: 130px;
	margin-bottom: 5px;
}
#lowersidebar-detailtemplate-bottom ul li a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #36338F;
	width: 940px;
	padding: 10px;
	display: block;
}
#sidebar-detailtemplateznak-top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #47802A;
	text-align: left;
	display: block;
	float:left;
	height: 40px;
	width: 950px;
	padding-top: 25px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
#sidebar-detailtemplateznak-bottom {
	height: 500px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	color: #36338F;
	background-color: #EFEFEF;
	text-align: justify;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 930px;
}
#sidebar-detailtemplateznak-bottom p img {
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 5px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.float-right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.center {
	float: center;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar-menufirst p {
	border: 1px #47802A solid;
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding: 30px 25px;
	margin-top: 30px;
	background-color: #EBE4B8;
}
#sidebar-right-bottom h2 {
	color: #47802A;
	font-size: 14px;
	font-weight:bold;
	margin-top: 30px;	
}
#sidebar-right-bottom h3 {
	color: #F60;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	border-top: 1px #F60 solid;
	padding-top: 5px;
}
#sidebar-right-bottom p a {
	color: #47802A;
	font-size: 12px;
	text-decoration: none;
}
	
#content-introtemplate p .center {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}
#content-template p .float-right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-top: 5px;
}
#content-template p .float-left {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px;
	
}
#content-template h2 {
	padding-top: 10px;
}
#content-template p {
	padding-top: 10px;
	padding: 5px 15px 0 10px;
	text-align: justify;
}
#content-templatelast p .float-right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
}
#content-templatelast p .float-left {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	
}
#content-templatelast h2 {
	color: #47802A;
	font-size: 14px;
	font-weight:bold;
	padding: 10px;
}
#content-templatelast h3 {
	color: #f60;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
}
#content-templatelast p {
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#provider-links ul li a {
	color: #36338F;
	font-size: 12px;
	list-style-type: none;
	padding-left: 10px;
}
#content-template h4 {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 10px;
}
#content-templatelast h4 {
	font-size: 14px;
	font-weight: bold;
	color: #47802A;
	padding-left: 10px;
}
#bottom-bar p {
	text-align: center;
}
#content-first h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	padding-left: 28px;
}
#content-first h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #47802A;
	text-decoration: none;
	padding-left: 5px;
}
#content-first p a {
	color: #47802A;
	font-size: 11px;
	padding: 5px;
	margin-left: 15px;
	font-weight: normal;
	text-decoration: underline;
}
#content-first h4 {
	font-size: 12px;
	font-weight: bold;
	color: #47802A;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 2px;
}
#content-first h6 {
	font-size: 12px;
	font-weight: bold;
	color: #47802A;
	margin: 0px;
	padding-left: 10px;
}
#content-first ol {
	margin-left: 30px;
}
#content-first ol li h6 a i {
	margin-left: 20px;
	color: #47802A;
}
#content-first ol li {
	margin-left: 10px;
}
#content-first h3 {
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	padding: 0px;
	margin-left: 5px;
}
/*JQUERY css file*/
<STYLE>
body, input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #F60
}
a:visited {
	color: #47802A;
	text-decoration: none;
}
a.morelink {
	text-decoration:none;
	outline:none;	
}
#head h2 {
	color: #F60;
	margin:0px;
	padding: 5px;
	background-color: #FFF;
}
.comment {
	width: 558px;
	background-color: #FFF;
	margin: 10px;
	font-size: 11px;
	color: #333;
}
.morecontent span {
	display: none;

}
</STYLE>
form ol {  list-style-type: none; }
form   { text-align:left; margin-top:5px;
text-align:right; display:block; background:none;
 }
Submit	{ background:none; }
Input 	{
	Width: 280px; margin:0 0 16px 10px;
	Border:1px #bbb solid; padding:5px; background:none;
	}
Input: focus, textarea:focus {background-color: #FFD5AA; }
Textarea {
	Width: 280px; height: 150px; margin: 0 0 16px 10px;
	border: 1px #bbb solid padding: 5px; background: none;
	}
Select { margin-bottom: 20px; }
.month {margin-left:155px;
.submit {
	width:90px; height:25 px;
	margin-left: 170px;
	 font-size:12px
	}
Br	{ clear: left; }

.clear { clear: both }

#h5 {
	font-size: 11px;
	font-weight: bold;
	color: #47802A;
}

.comment.more b {
	font-weight: bold;
	color: #47802A;
}
.comment.more li {
	list-style-type: none;
}
.comment.more ul li {
	padding-left: 10px;
}
