body {
          background: url('') #910000;
          margin: 0px;
          font: 14px Verdana;
          min-width: 960px;
}

#logo {
          background: url('logo.jpg') no-repeat;
          width: 250px;
          height: 250px;
          float: left;
          margin: 7px 0px 0px 20px;
}

header {
          height: 73px;
}

nav ul {
        margin: 0px;
        list-style-type: none;
}

nav ul li {
        float: left;
        padding: 0px 25px;
        margin: 0 5px;
        font-size: 17px;
        height: 73px;
        line-height: 4.3em;
}

nav a {
        color: white;
        text-decoration: none;
}

nav ul li:hover, .aktivni {
        background: #ffbb00;
        box-shadow: 0px 0px 5px black;
}