/* CSS Document */

.heder, .modul_naslov, .modul_dno {
	background: #00803f; /* Old browsers */
background: -moz-linear-gradient(top,  #00803f 0%, #005c2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00803f), color-stop(100%,#005c2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00803f 0%,#005c2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00803f 0%,#005c2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00803f 0%,#005c2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00803f 0%,#005c2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00803f', endColorstr='#005c2d',GradientType=0 ); /* IE6-9 */
}
.meni {
	background: #00803f; /* Old browsers */
background: -moz-linear-gradient(top,  #00803f 0%, #005c2d 50%, #00803f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00803f), color-stop(50%,#005c2d), color-stop(100%,#00803f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00803f 0%,#005c2d 50%,#00803f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00803f 0%,#005c2d 50%,#00803f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00803f 0%,#005c2d 50%,#00803f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00803f 0%,#005c2d 50%,#00803f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00803f', endColorstr='#00803f',GradientType=0 ); /* IE6-9 */
border-top:1px #FFF solid;
}
.meni a {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	text-decoration:none;
}
.naslov, H2, H3 {
	color:#005c2d;
}
.logo_slika {
	background-image:url(logo.png);
	height:110px;
	width:110px;
	background-repeat:no-repeat;
	float:left;
	margin:10px;
	cursor:pointer;
}
.logo {
	margin-top:40px;
	width:80%;
}