/*Dla boksa zrobic div w divie dla ie5*/
/*g�ra, prawo, d�, lewo*/
* {
	margin:0;
	padding:0;
} 
body {
	font: 14px "Verdana", sans-serif;
	background: #F8029D;
	text-align: center; /*1.IE - 5.5 wy�rodkowanie*/
	background: url("../images/bg_main.gif");
}

a { 	
	color: #9a00e6;
}
a:hover { 	
	color: white;
	background-color:#9a00e6;
	text-decoration:none;
}

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #e5b0ff;
	text-align: left;/*AD.1*/
	border-left: 1px solid #9a00e6;
	border-right: 1px solid #9a00e6;
}
#header {
	height: 100px;
	background-color: #B81D96;
	position:relative;
	font: bold 24px "Courier New";
	border-bottom: 1px solid white;
	background: url("../images/logo.jpg");	
}
#header a {
	display: block;
	float: left;
	width: 400px;
	height: 110px;
	background: none;
}
#headerMenu {
	height: 20px;

	margin-bottom: 10px;
	border-bottom: 1px solid #005bff;
	background: url("../images/headerMenu.jpg");
}
#main-left {
	width:522px;
	float:right;
	padding: 0 10px 10px 10px;
}
#main-right {
	width:214px;
	float:left;
	padding-left: 10px;
}
#footer {
	background-color: #B81D96;
	background: url("../images/footer.jpg");
	height:40px;
	clear: both;
	color:white;
	font: bold 14px "Courier New";
}
#footer a{
	color:white;
	text-decoration:none;
}
.stopkaLeft {
	padding:12px 0 0 10px;
	float:left;
}
.stopkaRight {
	padding:12px 10px 0 0 ;
	float:right;
}

/*MAIN*/
div.boks {
	margin-bottom: 10px;
}
div.boks .tytul {
	background-color: #B81D96;
	color: white;
	font: bold 15px "Courier New";
	height: 30px;
	border: 1px solid #9a00e6;

}
.menuTytul
{
	background: url("../images/menuTytul.jpg");
}
.mainTytul
{
	background: url("../images/mainTytul.jpg");
}
.boks div.mainTytul p {
	padding: 6px 0 0 10px;
}
.boks div.menuTytul p {
	padding: 6px 0 0 56px;
}
div.boks .zawartosc {
	text-align: justify;
	background-color: white;
	border: 1px solid #9a00e6;
	border-top:none;
	padding: 10px;
	overflow: hidden;/*To jest po to �eby container rozszerzy� si� w firefoksie na ca�� wysoko�c div�w,
	kt�re si� w nim znajduj�. Mo�na te� doda� po prostu jaki� element na samym ko�cu diva-containera. 
	Efekt b�dzie taki sam.*/
}


ul.lista{
	list-style-type: none;
}
ul.lista li span{
	font: bold 18px "Verdana";
	
}
ol.sublista{
	list-style-type: decimal;
	padding: 5px 0 5px 50px;
}



ul.linkMenu li a{
	color: #B81D96;
	font: 12px "Tahoma";
}
ul.linkMenu li a:hover{
	color: #B81D96;
	background-color:transparent;
	text-decoration:underline;
}


/* Menu boczne */
.linkMenu {
	list-style-type: none;
}
ul.linkMenu li a{
	color: #0040b5;
	border-bottom: 1px solid #0040b5;
	font: 13px "Tahoma";
	text-decoration:none;
}
ul.linkMenu li a:hover{
	color: white;
	background-color: #0040b5;
	text-decoration:none;
}



.clear {
	clear:both;
}
.zdjecie {
	text-align: center;

	margin-bottom:15px;
}
.zdjecie img {
	border: 1px solid black;
	padding: 5px;
}
.reklamaPionowa{
	margin: 20px 0 20px 0;
	float:right;
	text-align: center;
}

.reklamaPozioma{
	margin-bottom:15px;
	text-align: center;
}

/*Pagination*/
ul#cyfry
{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	margin-bottom: 20px;
	text-align: center;
}
ul#cyfry li
{
	display:inline;
}
ul#cyfry a.aktualnaStrona
{
	display:inline;
	border: 1px solid #B81D96;
	background-color: #B81D96;
	color: white;
	padding:3px 10px 3px 10px;
}
ul#cyfry a { 	
	border: 1px solid #B81D96;
	background-color: white;
	color: #666;
	padding:3px 10px 3px 10px;
	margin-right:2px;


	text-decoration: none;
}
ul#cyfry a:hover { 	
	background-color: #FFD4E9;
	color: #B81D96;
}



/* boks logowanie */
form {
	float:right;
	width:300px;
}
fieldset {
	border: none;
	padding:75px 20px 0 0;
}
label {
	display: block;
	width: 50px;
	float: right;
}
input, textarea {
	display: block;
	float: right;
	background-color: #a4c4ff;
}
   div.lol {
    overflow: hidden;
    clear: both;
    margin-bottom: 0.5em;
  }
  input.fzapamietaj {
    margin-left: 50px;
  }
label#fzapamietaj {
    width: auto;

  }
#flogin, #fhaslo {
	border:1px solid #003dab;
	font: 12px Verdana;
	padding:2px;
	margin-right: 5px;
	width:90px;

}
#fSubmit {
	width:40px;
	font: bold 9px Verdana;
	color: white;
	padding:3px;
	background-color: #003dab;
	border: 1px solid #003dab;
}

