@font-face {
    font-family: 'bahamas';
    src: url('bahamas-webfont.eot');
    src: url('bahamas-webfont.eot?#iefix') format('embedded-opentype'),
         url('bahamas-webfont.woff') format('woff'),
         url('bahamas-webfont.ttf') format('truetype'),
         url('bahamas-webfont.svg#bahamasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothic';
    src: url('century_gothic.eot');
    src: url('century_gothic.eot?#iefix') format('embedded-opentype'),
         url('century_gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.standard, .pomaranczowy, .wyroznienie {
	font-family: "verdana";
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

.naglowek-standard, .naglowek-pomaranczowy, h1 {
	font-family: "verdana";
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;    /* jak potrzebne to odblokuj - usu&#65533;aki komentarza */
	font-weight: bold;
}

.maly {
	font-family: "verdana";
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.standard, .naglowek-standard, .wyroznienie, .maly  {color: #333;}
.wyroznienie-pomaranczowy, .pomaranczowy, .naglowek-pomaranczowy, h1 {color: #C9670A;} /* E87E1F */

.wyroznienie {
	font-weight: bold;
}

p {
margin-bottom: 0px;
margin-top: 0px;
}

.tabelka-naglowek, .tabelka-pole, .tabelka, .tabelka-wyroznienie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	color: #333;
	line-height: 18px;

	border-spacing: 0px;
	border: 1px solid #DDD9D6;
}

.tabelka-pole, .tabelka-naglowek, .tabelka-wyroznienie {
	padding: 10px;
}

.tabelka-wyroznienie, .tabelka-naglowek{
	background-color: #f2edeb;
}

.tabelka-naglowek {
	font-weight: bold;
}

.tabelka {
	margin-left: auto;
	margin-right: auto;
}

ul { list-style-image: url(../images/kropka-9.gif); }

/* a.standard:link,a.standard:visited,a.standard:active, a.standard:hover {color: red;} */
a:link,a:visited,a:active, a:hover {color: #C9670A; text-decoration: none;}