/* CSS Document */
@media print,screen {

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	background-color:#FFFFFF;
	
}

table {
	border:none;
}

img {
	border:none;
}

A { 
	text-decoration: none;
	color: #999999;
}

A:visited { 
	text-decoration: none;
	color: #999999;
}

A:hover { 
	text-decoration: underline;
	color:#999999;
}

A.port { 
	text-decoration: none;
	color:#BA1C21;
}

A.port:visited { 
	text-decoration: none;
	color:#BA1C21;
}

A.port:hover { 
	text-decoration: underline;
	color:#BA1C21;
}


A.menu { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

A.menu:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

A.menu:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	text-decoration: none;
	font-weight: normal;
	color:#666666;
}

td.menu_white { 
		height:61px;
		width:103px;
		background-repeat:no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		border-right: solid 1px #ECECEC;
		text-align:right;
		color: #999999;
		vertical-align:bottom;
}
td.menu_gray { 
		height:61px;
		width:103px;
		background-repeat:no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		text-align:right;
		color: #666666;
		border-right: solid 1px #ECECEC;
		vertical-align:bottom;
}
td.menu_onfocus { 
		height:61px;
		width:103px;
		background-image:url(http://www.art-pack.pl/pl/images/menu_onfocus.png);
		background-repeat:no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		text-align:right;
		color: #999999;
		vertical-align:bottom;
}
td.adres {
		font-size: 9px;
		color:#999999;
		text-align:right;
}

td.menu_dol {
		vertical-align:top;
		color:#999999;
		text-align:left;
}

td.menu_corp {
		vertical-align:bottom;
		font-size:9px;
		color:#999999;
		text-align:left;
}

td.stopka {
		text-align:center;
		font-size:9px;
		color:#CCCCCC;
}

td.tekst {
		text-align:left;
}

h2, h2 a, h2 a:hover {
	font-size:14px;
	color:#BA1C21;
}
#projekt_list {
	display:none;
	z-index:10; 
	position: absolute; 
	top: 285px;
	width: 160px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	padding:5px;
	line-height:1.5em
}

#klient_list {
	display:none;
	z-index:10; 
	position: absolute; 
	top: 215px;
	width: 160px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	padding:5px;
	line-height:1.5em
}
#body {
	position:absolute;
	top:0px;
	text-align:center;
	width:99%;
	}

.tdNONE {
	BORDER-RIGHT:#999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9px; 
	BORDER-LEFT: #999999 1px solid; 
	COLOR: #999999; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
}

.tdHL {
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid; 
	FONT-SIZE: 9px; 
	BORDER-LEFT: #666666 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #666666 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR:#CECECE;
}
}