.podloga {
font-family: arial;
border: 1px solid #EEC956;
padding:17px; (margina naokolo)
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 17px;
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 5px 5px 10px rgba(159, 75, 0, .5);
}
.podlogaheader {
font-size:15px;
font-weight:normal;
padding-top:0px;
padding-bottom:0px;
text-align:center;
}
.podlogatekstlijevo {
font-size:15px;
font-weight:normal;
padding-top:0px;
padding-bottom:0px;
text-align:left;
}
.podlogatekstdesno {
font-size:15px;
font-weight:normal;
padding-top:0px;
padding-bottom:0px;
text-align:right;
}
.boxshadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 5px 5px 10px rgba(143, 57, 0, .5);
  padding: 10px;
  background: white;
}

body, p { font-size: 14px; font-weight: normal; font-family: Helvetica }
h1 { font-size: 16pt; font-weight: bold; font-family: Helvetica }
.ime { font-weight: bold }
a:link, a:active, a:visited { color: 6B2305; font-weight: normal; text-decoration: none }
a:hover { color: #c70c27; font-weight: normal; text-decoration: none }

#myImg {
  border-radius: 13px;
border: 1px solid #EEC956;
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 5px 5px 10px rgba(159, 75, 0, .5);
}
