/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */
body {
margin:0;
padding:0;
width:100%;
}

/* skrivaj access i dfn */
.accessibility,
dfn {
display:none;
}

/* nema down slika, znaci samo bg boja */
div#header,
div#footer {
background-color: #94c440;  
color: #fff;
text-align:center;
}

/* text boje za header i footer */
div#header a,
div#footer a {
color: #fff;
}


/* small border at the bottom to have some indicator */
div#menu ul,{
border-bottom:1px solid #333;
}

/* End of 'Handheld' */