/* CSS Document */

*{margin:0;padding:0;}

body{

background:#d8d8d8 url(../gfx/bgBody.jpg) top center no-repeat;

color:#002758;

font-family:Tahoma,Verdana,sans-serif;

font-size:11px;

line-height:160%;

}



/*UKŁAD STRONY*/

#container{

width:700px;

height:auto;

margin:0px auto;

position:relative;

}

#top {

background:url(../gfx/bgTop.jpg) top center no-repeat;

height:159px;

width:700px;

}

#topLogo {

background:url(../gfx/bgLogo.jpg) top center no-repeat;

height:100px;

padding-top:19px;

text-align:right;

}

#topMenu {

background:url(../gfx/bgMenu.jpg) top center no-repeat;

height:54px;



}

#topMenu ul, #topMenu ul li {

list-style:none;

margin:0; padding:0;

margin-top:6px;

}

#topMenu ul {

float:right;

padding-right:4px;

}

#topMenu li {

float:left;

}

#topMenu a.start:LINK, #topMenu a.start:VISITED {

    background:url(../gfx/start.png);

    background-position:0 -60px;

    width:110px;

    height:60px;

    display:block;

    position:relative;

    z-index:5;

}

#topMenu a.start:HOVER, #topMenu a.startActive {

    background:url(../gfx/start.png);

    width:110px;

    height:60px;

    display:block;

}

#topMenu a.oferta:LINK, #topMenu a.oferta:VISITED {

    background:url(../gfx/oferta.png);

    background-position:0 -60px;

    width:110px;

    height:60px;

    display:block;

    position:relative;

    z-index:5;

}

#topMenu a.oferta:HOVER, #topMenu a.ofertaActive {

    background:url(../gfx/oferta.png);

    width:110px;

    height:60px;

    display:block;

}

#topMenu a.galeria:LINK, #topMenu a.galeria:VISITED {

    background:url(../gfx/galeria.png);

    background-position:0 -60px;

    width:110px;

    height:60px;

    display:block;

    position:relative;

    z-index:5;

}

#topMenu a.galeria:HOVER, #topMenu a.galeriaActive {

    background:url(../gfx/galeria.png);

    width:110px;

    height:60px;

    display:block;

}

#topMenu a.kontakt:LINK, #topMenu a.kontakt:VISITED {

    background:url(../gfx/kontakt.png);

    background-position:0 -60px;

    width:110px;

    height:60px;

    display:block;

    position:relative;

    z-index:5;

}

#topMenu a.kontakt:HOVER, #topMenu a.kontaktActive {

    background:url(../gfx/kontakt.png);

    width:110px;

    height:60px;

    display:block;

}

#content {

width:660px;

position:relative;

padding:20px;

top:0px;

margin: auto;

background: url(../gfx/bgContent.jpg)  top center no-repeat;

z-index:4;

}

#main {
	background:url(../img/main.jpg) no-repeat;
	color:#005826;
	height:185px;
	padding-left:260px;
	padding-top:15px;
	width:440px;
}

#main h2 { color:#005826;}

#main ul li {list-style:none;margin-left:-20px;}

#leftCol {

width:220px;

float:left;

text-align:justify;

}

#rightCol {

width:400px;

float:right;

text-align:left;

}

#footer {

padding:5px 20px;

color:#002758;

font-size:11px;

text-align:center;

background: url(../gfx/bgFooter.jpg)  top center no-repeat;

}

#footer table, #footer td { border:0; }

#pielegnacja {
	background:url(../img/pielegnacja.jpg) no-repeat;
	color:#005826;
	min-height:92px;
	position:relative;
	width:700px;
}
#pielegnacja .link {
	bottom:20px;
	position:absolute;
	right:20px;
}
#pielegnacja .content {
	padding:90px 20px 20px 20px;
	display:none;
	}

/* SELEKTORY */

h1,h2,h3,h4,h5,h6,p,br,blockguote{padding:10px 0;}



h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:'Trebuchet Ms',Tahoma, Verdana,sans-serif;color:#002758;}

h1{font-size:200%;}h2{font-size:180%;}h3,h4{font-size:120%;}h5{font-size:115%;}h6{font-size:100%;}



table{width:100%;border:1px solid #ccc;border-collapse:collapse;}

th{background:#CCC;border:1px solid #ccc;text-align:center}

td{border:1px solid #ccc;vertical-align:top;}



img{border:0;}



ul{margin-left:20px;}

ul, li { padding:0;}



a:LINK, a:VISITED {

color:#e2007a;

text-decoration:none;

}

a:HOVER {

text-decoration:underline;

}

/* CLASY */

.clr{clear:both;}



.center{text-align:center;}

.left{text-align:left;}

.right{text-align:right;}

.justify{text-align:justify;}

.underline {text-decoration:underline;}