/* CSS Document */
body
{
color:black;
background: black;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center;
} 

#hlavni
{
margin: 0 auto 0 auto;
width:796px;
}

#ramecek
{
float:left;
background: rgb(234,211,205);
border: double rgb(147,57,58);
width:796px;
padding-bottom:20px;
background-image: url("/obrazky/web/logo_pm.gif");
background-repeat: no-repeat;
background-position: 95% 95%;

}

#hlavicka
{
border-bottom: double rgb(147,57,58);
}

#obsah
{
float:left;
width: 525px;
margin-left:20px;
margin-top:20px;

}


#obsah a{text-decoration: none;}
#obsah a:link {color:rgb(147,57,58);}
#obsah a:visited {color:rgb(147,57,58);}
#obsah a:active {color: rgb(147,57,58);}
#obsah a:hover {color: black;}

#pravemenu
{
float:right;
width: 200px;
margin-top:20px;
margin-right:10px;
margin-bottom:20px;
}

#paticka
{
color:white;
text-align: center;
font-weight: bold;
font-size: 12px;
width:800px;
float:left;
margin-bottom:20px;
margin-top:5px;
}

#paticka a{color:white; text-decoration:none;}
#paticka a:hover{color:rgb(147,57,58);}


h1{color:rgb(0,0,0);font-size:20px;}
h2{color:rgb(0,0,0);}
h3{color:rgb(0,0,0);}
h4{color:rgb(0,0,0);}

p.blok{
text-align:justify;
}

p.citace{
text-align:center;
font-size: 16px;
font-style:italic;
font-weight:bold;
color:rgb(147,57,58);
}

p.galerie
{
text-align:center;
font-size: 16px;
font-weight:bold;
}

.menu{margin:0 auto; padding:0px; height:30px; width:91%; display:block; background:url('../obrazky/web/menu.png') repeat-x;}
.menu li{padding:0; margin:0px; list-style:none; display:inline;}
.menu li a{float:left; padding-left:20px; display:block; color:rgb(255,255,255); text-decoration:none; font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif; cursor:pointer; background:url('../obrazky/web/menu.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:20px; background:url('../obrazky/web/menu.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;; background:url('../obrazky/web/menu.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('../obrazky/web/menu.png') 100% -90px no-repeat;}

img.bezramecku {
  border: 0;
}

div.thumbnail
{
float: left;
width: 110px;
margin: 5px;
padding: 1px;
border: 2px solid rgb(147,57,58);
}
div.thumbnail img
{
width: 100%;
}

img.img_galerie {
  padding: 1px;
  border: 2px solid rgb(147,57,58);
}
table.cenik {
width: 100%;

border: 2px solid black;
}

table.cenik td {text-align:center; border-bottom: 1px solid black; }
table.cenik th {border-top: 5px solid rgb(147,57,58); border-bottom: 5px solid rgb(147,57,58);  background:white;}
