﻿html, body {
	font-family: Cambria;
	margin: 0px;
	padding: 0px;
	}
footer {
	margin-top: 40px;
}
/* ================================== SIRINE =========================== */
.span12 {
  width: 940px;
  display: block;
  float: left;
}
@media screen and (max-width: 940px) {
	.span12 { width: 100%; }
}
.span11 {
  width: 860px;
  display: block;
  float: left;
}
@media screen and (max-width: 860px) {
	.span11 { width: 100%; }
}
.span10 {
  width: 780px;
  display: block;
  float: left;
}
@media screen and (max-width: 780px) {
	.span10 { width: 100%; }
}
.span9 {
  width: 700px;
  display: block;
  float: left;
}
@media screen and (max-width: 700px) {
	.span9 { width: 100%; }
}
.span8 {
  width: 620px;
  display: block;
  float: left;
}
@media screen and (max-width: 620px) {
	.span8 { width: 100%; }
}
.span7 {
  width: 540px;
  display: block;
  float: left;
}
@media screen and (max-width: 540px) {
	.span7 { width: 100%; }
}
.span6 {
  max-width: 460px;
  min-width: 460px;
  display: block;
  float: left;
}
@media screen and (max-width: 460px) {
	.span6 { width: 100%; }
}
.span5 {
  width: 380px;
  display: block;
  float: left;
}
@media screen and (max-width: 380px) {
	.span5 { width: 100%; }
}
.span4 {
  width: 300px;
  display: block;
  float: left;
}
@media screen and (max-width: 300px) {
	.span4 { width: 100%; }
}
.span3 {
  max-width: 220px;
  min-width: 220px;
  display: block;
  float: left;
}
@media screen and (max-width: 220px) {
	.span3 { width: 100%; }
}
.span2 {
  width: 140px;
  display: block;
  float: left;
}
@media screen and (max-width: 140px) {
   .span2 { width: 100%; }
}
.span1 {
  width: 60px;
  display: block;
  float: left;
}
@media screen and (max-width: 60px) {
   .span1 { width: 100%; }
}
.container {
	width:940px;
	margin: 0 auto;
	height:100%;
}
.container p {
	font-size: 16px;
	}
@media screen and (max-width: 940px) {
   .container { width: 100%; }
}
/* ================================== HEAD ============================= */
header {
	width: 100%;
	float: left;
	background-image: url('../img/bg.jpg');
	height: 200px;
	padding-top: 0px;
	text-align:center;
	font-size: 28px;
	font-weight:bolder;
	color: #000;
}
/* ===================== MENU =========================== */
.menu {
	background-color: transparent;
	margin: auto;
	text-align: center;
	vertical-align:text-bottom;
	width: 100%;
	height: 40px;
	display:block;
	position: relative;
	margin-top: -29px;
	font-weight:normal;
}
nav {
	width: 100%;
	height: 25px;
	position: relative;
	margin: 0 auto;
	padding: 0em;
}
ul {
	padding-left: 0em;
	padding-right: 0em;
}
nav ul li{
	display: block;
	float: left;
	list-style: none;
	align: center;
	margin-left: 2.6px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 2px;
	width: 33%;
	height: 25px;
	background-color: #ac0000;
	color: #FFF;
}
.oznacen {
	font-weight: bold;
}

nav a:link {
	font-size: 16px;
	font-weight: regular;
}
nav li:visited {
	font-family: Cambria;
	font-size: 16px;
	font-weight: regular;
	color: #FFF;
}
nav li:hover {
	font-family: Cambria;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #000;
}	
nav li:active {
	font-family: Cambria;
	font-size: 16px;
	font-weight: regular;
	color: #fff;
	background-color: #000;
}

/* =================================== NASLOVI ============================= */
h1 {
	text-align:center;
	font-size: 26px;
	color: #ac0000;
}
h2 {
	text-align:center;
	font-size: 18px;
	color: #000;
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
/* ================================== SECTION ============================== */
section {
	width: 100%;
	float: left;
	padding-top: 30px;
	text-align:center;
	font-size: 28px;
	font-weight:bolder;
	color: #000;
}

/* ================================ FORM =================================*/
.forma1{
	margin-top: 20px;
}
.forma {
	margin-top:5px;
} 
input, button, select, textarea {
	font-family : inherit;
	font-size   : 14px;
	width : 400px;
	height: 30px;
	margin: 0; 
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
}
}
textarea, text { 
    width: 400px; 
    max-width: 400px;
	min-width: 400px;
	max-height: 200px;
	min-height: 200px;
    height: 100px; 
    line-height: 150%;
}
input[type=reset]{
    background: #000; 
	color: white;
}
input[type=submit]{
    background: #000; 
	color: white;
}
input[type=reset]:hover{
    background: #ac0000; 
	color: white;
	font-weight: bold;
}
input[type=submit]:hover{
    background: #ac0000; 
	color: white;
	font-weight: bold;
}
input:invalid {
  border: 2px solid red;
  border-radius: 5px;
  }

input:valid {
  border: 2px solid green;
  border-radius: 5px;
}
#predogled {
	padding-top: 5px;
	max-width:402px;
	margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
	/* ================================ KATEGORIJE ============================*/
.menu2 {
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	vertical-align:text-bottom;
	width: 100%;
	display:block;
	position: relative;
	font-weight:normal;

}
.menu1 {
	width: 100%;
	display: block;
	height: 25px;
	position: relative;
	margin: 0 auto;
	margin-top: -18px;
	margin-left: -30px;
	padding: 0em;
}
ul {
	padding-left: 0em;
	padding-right: 0em;
}
.menu1 ul li{
	display: block;
	float: right;
	list-style: none;
	align: center;
	margin-top: 5px;
	padding: 0px;
	padding-top: 1.5px;
	width: 400px;
	height: 30px;
	background-color: #ac0000;
	color: #FFF;
}
.menu1 a:link {
	font-size: 16px;
	font-weight: regular;
	color: #000;
}
.menu1 li:visited {
	font-family: Cambria;
	font-size: 16px;
	font-weight: regular;
	color: #000;
}
.menu1 li:hover {
	font-family: Cambria;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #000;
}	
.menu1 li:active {
	font-family: Cambria;
	font-size: 16px;
	font-weight: regular;
	color: #fff;
	background-color: #000;
}
/* ============================== FOOTER ========================*/
footer {
	width: 100%;
	float: left;
	display: block;
	background-image: url('../img/footer.jpg');

	text-align: right;
}
footer p {
	font-size: 14px;
	color: #aaa;
	font-weight: bold;
}
/* ================================ TABLE ============================*/
table{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border-radius: 0px;
	font-weight: regular;

}
thead, tbody, th, td {
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border-radius: 0px;
	height: 25px;
}

th {
	background-color:#ac0000;
	font-weight: normal;
	padding-right: 30px;
	font-size: 16px;
	color: white;
	height: 25px;
}

td {
	font-weight: normal;
	font-size: 16px;
	padding: 10px;
	background-color: gray;
	height: 25px;
	color: white;
}

/* ============================= GALERIJA ================================*/
.slika {
	margin-right:-46.6px;
	display: block;
	position: relative;
}
.slika img{
	margin-right: 36px;
	border-style: solid;
	border-color: #FFF;
	border-weight: 5px;
}
.slika img:hover{
	border-style: solid;
	border-color: #333;
	border-weight: 12px;
}
.bigslika {
	margin: 0 auto;
	padding-top: 30px;
	}
.bigslika img{
	width: 460px;
}
.gumb{
	display: block;
	float: left;
	list-style: none;
	align: center;
	margin-top: 5px;
	padding: 0px;
	padding-top: 5px;
	width: 460px;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	background-color: #ac0000;
	color: #FFF;
}
.gumb:hover {
	font-family: Cambria;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #000;
}

/*========================= SLIDE TOGLE =================================*/
#panel,#flip
{
padding:5px;
padding-bottom:6px;
text-align:center;
background-color:#ac0000;
border:solid 1px #c3c3c3;
font-size: 16px;
font-weight: normal;
color: white;
width: 390px;
margin-left: 30px;
border-radius: 5px;
margin-bottom: 2px;
}
#flip:hover {
background-color: black;
color: white;
}
#panel
{
padding:20px;
display:none;
font-size: 14px;
width:360px;
}



/*=================== p href ========= */
.container a:link{
color: #B90000; 
text-decoration: none;
}
.container a:visited{
color: #B90000; 
text-decoration: none;
}
.container a:hover{
color: #B90000; 
font-weight: bold;
text-decoration: none;
}