body {
	margin: 0;
	padding: 0 0 50px 0;
	background: white url('grafika/bg_bottom.jpg') repeat-x bottom;
}

a{text-decoration: none;}
img{margin:5px;}
h2{margin-top:10px; text-transform: uppercase; color:#525254;}
p, ul, ol { color:#525254; }


table
{
	margin: 0 auto;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 60%;
color: #fff;
width: 350px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table th
{background-color: #666;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-weight: bold;} 


div#site {
	width: 900px;
	margin: auto;
	background: url('grafika/bg_top.jpg') no-repeat top;
}

div#container {
	width: 806px;
	margin: auto;
	border: 1px solid #BDBDBD;
	background: white;
	border-top: 0;
}

/********					Div z wyszukiwarką					*********/
div#searcher {
	width: 261px;
	padding: 66px 0 5px 0;
	position: absolute;
	top: 0;
	right: 235px;
	background: white url('grafika/search_bg.jpg') no-repeat left;
}

div#searcher form {
	display: block;
	padding: 0 5px;
	text-align: right;
}

/********						Nagłówek						*********/
div#header {
	width: 806px;
	height: 342px;
	margin: auto;
	background: url('grafika/header.jpg') no-repeat top;
}

/********						Menu							*********/
div#menu_block {
	width: 260px;
	float:right;
	background: white url('grafika/menu_bottom.jpg') no-repeat bottom center;
	position: relative;
	
}

div#menu_block ul {
	display: block;
	margin: 0px;
	padding: 15px 5px 5px 20px;
	background: url('grafika/menu_top.jpg') no-repeat top;
	list-style: none;
}


div#menu_block ul li.up {
	background: #c8f3fc;
	font-weight: bold;
	padding: 5px 7px;
}

div#menu_block ul li {
	display: block;
	background: #EDFBFE;
	text-align: right;
	border-top: 1px dashed #6AC1E1;
	padding: 5px 40px;
	
	font-size: 17px;
	font-family: arial;
	font-weight: normal;
}

div#menu_block ul li.last {
	border-bottom: 1px dashed #6AC1E1;
}

div#menu_block ul li a {
	color: #107089;
	text-decoration: none;
	display: block;
}

/********						Content							*********/
div#content {
	
	margin: 5px 270px 5px 7px;
	line-height:130%;
}

div#content_top span {
	color: #00536A;
	font-family: "Myriad Pro";
	font-size: 18px;
	
	display: block;
	padding: 3px 3px 6px 20px;
	background: url('grafika/content_top_bg.jpg') no-repeat bottom center;
}
div#content_top span a
{
	color: #00536A;
	font-family: "Myriad Pro";
}

/********						Footer							*********/
div#footer {
	width: 806px;
	height: 62px;
	background: url('grafika/footer.jpg');
	margin: auto;
	margin-top: 10px;
	border: 1px solid #6AC1E1;
}
div#footer p { margin-top:16px; text-align:center;}

