body 
{
	 margin: 10px 0px;
	 text-align: center;
	 background: #ffffff;
}

div 
{
	 text-align: left;
	 margin: 0 auto 0 auto; /* można zapisać krócej: margin: 0 auto; */
}
div#header 
{
	width: 982px;
}
div#leftPanel 
{
	width: 310px; float: left;
}
div#centerPanel 
{
	width: 667px; float: right;
}

.text
{
	font-family: Verdana; font-size: 12px; font-weight: normal; color: #747474; padding: 0px 20px;
}

.footText
{
	font-family: Tahoma; font-size: 8pt; font-weight: normal; color: #9C9C9C;
}

a.textLink:link 
{
	font-family: Verdana; font-size: 12px; font-weight: normal; color: #1D72C7; text-decoration: none;
}
a.textLink:active 
{
	font-family: Verdana; font-size: 12px; font-weight: normal; color: #1D72C7; text-decoration: none;
}
a.textLink:visited 
{
	font-family: Verdana; font-size: 12px; font-weight: normal; color: #1D72C7; text-decoration: none;
}
a.textLink:hover 
{
	font-family: Verdana; font-size: 12px; font-weight: normal; color: #1D72C7; text-decoration: underline;
}

a.footLink:link 
{
	font-family: tahoma; font-size: 8pt; font-weight: normal; color: #9c9c9c; text-decoration: none;
}
a.footLink:active 
{
	font-family: tahoma; font-size: 8pt; font-weight: normal; color: #9c9c9c; text-decoration: none;
}
a.footLink:visited 
{
	font-family: tahoma; font-size: 8pt; font-weight: normal; color: #9c9c9c; text-decoration: none;
}
a.footLink:hover 
{
	font-family: tahoma; font-size: 8pt; font-weight: normal; color: #9c9c9c; text-decoration: underline;
}

.leftPTitle1
{
	font-family: Arial; font-size: 14px; font-weight: bold; color: #3b5768; letter-spacing: 5px;
}
.leftPTitle2
{
	font-family: Arial; font-size: 14px; font-weight: bold; color: #549ac4; letter-spacing: 5px;
}

	
h1
{
	font-family: Verdana; font-size: 12px; font-weight: bold; color: #DB5C07;
}
h2
{
	font-family: Verdana; font-size: 8px; font-weight: normal; color: #DB5C07;
}
h3
{
	font-family: Arial; font-size: 18px; font-weight: bold; color: #549AC4; margin: 0px;
}
h4
{
	font-family: Arial; font-size: 18px; font-weight: bold; color: #3B5768; margin: 0px;
}

p.msgBody
{
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #747474;
}

a#msgLink:link 
{
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #1D72C7; text-align: right; text-decoration: none;
}
a#msgLink:active 
{
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #1D72C7; text-align: right; text-decoration: none;
}
a#msgLink:visited 
{
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #1D72C7; text-align: right; text-decoration: none;
}
a#msgLink:hover 
{
	font-family: Verdana; font-size: 10px; font-weight: normal; color: #1D72C7; text-align: right; text-decoration: underline;
}

#langLink
{
	font-family: Arial Narrow; font-size: 9pt; color: #979797;
}