*{
margin: 0;
padding: 0;
}

body {
background-color: #ffffff;
color: #333;
font-family: Verdana, serif;
font-size: 12px;
}
			
/* Linki */
a:link, a:visited{
background-color: transparent;
color: #95481D;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #444;
}
/* koniec linkow */

div.page{
margin: 0 auto;
overflow: hidden;
width: 100%;
}

div.header{
background: url('../images/banner.jpg') no-repeat;
color: #000000;
height: 129px;
width: 100%;
}
.header img{
height: 129px;
width: 100%;
}

.header div{
color:#FFFFFF;
margin-left:480px;
}

div.separator{
background: url('../images/belka.gif') repeat-x;
clear: both;
color: #000000;
height: 20px;
width: 100%;	
}
div.sidebar{
background: url('../images/lewe_tlo.jpg') no-repeat;
color: #ffffff;
float: left;
height: 460px;
padding-top: 12px;
text-align: center;
width: 225px;
}
			
/* for understanding browsers */
.container {
width:20em;
padding:0.5em;
border:1px solid #000;
min-height:8em; 
height:auto;
}

#main{
background: url('../images/linia.jpg') repeat-y;
color: inherit;
float: left;
height: auto;
line-height: 1.5em;
min-height: 460px;
padding: 20px;
width: 535px;
}
#main ul{
margin-left: 20px;
}
/* for Internet Explorer */
/*\*/
* html #main {
height: 340px;
}
/**/

div.footer{
color: #fff;
height: 18px;
line-height: 18px;
margin-left: 5px;
}

.footer div{
float: left;
}

.footer ul{
float: left;
list-style: none;
margin: 0 0 0 40px;
}
.footer ul a{
font-weight: bold !important;
}
.footer .menu li{
display: inline;
float: left;
}
.footer a:link, .footer a:visited{
border-right: 1px solid #444;
color: #fff;
font-weight: normal;
padding: 0 5px;
}
.footer a:hover{
color: #000;
}
/* left menu */
.sidebar ul.menu{
list-style: none;
margin: 0 auto;
width: 170px;
}
.sidebar ul.menu li {
background: url('../images/button.gif') no-repeat;
color: #ffffff;
height: 23px;
line-height: 23px;
text-align: center;
}
.sidebar .menu a:link, .sidebar .menu a:visited{
color: #fff;
float: left;
width: 170px;
}
.sidebar .menu a:hover{
color: #333;
}
/* koniec left menu */

/* galeria */
.galeria{
float:left;
width:100%;
}

.zdjecie {
float:left;
padding:4px;
}

.galeria img {
border:1px solid #CCC;
height:64px;
padding:1px;
}
.galeria img:hover{
border:1px solid #000;
}

img{
border: 0;
}
p{
padding-bottom: 1.5em;
text-align: justify;
}
p.tytul{
background-color: inherit;
color: #3665b1;
font-size: 15px;
font-weight: bold;
}
.center{
margin: 0 auto;
text-align: center;
}
.right{
margin: 0 auto;
text-align: right;
}