/* ---------- INTROPAGE -----------*/
table.iptable			{width: 815px; height: 100%; margin: auto;}
td.iptd					{width: 815px; height: 100%; vertical-align: top; background: url('gfx/intro.jpg') no-repeat;}
a.iplnk					{font: bold 13px tahoma; color: #c0c0c0; letter-spacing: 0.07em;}

table					{width: 100%;}

td.iptd a.pl			{position: relative; top: 159px; left: 277px; width: 125px; height: 65px; display: block; background: url('gfx/pl_off.jpg') no-repeat; border: 0px;}
td.iptd a.en			{position: relative; top: 94px; left: 430px; width: 125px; height: 65px; display: block; background: url('gfx/en_off.jpg') no-repeat; border: 0px;}
td.iptd a.pl:hover		{position: relative; top: 159px; left: 277px; width: 125px; height: 65px; display: block; background: url('gfx/pl_on.jpg') -2px 1px no-repeat; border: 0px;}
td.iptd a.en:hover		{position: relative; top: 94px; left: 430px; width: 125px; height: 65px; display: block; background: url('gfx/en_on.jpg') -1px 1px no-repeat; border: 0px;}
