/* CSS Document */
* {
margin:0;
padding:0;
}

body {
margin:0 auto;
font-family:Arial;
font-size:12px;
color:#626262;
width:780px;
}

#top {
width:780px;
height:128px;
overflow:hidden;
}

#header {
width:780px;
height:176px;
background-image:url(/application/images/layout/header.jpg);
background-repeat:no-repeat;
}

#container {
width:780px;
height:auto;
}

#left {
width:160px;
float:left;
padding-left:16px;
padding-top:4px;
}

#menu {
width:187px;
height:auto;
background-image:url(/application/images/layout/menu_bg.jpg);
}

#menu .top {
background-image:url(/application/images/layout/menu_top.jpg); 
background-repeat:no-repeat; 
width:187px; 
min-height:118px;
height:auto !important;
height:118px;

}

#menu .bottom {
background-image:url(/application/images/layout/menu_bottom.jpg); 
background-position:bottom; 
background-repeat:no-repeat; 
width:187px; 
min-height:218px;
height:auto !important;
height:218px;
}

#menu ul {
padding-left:40px;
padding-top:45px;
}

#menu ul li {
list-style:none;
background-image:url(/application/images/layout/p.png);
background-repeat:no-repeat;
background-position:3px 3px;
padding-left:20px;
height:22px
}

#menu li a {
height:12px;
display:block;
overflow:hidden;
}


#menu img {
border:0;
}

#menu li a:hover img {
margin-top:-12.3px;
}

#menu li a.atrakcje {
height:17px;
}

#menu li a.atrakcje:hover img {
margin-top:-17px;
}

#menu li a.galeria {
height:17px;
}

#menu li a.galeria:hover img {
margin-top:-17px;
}

#menu li a.cennik {
height:13px;
}

#menu li a.cennik:hover img {
margin-top:-13px;
}

#menu li a.dojazd {
height:18px;
}

#menu li a.dojazd:hover img {
margin-top:-18px;
}

#news {
width:187px;
height:auto;
background-image:url(/application/images/layout/news_bg.jpg);
margin-top:8px;
}

#news .content {
padding-left:10px;
padding-right:10px;
padding-top:40px;
text-align:justify;
}

#news .content h1 {
font-size:12px;
}

#news .content h2 {
font-size:11px;
}

#news .content p {
font-size:10px;
}

#news .top {
background-image:url(/application/images/layout/news_top.jpg); 
background-repeat:no-repeat; 
width:187px; 
min-height:118px;
height:auto !important;
height:118px;

}

#news .bottom {
background-image:url(/application/images/layout/news_bottom.jpg); 
background-position:bottom; 
background-repeat:no-repeat; 
width:187px; 
min-height:218px;
height:auto !important;
height:218px;
}


#content {
width:537px;
height:auto;
float:right;
padding-right:10px;
padding-top:15px;
padding-left:30px;
}

* html #content {
padding-left:10px;
}

#content p {
margin-bottom:7px;
}

#content .content img {
border:1px solid #000;
}

.gallery_content {
text-align:center;
}

.gallery_content img {
border:1px solid #000;
margin-left:10px;
}

.gallery_content b {
margin-left:10px;
}

.div_gallery_content {
text-align:center;
background-image:url(/application/images/layout/line.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:10px;
margin-bottom:5px;
}

#foot {
width:750px;
height:35px;
background-image:url(/application/images/layout/foot_top.jpg);
background-position:top right;
background-repeat:no-repeat;
clear:both;
font-size:11px;
padding-top:20px;
padding-left:20px;
padding-right:10px;
}

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

a:hover {
text-decoration:underline;
}