/* CSS file for custom styles */

.staticInfoContent .startbox {
	background-color: #FFFFFF;
	background-image: url("images/infopage_back.png");
	background-repeat: repeat-x;
}

.startmenu .textinfo {
	background-image: url("images/infopage_back.png");
	background-repeat: repeat-x;
}

.startmenu .tabs a.tab {
	font-size: 1.7em;
	font-weight: normal;
}

#rates_index {
	position: relative;
	top: 0;
	left: 0;
}

.rates ul.index {
	list-style: none;
	margin: 0;
	padding-bottom: 65px;
}

/* IE6 */
* html body .rates ul.index {
	line-height: 0.75em;
}

.rates ul.index a {
	display: block;
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	text-align: center;
}

.rates ul.index a:hover {
	text-decoration: none;
	background-color: #C3D9FF;
	color: #333333;
}

.rates table {
	width: 100%;
}

.rates table th {
	background-color: #FAFAFA;
	color: #333333;
	border-bottom: 2px solid #1499B6;
	width: 85px;
	vertical-align: bottom;
}

.rates table .indexitem th {
	background-color: #C3D9FF;
	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}

.rates table .indexitem a {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
}

.rates table .indexitem a:hover {
	text-decoration: none;
}

.rates table .indexitem a.links {
	text-align: right;
	float: right;
	font-size: 1em;
	color: #1499B6;
}

.rates table .indexitem a.links:hover {
	text-decoration: underline;
}

.rates table td {
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

.rates table th {
	text-align: center;
	width: 120px;
}

.rates table td.lf, .rates table th.lf {
	text-align: left;
}

.rates table tr:hover {
	background-color: #E5EFFF;
}

.rates table .country {
	width: 150px;
}


/* css */
.czcionka {
	font-size: 1.7em; 		/* np. 12px em to jest jednostka relatywna */
	font-weight: normal; 	/* bold, normal */
	font-family: verdana, arial		/* font */

/* jak użyć takiej klasy: <p class="czcionka"> tresc <p/>
	

}	