@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
width:980px;
height:auto;
margin:0 auto;
background:#ddcfb5;
color:#716157;
font-size:13px;
font-family:Arial;
}

#top {
width:978px;
height:34px;
background:url(/application/images/layout/top_bg.jpg) repeat-x;
overflow:hidden;
border-left:1px solid #362a1f;
border-right:1px solid #362a1f;
}

#top .left {
width:400px;
padding-left:5px;
padding-top:7px;
float:left;
}

#top .right {
width:400px;
float:right;
text-align:right;
}

#logo {
width:980px;
height:127px;
background-color:#2b2118;
}

#topmenu {
width:980px;
height:54px;
background:url(/application/images/layout/topmenu_bg.jpg) no-repeat;
overflow:hidden;
background-color:#2b2118;
font-family:Times New Roman;
font-size:12px;
}



#header {
width:980px;
height:406px;
background-color:#2b2118;
overflow:hidden;
}

#title {
width:980px;
height:54px;
background:url(/application/images/layout/title.jpg) no-repeat;
overflow:hidden;
font-family:Times New Roman;
}

#title h1 {
color:#fddf9f;
font-size:24px;
text-align:center;
margin-top:10px;
}

/* tlo */
#container {
width:980px;
height:auto;
background:url(/application/images/layout/container_bg.jpg) repeat-y;
}

/* lewa kolumna */
#container .left {
width:305px;
padding-left:50px;
height:auto;
float:left;
padding-bottom:15px;
}
/* rezerwacja */
#container .left .reservation_top {
width:301px;
min-height:300px;
background:url(/application/images/layout/res_top.jpg) no-repeat top;
}

#container .left .reservation_bottom {
width:285px;
min-height:300px;
padding-left:16px;
padding-top:75px;
background:url(/application/images/layout/res_bottom.jpg) no-repeat bottom;
}


#container .left .reservation {
width:301px;
background:url(/application/images/layout/res_bg.jpg) repeat-y;
overflow:hidden;
font-size:10px;
color:#fddf9f;
}

.input_form {
background-color:#605046;
border:1px solid #32241f;
color:#fff;
font-size:11px;
padding:2px 1px 2px 1px;
}

.input_form:focus {
background-color:#746257;
}

 input.input_form {
height:16px;
}
/* galeria */

#container .left .gallery_top {
width:301px;
height:auto;
background:url(/application/images/layout/gal_top.jpg) no-repeat top;
}

#container .left .gallery_bottom {
width:301px;
height:160px;
padding-top:45px;
padding-bottom:5px;
background:url(/application/images/layout/gal_bottom.jpg) no-repeat bottom;
}

#container .left .gallery_bottom  img{
margin-left:50px;
border:1px solid #000;
}

#container .left .gallery {
width:301px;
background:url(/application/images/layout/gal_bg.jpg) repeat-y;
overflow:hidden;
}

/* prawa kolumna */
#container .right {
width:530px;
height:auto;
float:right;
padding:20px;
padding-right:65px
}

.clear {
clear:both;
}

#footer {
width:980px;
height:60px;
background:url(/application/images/layout/foot_shadow.jpg) top no-repeat #ddcfb5;
overflow:hidden;
font-size:11px;
}

#footer a {
margin-right:5px;
}

#footer img {
margin-top:-3px;
}


a {
color:#716157;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.input_form2 {
background-color:#ddcfb5;
border:1px solid #32241f;
color:#716157;
font-size:11px;
padding:2px 1px 2px 1px;
}

.input_form2:focus {
background-color:#f1e1c4;
}

 input.input_form2 {
height:16px;
}

#date {
font-size:11px;
}

#pan img {
opacity:0.6;
}

#pan img:hover {
opacity:1;
}

ul {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
}