@charset "utf-8";
/* CSS Document */
body {
  font-family: Verdana, Geneva, sans-serif;
}
.meni {
  width: 100%;
  height: 100px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.lijeviMeni {
  width: 30%;
  height: 80px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  float: left;
}
.srednjiMeni {
  float: left;
  border-color: #fff;
  width: 30%;
  height: 80px;
  border-width: 2px;
  border-style: solid;
  float: left;
}
.desniMeni {
  float: right;
  border-color: #fff;
  width: 30%;
  height: 80px;
  border-width: 2px;
  border-style: solid;
}
.slova-menu {
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.gmeni_text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0px;
}
.timer_text {
  font-family: Verdana, Geneva, sans-serif;
}
.timer_time {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}
.divDugme {
  border-color: #ccc;
  width: 80px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  float: left;
  background-image: linear-gradient(#ccc, white);
  margin-left: 5px;
  color: #666666;
}
.divDugme:hover {
  background-image: linear-gradient(#9fc6a5, white);
}
.divDugme:active {
  background-image: linear-gradient(#666, white);
}
.vp_events {
  background-color: #eee;
  width: 500px;
  height: 35px;
  font-size: 15px;
}
.aut_polje {
  font-size: 28px;
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 30px;
  padding-right: 20px;
}
.aut_poljeh {
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 30px;
  color: #060;
}
.aut_input {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 28px;
  height: 30px;
  width: 200px;
}
.aut_dugme {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 28px;
  height: 50px;
  width: 150px;
}
.btnPreuzimanje {
  margin-left: 150px;
  width: 300px;
  height: 35px;
}
.maloLijevo {
  margin-left: 150px;
}
