/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#011d3b url('../layout/bgr.gif') repeat-x top;
	margin:0;
	padding:0;
	color:#33404d;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:18px;
	font-size:12px;
	margin:10px 0;

}
h1
{
	font-size:15px;
	font-weight:bold;
	color:black;
	margin:20px 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #c8c8c8;
}
img.border
{
	border:2px solid #3ab0d3;
}



/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#c20000;
}
a:hover
{
	color:#000;
}






/**
 * KONSTRUKCJA
 */
#header
{
	width:818px;
	height:301px;
	background:url('../layout/top.gif') no-repeat right;
	margin:0 auto;
}
#podpis
{
	text-align:center;
}
#content
{
	margin:0 auto;
	height:114px;
	width:818px;
}
#left
{
	width:306px;
	height:114px;
	float:left;
}
#center
{
	width:204px;
	height:114px;
	float:left;
	background:url('../layout/logo_center.gif');
}
#right
{
	width:308px;
	height:114px;
	float:left;
}
#bottom
{
	width:270px;
	height:112px;
	margin:0 auto;
	background:url('../layout/logo_bottom.gif');
}
