/* ----------- SZKIELET ------------*/
*{
	padding: 0px;
	margin: 0px;
}

div#container{
	margin: auto;
	width: 960px;
	height: auto;
}

div#menumain{
	height: 55px;
	background-image: url(../img/menu.png);
}
div#content{
	width: 960px;
	height: auto;
	margin-top: 400px;
	margin-bottom: 100px;
}

div#prawy, div#lewy{
	min-height: 400px;
}
div#lewy{
	width: 649px;
	float: left;
}
div#prawy{
	width: 260px;
	float: right;
}

div#stopka{
	width: 100%;
	height: 30px;
	color: #f0ffff;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #eef7f8;
}
div.dane{
	margin-left: 35px;
	margin-right: 25px;
}


/* ----------- MENU POZIOME ------------*/

#menumain ul, #menumain li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menumain ul{
	margin-left: 30px;
}
#menumain a:link, #menumain a:visited, #menumain li{
	display: block;
	text-decoration: none;
	float: left;
	height: 55px;
	line-height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
	color: #f0fff0;
}

#menumain a:link, #menumain a:visited{
	padding-left: 13px;
	padding-right: 13px;
}

li.checked a:link, li.checked a:visited {
	background-image: url(../img/checked.png);
	background-repeat: repeat-x;
}
#menumain a:hover{
/* ----------- zmiana koloru menu poziomego przy najechaniu myszka ------------*/
	background-color: #719fff;	
}
#mpozchecked a:link{
	background-color: #9daab7;
	color: #E6EEF9;	
}

/* ----------- MENU PIONOWE ------------*/
ul.download, ul.download li{
	display: block;
	margin: 0px;
	padding: 0px; 
}
 ul.download li{
 	margin-bottom: 10px;
 }
li.item a:link, li.item a:visited{
	display: block;
	width: 210px;
	height: 55px;
	background-image: url(../img/but1.png);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 55px;
	padding-left: 21px;
	color: white;
}
li.item a:hover{
	color: white;
	background-image: url(../img/but2.png);
}
ul.download li.lang{
	display: block;
	width: 210px;
	height: 55px;
	background-image: url(../img/but3.png);
	text-decoration: none;
	line-height: 55px;
	padding-left: 21px;
	color: white;
}

li.lang a:link, li.lang a:visited{
	text-decoration: none;
	line-height: 55px;
	color: white;
}
li.lang{
	text-align: center;
}

/* ----------- NAGŁÓWKI I AKAPITY ------------*/

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
h1:first-child{
	margin-top: 40px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3{
	font-size: 14px;
	padding: 8px;
	margin-bottom: 20px;
	margin-top: 20px;
}
p{
	margin-top: 8px;
	margin-bottom: 8px;
}
p.wiecej{
	text-align: right;
}
.tab{
	margin-bottom: 20px;
	margin-top: 20px;
}
.tab td{
	padding-top: 8px;
	padding-bottom: 8px;
}
.td1{
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.td2{
	width: 150px;
}


.pr td{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f2f2f2;
	vertical-align: top;
	
}
.pr1{
	width: 130px;
}
.pr2{
	width: 450px;
}
td.pr3{
	background-color: #d5d5d5;
}

/* ----------- LINKI ------------*/
a:link, a:visited {
	color: #346691;
}
a:hover{
	color: #538bba;
}


/* ----------- WYLICZENIA------------*/
ul, ol{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
li{
	margin-bottom: 10px;
}

/* ----------- OGOLNE ------------*/

hr.clear{
	clear: both;
	visibility: hidden;
}
div.return{
	text-align: center;
	height: 20px;
	width: 40%;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	margin: auto;
	margin-top: 150px;
	margin-bottom: 50px;
}
/* ----------- MAPKA-----------*/
div.mapakontakt{
	margin-top: 30px;
	border: 1px solid #c8d7e8;
}

/* ----------- ROZNE------------*/
p.return{
	text-align: center;
	margin-top: 30px;
}

/* ----------- ODSTEPY ------------*/
.s10{
	margin-bottom: 10px;
}
.s20{
	margin-bottom: 20px;
}
.s30{
	margin-bottom: 30px;
}
.s40{
	margin-bottom: 40px;
}
.s50{
	margin-bottom: 50px;
}
.s60{
	margin-bottom: 60px;
}
.s70{
	margin-bottom: 70px;
}
.s80{
	margin-bottom: 80px;
}
.center{
	text-align: center;
}


div.lewy p:first-child
{
background-color:yellow;
} 