/* style */


/* strona */

*{
margin: 0;
padding: 0;
}

html{
height: 100%;
}

p {
margin: 5px 0px 0px 0px;
}

body {
background: #d8d3bb url('background.gif');
font-family: verdana, sans-serif; 
font-size: 12px; 
color: #271d1b;
text-align: justify;
height: 100%;
}

/* page */

#container {
position: relative;
min-height: 100%;
_height: 100%;
width:100%;
}

#page {
margin: 0 auto;
position: relative;
z-index: 1;
width: 934px;
}

/* top */

#top {
position: relative;
width: 934px;
height: 268px;
}

#top_top {
background: url('top_top.jpg') repeat-x;
top: 0px;
left: 0px;
width: 100%;
height: 278px;
position: absolute;
}

#top01 {
background: url('top01.jpg');
position: absolute;
width: 470px;
height: 268px;
top: 0px;
left: 0px;
}

#top02 {
background: url('top02.jpg');
position: absolute;
width: 464px;
height: 268px;
top: 0px;
left: 470px;
}

/* menu */

#menu {
background:url('menu.jpg') no-repeat;
position: absolute;
right: 40px;
top: 0px;
width: 637px;
height: 49px;
z-index: 90;
}

a#menu01, a#menu02, a#menu03, a#menu04, a#menu05, a#menu06, a#menu07{
left: 0px;
top: 0px;
text-indent:-3000px;
position:absolute;
display:block;
z-index:100;
}

a#menu01 {
top:0px;
left:15px;
width:65px;
height:49px;
}

a#menu02 {
top:0px;
left:90px;
width:70px;
height:49px;
}

a#menu03 {
top:0px;
left:170px;
width:92px;
height:49px;
}

a#menu04 {
top:0px;
left:273px;
width:103px;
height:49px;
}

a#menu05 {
top:0px;
left:387px;
width:72px;
height:49px;
}

a#menu06 {
top:0px;
left:475px;
width:80px;
height:49px;
}

a#menu07 {
top:0px;
left:570px;
width:53px;
height:49px;
}

a#menu01:hover {
background: url('menu_hover.jpg') -15px 0px;
}

a#menu02:hover {
background: url('menu_hover.jpg') -90px 0px;
}

a#menu03:hover {
background: url('menu_hover.jpg') -170px 0px;
}

a#menu04:hover {
background: url('menu_hover.jpg') -273px 0px;
}

a#menu05:hover {
background: url('menu_hover.jpg') -387px 0px;
}

a#menu06:hover {
background: url('menu_hover.jpg') -475px 0px;
}

a#menu07:hover {
background: url('menu_hover.jpg') -570px 0px;
}


/* tekst */

#tresc {
position: relative;
width:934px;
height: auto;
margin: 0 auto;
z-index:1;
}

#text {
position: relative;
width:800px;
height: auto;
margin: 0 auto;
padding:0px 0px 10px 0px;
z-index:1;
}

a:link, a:visited {
color: #4B2E21; 
text-decoration: underline;
}

a:hover	{ 
color: #5F4536; 
text-decoration: none;
}

a:focus { 
outline: none
}

.gallery a:link img, .gallery a:visited img {
background:#feffff;
border: 1px solid #D8D8CD;
padding: 3px 3px;
}
       
.gallery a:hover img, .gallery a:active img {
border: 1px solid #BDC0AD;
padding: 3px 3px;
}

/* bottom */

#top_bottom {
background: url('top_bottom.jpg') repeat-x bottom;
bottom: 0px;
left: 0px;
width: 100%;
height: 45px;
position: absolute;
}

#bottom {
width: 934px;
height: 305px;
bottom:0;
left: 0;
position: relative;
margin-left: 0px ;
z-index: 10;
}

#bottom01 {
background: url('bottom01.jpg');
position: absolute;
width: 470px;
height: 305px;
bottom:0px;
left: 0px;
z-index: 8;
}

#bottom02 {
background: url('bottom02.jpg');
position: absolute;
width: 464px;
height: 305px;
bottom:0px;
left: 470px;
z-index: 8;
}

#copy {
position: absolute;
width: 934px;
height: 10px;
top: 278px;
right: 20px;
z-index: 10;
font-size: 10px;
color: #bdb797;
}

#copy a:link, #copy a:visited {
color: #d9d5c0; 
text-decoration:none;
}

#copy a:hover	{ 
color: #eceadf;
text-decoration:none;
}

/* inne */

.border{
border: 1px solid #DDD6B8;
background:#feffff;
padding: 4px 4px;
}

table.wystawy {
border: 1px solid #ffffff;
background:#293A44 url('img/table.jpg') bottom no-repeat;
margin-top: 10px;
margin-bottom: 15px;
text-align:left;
color:#FFFFFF;
}

table.wystawy td {
border: 1px solid #AAB5BB;
background: none;
padding: 4px 7px;
font-size: 10px;
}

table.wystawy th {
border: 1px solid #301900;
background: #ffffff;
padding: 5px 4px;
color:#2A3A42;
font-size:10px;
text-align: center;
}

code {
background:#DCD8BF;
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
font-size:9px;
width:60%;
height: auto;
border: 1px solid #D2CAA6;
text-align:center;
padding:5px;
line-height:100%;
color:#251F21;
margin: 0 auto;
}