* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
    background: url(../source/bg.jpg) 0px 100px repeat-x;
    margin: 0px auto;
    height: 100%;
    text-align: center;
}

li {
    margin-left: 100px;
    font-size: 12px;
    font-family: Verdana, Trebuchet MS;
    letter-spacing: 2px;
    color: #777777;
}

table {
    font-size: 12px;
    font-family: Verdana, Trebuchet MS;
    letter-spacing: 2px;
}

#bg {
    margin: 0px auto 0px auto;
    background: url(../source/header.jpg) 0px 123px no-repeat;
    width: 922px;
    height: 800px;
}

#main {
    margin: 0px 0px 0px 160px;
    width: 560px;
    height: 800px;
}

h1#slog {
    margin-top: 67px;
    font-family: Verdana, Trebuchet MS;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
}

.menu {
    margin-top: 70px;
    width: 280px;
    float: right;
    font-family: Verdana, Trebuchet MS;
    color: #000;
    font-size: 12px;
}

.menu a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background: #D8D8D8;
    margin-right: 20px;
    color: #000;
    text-decoration: none;
}

.menu a:hover {
    background: #a4a4a4;
}

.menu a#active  {
    background: #a4a4a4;
}

.body {
    position: relative;
    top: 340px;
    width: 560px;
    text-align: left;
}

.nadpis {
    position: relative;
    padding: 0px 0px 2px 2px;
    margin-top: 30px;
    border-bottom: 2px solid black;
    clear: both;
    display: block;
    width: 558px;
    font-family: Verdana, Trebuchet MS;
    color: #000;
    font-size: 16px;
    font-variant: small-caps;
}

.body p {
    padding: 4px 0px 10px 0px; 
    font-family: Verdana, Trebuchet MS;
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
}

.body p .indent {
    padding-left: 10px;
    padding-right: 10px;
    width: 20px;
    float: left;
    height: 10px;
}

.body p .kontakt {
    text-align: center;
}

#map {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}

a#map-link {
    color: #e04614;
}

a#map-link:hover {
    text-decoration: none;
}

.contact-item {
    width: 100px;
    color: #777777;
}

#submit {
    text-align: right;
    color: #e04614;
}

#submit input {
    border: 0px;
    color: #e04614;
    background: none;
    font-size: 12px;
}

#tip {
    float: right;
    width: 200px;
    font-size: 12px;
    font-family: Verdana, Trebuchet MS;
    letter-spacing: 2px;
    color: #777777;
    margin-top: 100px;
}

.img {
    border: 5px solid #DCDCDC;
}

.footer {
    text-align: center;
    padding: 5px 0px 20px 0px;
    border-top: 2px solid black;
    width: 560px;
    margin-top: 410px;
    font-family: Verdana, Trebuchet MS;
    color: #000;
    font-size: 10px;
}