html, body{
    width: 780px;
    height: auto;
    background-color: #476E33;
   	margin: auto;
   	padding: 0;
   	color: black;/*text color*/
    font-family: Tahoma, Arial, 'Trebuchet MS', Verdana, sans-serif;
    font-size: 16px;    
 } 
p{ margin: 0; padding: 0;}  
h1{
   padding: 0; margin: 0; 
   font-family: 'Times New Roman', serif;
   font-size: 22px;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
    background-color: transparent;
    width: 755px;
    margin-left: 25px; padding-top: 12px;
}
ul li {
	display: inline;
	white-space: nowrap;
    padding-left: 45px; padding-right: 45px;
}
ul a:link{ text-decoration: none; color: #6f3a15;}
ul a:visited{ color: #6f3a15;}
ul a:hover{ color: white;}
 

#CONTENER{
    width: 780px;
    /*height: 867px;*/
    height: 835px;
    background-color: #f7e6d4;

}
#HEADER{
    width: 780px;
    height: 86px;
    background: transparent url("images/header.jpg") no-repeat left top;
}
#BANNER{
    width: 780px;
    /*height: 250px;*/
    height: 219px;
    background: transparent url("images/banner.png") no-repeat left top;
}
#slideshow{
    /*width: 535px; height: 271px;*//*size of original pictures*/
    width: 428px; height: 216px;
    background-color: gray;
    background-image: url("http://www.wieliczka.eu/files/s/80/205253/Edytor/Image/Turystyka-obiekty/Magistrat_1.jpg");
    background-size: 428px 286px;
    /*background-position: right;*/
    border:  1px solid;
    /*margin: auto;*/
    position: relative; left: 325px; top: 1px;    
}    

#MENU{
    width: 780px;
    height: 54px;
    background: transparent url("images/menu.png") no-repeat left top;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #6f3a15;
}
#LADY{
/*    width: 89px; margin-left: 5px;*/
    width: 56px; margin-left: 5px; margin-right: 5px; margin-top: 10px;
    height: 79px;
    background-image: url("images/lady_thin.png");
    background-repeat: no-repeat; 
    float: left;
}
#DESK{
    width: 50px; margin-left: 5px; margin-right: 5px; margin-top: 10px;
    height: 79px;
    background-image: url("images/desk_small.png");
    background-repeat: no-repeat; 
    float: left;
}
#TEXT_FIELD_1{
    /*width: 329px;*/
    /*float: left;*/
    /*width: 324px;*/
    padding: 5px;
}
#TEXT_FIELD_3{
    padding-top: 5px; padding-bottom: 10px;
}
#BED{
    width: 212px; margin-left: 5px; margin-right: 5px; margin-top: 35px;
    height: 86px;
    background-image: url("images/bed.png"); background-repeat: no-repeat;
    float: right;
}
#TEXT_FIELD_2{
    width: 196px;
    float: left;
    padding: 5px;
}
#IDEA{
    width: 50px; margin-left: 5px; margin-right: 5px;
    height: 50px;
    background-image: url("images/idea.png");
    background-repeat: no-repeat;
    float: left;
}
#PHONE{
    /*position: absolute; left: 745px; top:  445px;*/
    position: relative; left: 115px; top: -115px;
    float: left;
    width: 69px;
    height: 82px;
    background-image: url("images/phone.png");
}
#FOOTER{
    width: 780px;
    height: 83px;
    background-image: url("images/footer.jpg");
    /*position: absolute; clip: rect(4px, auto, auto, auto);*/
}
#MAIN_PANE{
    width: 676px; /*730-25-29*/
    height: 395px;
    padding-left: 25px;
    padding-right: 29px;
    margin: auto;
}
#LEFT_PANE{
    width: 428px;
    height: 395px;
    float: left;    
}
#CENTER_PANE{
    width: 40px;
    height: 395px;
    float: left;    
}
#RIGHT_PANE{
    width: 208px;
    height: 395px;
    float: left;
}
#MAP{
    position: relative; left: 0px; top: -50px;
    width: 200px; height: 170px; 
    margin-top: 10px; margin-left: 3px;
}
.lady_c{
    width: 56px; margin-left: 5px; margin-right: 5px; margin-top: 10px;
    height: 79px; float: left;
}
.field_a{
    /*width: 423px;*/
    width: 352px; height: 91px;
    float: left;
    padding: 5px; 
}
.clearing{
    clear: both;
}
.plain_text{
   	color: black;/*text color*/
    font-family: Verdana, sans-serif;
    font-size: 11px;
    /*width: auto; auto is default*/
/*    background-color: maroon;*/
    line-height: normal;
    text-align: justify;
}
.color-first{ 
    text-shadow: 1px 1px 0px white, -1px -1px 0px white;
    padding-left: 5px;
    color: #b3671e;
}
.color-second{
    text-shadow: 1px 1px 0px white, -1px -1px 0px white;
    color: #7c4510;
}
.color_position{
    position: relative; left: -69px; top: 0px;
    text-shadow: 1px 1px 0px white, -1px -1px 0px white;
    color: #7c4510;
}
.right_indent{ margin-right: 0px;}