html {
    padding:0px;
    margin:0px;
}
li{
    list-style: none;
}
body {
    background: url(../images/vyr1.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1em;
    font-family: Myriad;
    color:#a63a18;
    padding:0px;
    margin:0px;                
}
#content {
    width:70%;
    height: auto;
    margin: 1% 5% 0px auto;    
    padding: 0px;
    background-color: rgba(31,22,17,.8);
    }
#header{
    width:800px;
    height: auto;
    margin:0 auto;
    background: url(../images/header.jpg) no-repeat;
}
#menu{
    height: auto;
    float: left;
    display: block;
    width: 200px;               
}

#index{
    background: url(../images/uvod.PNG) no-repeat;
}
#kontakty{
    background: url(../images/kontakty.PNG) no-repeat;    
}
#cenik{
    background: url(../images/cenik.PNG) no-repeat;
}
#rezervace{
    background: url(../images/rezervace.PNG) no-repeat;
}
#ubytovani{
    background: url(../images/ubytovani.PNG) no-repeat;
}
#tipy{
    background: url(../images/tipy.PNG) no-repeat;
}
#galerie{
    background: url(../images/galerie.PNG) no-repeat;
}
#menu a{
    display:block;
    height: 100px;
    width:200px;
    margin-bottom: 5px;
} 
.pruvodni{
    width:75%;
    text-indent: 2em;
    text-align: justify;
    margin: 2em auto;
    padding-bottom: 1em;
    
}
table{
    margin:0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: black;    
}
td{
    border-width: 1px;
    border-style: solid;
    border-color: black;    
}
h1{
    text-indent: 2em;
    padding-top: 1em;
}
h3{
    text-indent: 2em;
    padding-top: 1em;
}
#adress{
    width:45%;
    padding-left: 2em;
    padding-right: 2em;
    float:left;
    text-align: right;
}
#adress a{
    font-size: 1em;
    font-family: Myriad;
    color:#a63a18;
    text-decoration:none;
}