body {
	background: url(img/bg.gif) repeat-x left top;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #004a91;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #004a91;
	font-weight: normal;
	text-align: center;
	background-color: #7ad200;
	padding: 3px;
	width: 50px;
	margin: 0;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 12px;
	font-weight:bold;
}

span.underline {
	text-decoration: underline;
}

div.colorGreen {
	color: #61A800;
}

td.main {
	padding: 30px 0px 20px;
	background: url(img/main_bg.gif) repeat-y right;

}
td.inf {
	padding: 20px;
	line-height: 1.4em;



}
td.header {
	background: url(img/h_bg.gif) repeat-x bottom;
	height: 35px;
	text-align: right;
	width: 440px;
}
td {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}
.imgBorder {
	border: 6px solid #004a91;
}
td.rightCol {
	background: #f2f2f2;
	padding-top: 20px;


}
td.rightColTd {
	padding: 20px;
	font-size: 11px;

}
ul li {
	list-style: url(img/li.gif);
}

ul.list2 li {
	list-style:disc;

}


.f9px {
	font-size: 9px;
}
.f9pxTahoma {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}

td.leftCol {
	background: url(img/main_bg.gif) repeat-y right;
	width: 463px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
td.bookBg {
	background-color: #F5F5F5;
	padding: 10px;
}
a {
	color: #003A96;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* FORMULARZ */

.formInput {
	font: 11px "Trebuchet MS", Verdana, Arial;
	color: #666666;
	margin: 0px;
	height: 20px;
	width: 300px;
	border: 1px solid #D1D1D1;
	padding-right: 5px;
	padding-left: 5px;

}
.formTxtArea {
	padding: 5px;
	height: 100px;
	width: 300px;
	font: 11px "Trebuchet MS", Verdana, Arial;
	color: #666666;
	border: 1px solid #D1D1D1;
	white-space: normal;
}
