@font-face {
  font-family: Arial;
  src: url('../fonts/arial.tff') format("opentype");
  font-family: Calibri;
  src: url('../fonts/calibri.tff') format("opentype");
  font-family: Tahoma;
  src: url('../fonts/tahoma.tff') format("opentype");
  font-family: Times;
  src: url('../fonts/times.tff') format("opentype");
  font-family: Verdana;
  src: url('../fonts/verdana.tff') format("opentype");
  font-family: Arial;
  src: url('../fonts/arialn.tff') format("opentype");
}
/*
color: #f0f0f0;
kolor podœwietlenia
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {  
	top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #ffffff; 
	line-height: 1;
	font-family: Tahoma;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
	color: #737373; 
}
#Page{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url('../images/PageBgr.jpg');
	background-repeat:repeat-x;
	left:0;
	top:0;
}
#PageHeader{
	top:0px;
	width:100%;
	height:120px;
	
}
#PageContent{
	margin-top:auto;
	position:relative;
	width:100%;			
}
#PageCenter{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:690;
	height:412;
	padding:10px;
	padding-right:10px;
	background-image:url('../images/CenterBox_03.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
#PageFooter {	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:100%;
}
#PageFooter ul { 
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
 }
#PageFooter ul li { 
	border-left-color: #d8d8d8;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
	line-height: 1em;
	margin-left: -1px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
 }
#tblHeader{	
	margin-left:auto;
	margin-right:auto;
	width:690px;
} 
li { 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
 }
.fontFooter{
	font-family: 'Tahoma';
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#737373;
}
.fontDomain{
	font-family:'Verdana';
	font-size:13pt;
	font-weight:400;
	color:#0000;
}
.fontText{
	font-family:'Tahoma';
	font-size:15pt;
	font-weight:400;
	
}
.fontText2{
	font-family:'Calibri';
	font-size:19pt;
	font-weight:600;
	color:#337f99;
}
.line { 
	background: url('../images/line.jpg'); 
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#tblHeader {
	margin-left:auto;
	margin-right:auto;
}
#tblContent{
	margin-left:auto;
	margin-right:auto;
}
#tblCenter{
	width:570px;
	height:70px;
	border:0;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	
}
#tblFooter{
	margin-left:auto;
	margin-right:auto;
	width:690px;
}
.spacer{
	height:5px;
	width:5px;
}
.spacerBig{
	height:10px;
	width:10px;
}