@CHARSET "UTF-8";

BODY,TD {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	color: #5e5e5e;
}

.backgroundMiddle {
	background-color: #DEDEDE;
	background-image: url("/images/tlo_srodek.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 785px;
}

.footer {
	background-image: url(/images/stopka.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

.menuUP {
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

.logo {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

A.aLink1 {
	color: #333333;
	text-decoration: none;
}

A.aLink1 {
	color:#FF7400;
	text-decoration: none;
}

A.aLink1:HOVER {
	text-decoration: underline;
}

A.aFooterLight {
	color: #9e9e9e;
	text-decoration: none;
	line-height: 12px;
}

A.aFooterLight:HOVER {
	color: #5B627A;
	text-decoration: underline;
	line-height: 12px;
}

A.aHeader {
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}

A.aHeader:HOVER {
	color: #333333;
	text-decoration: underline;
	line-height: 12px;
}

.truncate
{    
	position: relative;
	display: block;
	overflow: hidden;
}


