/* CSS style sheet designed by lizardgraphics 2009
www.lizardgraphics.pl (c)
*/

/*--------------------------------------------------------------OGÓLNE USTAWIENIA + INDEX.PHP----------------------------------------------------------------*/
html
{
 	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body
{
background: #000 url('gfx/tlo.jpg') center top no-repeat;
background-attachment:fixed;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-weight:normal;
	vertical-align: baseline;
font-family:arial;
color:#cecece;
letter-spacing:-1px;
}

a
{
outline:none;
text-decoration: none;
color:#e1e1e1;

}

.top
{
width:928px;
margin-left:auto;
margin-right:auto;
height:183px;
background: url(./gfx/banner.jpg);
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.menu{
margin-top:0px;
margin-left:0px;
overflow: hidden;
width:928px;
background:white;
}

.menu ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font:13px Arial;
font-weight:bold;
list-style-type: none;
}

.menu li{
display: inline;
margin:0;
}

.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
margin-left:20px;
margin-right:20px;
padding: 6px 4px;/*padding inside each tab*/
padding-bottom:10px;
/*border-right: 1px solid white; right divider between tabs*/
color: #9d9d9d;
/*background: #414141; background of tabs (default state)*/
height:8px;
}

.menu li a:visited{
color: #9d9d9d;
}

.menu li a:hover, .menu li.selected a
{
background: white;
color:#8c2218; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.container
{
width:928px;
margin-left:auto;
margin-right:auto;
}

.content
{
margin-top:5px;
padding-bottom:40px;
}

.left
{
padding-top:15px;
width:465px;
/*background: url('./gfx/tresc.jpg') no-repeat;*/
background:#333;
padding-bottom:40px;
}

.right
{
float:right;
width:454px;
padding-bottom:40px;
}

.right img 
{
margin-bottom:10px;

}

.naglowek
{
background: url('./gfx/tytul.png') repeat;
padding-top:16px;
margin-left:4px;
text-align:right;
font-size:20px;
font-weight:bold;
height:37px;
width:453px;
color:white;
}

.tytul:first-letter
{
color:#8c2218;
}
.tytul
{
margin-right:30px;
}

.tekst
{
font-size:13px;
width:440px;
margin-top:20px;
margin-left:10px;
text-align:justify;
color:#cecece;
font-weight:normal;
}
.tekst p
{
text-indent:25px;
}

.szare
{
color:#cacaca;
}
.biale
{
color:white;
}
.prawy_tekst
{
margin-top:-5px;
width:438px;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:40px;
background:#1b1b1b;
text-align:justify;
}

.bottom
{
width:938px;
margin-left:auto;
margin-right:auto;
clear:both;
padding-bottom:50px;

}

.gal a:link, .gal a:visited
{
font-size:20px;
font-weight:bold;
color:#fff;
}

.gal a:hover
{
color:#8c2218;
}

.koment
{
}

