html {
    background-color: #000000;
}

body {
    margin: 10px 10px;      /* Need to set body margin and padding to get consistency between browsers. */
    padding:0px;
    text-align:center;      /* Hack for IE5/Win */
    background-color: #000000;
    color: #e0e0e0;
    font-family: "Century Gothic", Calibri, Verdana, Tahoma, Arial, Helvetica;
}

div.main {
    width:550px;
    margin: 0px auto;         /* Right and left margin widths set to "auto" */
    text-align: left;          /* Counteract to IE5/Win Hack */
    font-size: 11pt;
/*    border: 1px solid red;*/
}

div.wide {
  width: 600px;
}

div.extra-wide {
  margin-left: -70px;
  margin-right: -70px;
}

div.fb-like {
  font-size:10pt;
  height:30px;
  width:100%;
  text-align:center;
  padding:10px;
  /*position:fixed;*/
  padding-bottom: 0px;
}

.meni ul
{
  list-style-type:none;
  padding: 0;
  margin: 0;
  text-align: center;
} 

.meni li
{
  margin: 0;
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;  
  display: inline;
}

.meni a.link
{
  font-size: 10pt;
  font-style: normal;
}

h1 {
    font-family: "Trajan pro", "Lucida Calligraphy", "Viner Hand ITC";
    font-size: 26pt;
    position: relative;
    left: -95px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

i {
    font-family: Georgia, "Times New Roman";
    font-size: 13pt;
    font-weight: normal ;
    color: #ffffff;
}

a {
  color: #e0e0e0;
  text-decoration: none;   
}

a.link {
    color: #a0a0a0;
    font-style: italic;
    text-decoration: underline;
    }

a.offset {
   margin-left: 30px;
}

a>i {
    color: #e0e0e0;
    font-style: italic;
    font-family: "Century Gothic", Calibri, Verdana, Tahoma, Arial, Helvetica;
    font-size: 11pt;
}

span {
    font-size: 12pt;
}

p { 
    text-align: justify;
    letter-spacing: 0.2pt;
} 

p.disclamer {
  text-align: center;
  font-size: 9pt;
  margin-bottom: -10px;
  margin-top: 15px;
}

p.qu { 
    margin-left: -30px;
    margin-bottom: 5pt;
    color: #ffffff;
} 

p.ans {
    margin-bottom: 18pt;
    margin-top: 0px;
    font-size: 10pt;
}

img {
    margin: 4px;
    position: relative;
    border: none;
}

img.naslov {
    left: -100px;
    padding-top: 5px;
    padding-bottom: 10px;
}

img.floatLeft { 
    float: left; 
    left: -95px;
    margin-right: -80px;
}


img.floatRight { 
    float: right; 
    right: -95px;
    margin-left: -80px;
}

img.floatGal {
    margin: 15px;
/*    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;*/
}

/* original
p.floatRight { 
    margin-left: 350px;
    margin-top: 30px;
}
*/

p.floatCenter {
    margin-top: 25px;
    margin-left: 75px;
    margin-bottom: -5px;
}
p.floatRight { 
    margin-left: 390px;
}

p.nofloat
{
  clear: both;
}

p.skrit {
    font-size: 6pt;
    color: #000000;
    background-color: #000000;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -30px;
}