



body {
    margin: 0px;
    padding: 0px;
    background-image: url(../img/bck.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #4b3819;
    background-attachment: fixed; 
    font-family: 'Patrick Hand', cursive;
    font-size: 1.2em;
    color: #4b3819; 
}

h1, h2, h3 { font-family: 'Amatic SC', cursive; }

h1 { font-size: 3em; margin-top: 1em; margin-bottom: 0.2em;}
h2 { font-size: 2.2em; margin-top: 0.5em; margin-bottom: 0.2em; }
h3 { font-size: 1.7em;  margin-top: 0.3em; margin-bottom: 0.2em;}
p  { margin-top: 0.0em; margin-bottom: 0.4em;}

a { font-family: 'Amatic SC', cursive; font-weight: 700; font-size: 1.4em; }

div.hr {
  height: 15px;
  background-image: url(../img/hr.png);
  background-repeat: no-repeat;
  background-position: center;
  
}
div.hr hr {
  display: none;
}

.content {
    padding-left: 24px;
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    background-color:rgba(255, 255, 255, 0.0);
}


div.inline {
    display: inline-table;
    margin-right: 25px
}

.horizontal {
    width:  100%;
    padding: 0px;
}

/* header **********************************************************************/
#header {
    position:fixed;
    height: 230px;
    top:0px;
    z-index:9; /*9999*/
    background-image: url(../img/bck.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}

#logo {
    display: inline-block;
    width: 526px; height: 132px; padding: 10px 20px; background-image: url(../img/logo.png);
    background-position: center center; background-repeat: no-repeat; 
}

#miniodkazy {
    margin-top: 25px;
    float: right;
    display: block;
    width: 400px; height: 132px; 
    text-align: right;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 1.4em;
}

#miniodkazy a { text-decoration: none; }

.braun { color: #4b3819; }
.red { color: #ae0505; }
.blue { color: #001699;  }
.fuchsia { color: #8300bc; }
.green { color: #006600; }
.black { color: #000; }

#header .content {
    padding-top: 60px;
}

#main {
    margin: 230px 0px 0px 0px;
}


.content-left {
    float: left;
    width: 770px;
}

.rightnav {
    margin-top: 15px;
    float: right;
    width: 210px;
}

.nav {
    width: 210px;
    height: 210px;
    text-align: center;
}

.nav p { padding: 160px 0px 0px 0px; font-size: 1.1em; }

.rightnav a { text-decoration: none; }

#bizuterie { background-image: url(../img/bizuterie.png); background-repeat: no-repeat; }
#kuchyne   { background-image: url(../img/kuchyne.png); background-repeat: no-repeat; }
#knihy     { background-image: url(../img/knihy.png); background-repeat: no-repeat; }
#svicky    { background-image: url(../img/svicky.png); background-repeat: no-repeat; }
#kyticky   { background-image: url(../img/kyticky.png); background-repeat: no-repeat; }


.medailon-img {
    float: left;
    border: 5px solid white;
    margin: 30px 30px 10px 0px;
}

.catimg {
    border: 5px solid white;
    margin: 10px 20px 0px 0px
}