@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body { 

	background-image: url(../images/wavegrid.png);
	background-color: #e1e1e2; 


}

#logo { 
text-align:center;
float: right;  
width:350px;  

}


.central {
	width:350px;
	height:300px;
	position:relative;
	text-align:center;
	margin: 10px auto;
	
	
	
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	}
div.linkaup {
	margin-top:95px;
	border-bottom: solid 1px #FFF;
	height:1px;
	width:350px;
	margin-bottom: 5px;
	}
	
div.linkadown {
	border-bottom: solid 1px #FFF;
	height:1px;
	width:350px;
	padding-bottom:10px;
	margin-bottom: 15px;
	}
small {
	font-size:24px;
	}
.central p{

	font-size:45px;
	color:#aeaeae;

	position:relative;
	font-family: Arial, Helvetica, sans-serif ;
/**
text-shadow: -1px -1px 1px #2f2f30;
filter: dropshadow(color=#2f2f30, offx=-1, offy=-1);
*/
}
div.clearer {
	clear: both;

}
div.cenik {
	margin: 10px auto;
}
table.cenik {
	margin: 0px auto;
	width: 400px;
	text-align: left;
	columns: #000000;
	font-family: Arial, Helvetica, sans-serif ;

}

table.cenik td {
	vertical-align: middle;
	padding: 2px;
	font-size: 15px;
}
table.cenik td.nadpis {
	font-weight: bold;
}
table.cenik tr {
	vertical-align: middle;
	padding: 2px;
}

.stred {
text-align: center; 

}