/* 
  #F6D27B  -  lijevo meni
  #DF6B00  -  font meni
  #F9EEB3  -  radna ploha
  #FBAE44  -  meni hover
*/

body {
  margin: 0px;
  background-color: gray;
}
p, td {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: #C56304;
}

.tblVanjska {
  width: 750px;
  background-color: red;
  border:0 ;
}

.tdMeni {
  width: 170px;
  background-color: #F6D27B;
  vertical-align: top;
}

.tdRadni {
  background-color: #F9EEB3;
  vertical-align: top;
  padding-left: 20;
}

/* Menu */
.tdMnu {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 1;
  padding-left: 1;
  padding-bottom: 1;
  text-align: left;
  border-color: #F9EEB3;
  border-width: 2;
  border-style: none;
  border-bottom-style: solid;
}
a.mnu:link {
  color: #DF6B00;
  text-decoration: none;
  display: block;
  width: 100%;
}
a.mnu:visited {
  color: #DF6B00;
  text-decoration: none;
  display: block;
  width: 100%;
}
a.mnu:hover {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
}

.tblFooter {
  background-color: #F0AE0F;
  width: 100%;
  font-family: Arial, Helvetica;
  font-size: 10px;
  padding-top: 1;
  padding-left: 10px;
  padding-bottom: 1;
  text-align: left;
  color: #ffffff;
}

.pNaslov {
  padding-top: 30px;
  font-family: Verdana, Helvetica;
  font-size: 20px;
  color: #C56304;;
}
.pPodnaslov {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
.pRadni {
  width: 570px;
}
.pMeni {
  margin-top: 30px;
  font-family: Verdana, Helvetica;
  margin-left: 85px;
  font-size: 10px;
  font-weight: bold;
}
a.meniJezici:link {
  text-decoration: none;
  color: #C56304;
}
a.meniJezici:hover {
  text-decoration: none;
  color: #f5f5f5;
}
a.meniJezici:visited {
  text-decoration: none;
  color: #C56304;
}
a.meniJezici:visited:hover {
  text-decoration: none;
  color: #F9EEB3;
}

.slika {
  margin-right: 15px;
  border-color: #000; 
  border-style: solid; 
  border-width: 1px;
}
.slikaNaslov {
  margin-right: 35px;
  border-color: #000; 
  border-style: solid; 
  border-width: 1px;
}
input, textarea {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: #C56304;
}

.tdCjenik {
  font-family: Arial Narow;
  font-size: 8pt;
  width: 90px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 0;
  border-bottom-color: #F6D27B;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}
.tdHeader {
  font-family: Arial Narow;
  font-size: 8pt;
  width: 90px;
  text-align: center;
  background-color: #F6D27B;
  border-right-color: #F9EEB3;
  border-right-style: solid;
  border-right-width: 1px;
}