body, html
{
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    background-color: #e5e5e5;
    height: 100%;
    font-family: Verdana;
    
    text-align: center;
    
}
a:hover
{
    /*color: red;*/   
    text-decoration: none; 
}

h3
{
    color: white;
}

h2
{
    color: #bc7542;
    font-weight: bold;
    font-size: 14px;
    margin: 20px;
}

/*header + menu*/

#header
{

height: 300px;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#logo
{
text-decoration: none;
display: block;
float: left;
width: 420px;
height: 49px;
background-image: url(../img/logo.jpg);
}



.menu-item
{
float: right;
height: 49px;
line-height: 49px;
text-align: center;
}

.menu-item a
{

color: #0AD112;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}

.menu-item a:hover
{
text-decoration: underline;

}

#restaurace
{
width: 115px;
background-image: url(../img/restaurace.jpg);
}

#cenik
{
width: 114px;
background-image: url(../img/cenik.jpg);
}

#formanka
{
width: 114px;
background-image: url(../img/formanka.jpg);
}

#rezervace
{
width: 117px;
background-image: url(../img/rezervace.jpg);
}

#pokoje
{
width: 116px;
background-image: url(../img/pokoje.jpg);
}

#left-menu
{

width: 164px;
float: left;
margin-right: 10px;
background-image: url(../img/menu_left.jpg);
background-repeat: repeat-y;
text-align: center;
}

#left-menu-spacer
{
border-top: 1px solid black;
border-bottom: 1px solid black;
font-weight: bold;
color: #bc5472;
}

.menu-item-left
{
text-align: center;
line-height: 25px;
}

.menu-item-left a
{
text-decoration: none;
color: #bc5472;
font-size: 11px;
font-weight: bold;

}

.menu-item-left a:hover
{
text-decoration: underline;
}

#left-menu-content
{
height: 400px;

}

#left-menu-header
{
height: 11px;
background-image: url(../img/top_menu_left.jpg);
background-repeat: no-repeat;
}

#left-menu-footer
{
height: 24px;
background-image: url(../img/bottom_menu_left.jpg);
}

/*center obsah*/
#main
{
    
    width: 795px;
    
    margin-left: 193px;
    /*height: 402px;*/
    
    
    /*border-bottom: 4px solid white;*/   
}



/*END center obsah*/
img
{
    border: none;   
    margin: 5px;
}





#centered
{
   margin: 0 auto;
   width: 996px;  
   font-family: Verdana;
   text-align: left;
   margin: 0 auto;
   background-color: white; 

}



#cleaner
{  
      clear: both;      
}

#copyright a
{
      
      color: white;
      
}



.artTitle
{
     font-weight: bold;
     font-family: Verdana;
     font-size: 13px;
     
     color: #bc7542;
     margin-bottom: 25px;
     margin-top: 10px;
     
     
}


.art
{
    /*width: 100%;*/
    vertical-align: top;
    margin-bottom: 3px;
       
}

.galery-a
{
    /*width: 100%;*/
    font-size: 13px;
     color: #bc7542;
     margin: 10px; 
     cursor: hand;
     cursor: pointer;
     text-decoration: underline;  
       
}



.img-container
{
     
     
    
    width: 253px;
    vertical-align: top;
     
}

.artImg
{
     
     
    float: left;
     
}

.artText
{
     
     /*width: 100%;*/     
     
     font-size: 13px;
     color: #bc7542;   
}

.fotogalerie img
{
cursor: hand;
cursor: pointer;
margin: 1px;
}

.fotogalerie 
{
border-collapse: collapse;
display: none;
}

/*objednavka*/

.styl1
{
      color: red;
}

#error
{
margin-top: 15px;
margin-bottom: 15px;
border: 1px solid black;
background-color: red;
color: white;
font-weight: bold;
font-size: 80%;
text-align: center;
}

#result
{
margin-top: 15px;
margin-bottom: 15px;
border: 1px solid black;
background-color: navy;
color: white;
font-weight: bold;
font-size: 80%;
text-align: center;
}






