h1, h2, h3, h4{ color: orange; margin: 0px 0px 14px 0px; } h1{ font-size: 24px; } h2{ font-size: 20px; } a{ color: black; text-decoration: none; } a:hover{ text-decoration: underline; } a:active{ text-decoration: underline; } body{ font-family: arial; background: #eeeeee; } #stran{ margin: 20px; } #naslov{ width: 40%; margin-top: 5px; display: inline-block; } #meni{ width: 60%; display: inline-block; text-align: right; float: right; } #meni li{ display: inline-block; height: 62px; } #meni a{ padding: 20px; background: orange; color: white; } #meni a:hover{ background-color: #ffb424; box-shadow: 0px 1px 1px #666; } #meni a:active{ background-color: #ff8f00; } #besedilo{ margin: 30px 0; background: white; padding: 20px; box-shadow: 0px 1px 1px #999; } #noga{ border-bottom: 1px #cccccc solid; margin-bottom: 10px; text-align: right; color: grey; text-transform: uppercase; font-size: 14px; }