body, td, button, input, textarea {
	color: #3F3F3F;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 10px;
}

select, textarea, input.p {
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}



/* standards */

.bold { font-weight: bold; }
.nobold { font-weight: normal}
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }

.toleft { text-align: left; }
.toright { text-align: right; }
.totop { vertical-align: top; }
.tobottom { vertical-align: bottom; }
.tocenter { text-align: center; }

.small { font-size: 9px; }

/* fonts */

.tl {
	color: #FFFFFF;
}

a.tl {
	color: #FFFFFF;
	text-decoration: none;
}

a.tl:hover {
	text-decoration: underline;
}


.lw120 {
	line-height: 120%;
}

.lw150 {
	line-height: 120%;
}

.skroty {
	font-size: 10px;
}

a {
	text-decoration: underline;
	color: #182545;
}

a:hover {
	text-decoration: none;
}

ul {
	line-height: 150%;
}
	
	

/* paddings */

.pad5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.pad-l5 { padding-left: 5px; }
.pad-l10 { padding-left: 10px; }

.pad-r5 { padding-right: 5px; }
.pad-r10 { padding-right: 10px; }

.pad-t5 { padding-top: 5px; }
.pad-t10 { padding-top: 10px; }

.pad-b5 { padding-bottom: 5px; }
.pad-b10 { padding-bottom: 10px; }

/* margins */

.m-l5 { margin-left: 5px; }
.m-l10 { margin-left: 10px; }

.m-r5 { margin-right: 5px; }
.m-r10 { margin-right: 10px; }

.m-t5 { margin-top: 5px; }
.m-t10 { margin-top: 10px; }

.m-b5 { margin-bottom: 5px; }
.m-b10 { margin-bottom: 10px; }

table.main {
	width: 780px;
	background-color: #FEFFFC;
	border-collapse: collapse;
}

table.inside-main {

	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
td.inside-main1 {
	width: 210px;
	height:100%;
}
td.inside-main2 {
	width: 558px;
	border-left: solid 3px #FFFFFF;
}

table.lewa {
	width: 100%;
	height: 100%;
}

table.prawa {
	width: 100%;
	border-collapse: collapse;

}

.bg1 {
	background-color: #FFBF00;
}

.bg2 {
	background-color: #FDC723;
}

.bg3 {
	background-color: #FE9900;
}

.bg4 {
	background-color: #182545;
}

.bg5 {
	background-color: #009933;
}

/* menu */

a.menu {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td.menu1 {
	width:25px;
	height:25px;
	text-align: center;
}

td.menu2 {
	width:1px;
	height:25px;
}

td.menu3 {
	padding-left:10px;
	width:184px;
	height:25px;


}

td.menu4 {
	width: 100%;
	height: 1px;
}


table.top {
	width: 780px;
	height: 25px;
	border-collapse: collapse;
	background-image: url("../images/bg_linia_2.gif");
}

table.tresc {
	margin-top: 2px;
	width: 100%;
	height: 100%;
}

td.tresc {
	padding-left: 15px;
	padding-right: 15px
	padding-bottom: 15px;
}

.box1 {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;

}

div.h {
	display: none;
}
table.box {
	border-collapse: collapse;
}
	

td.box_1_1 {
	height: 18px;
	padding-left: 3px;
	padding-right: 4px;
}
td.box_1_2 {
	height: 18px;
}

td.box_2 {
	width: 100%;
	padding: 5px 5px 5px 5px;
}


/* bledy */

div.blad {
	background-color: #FFBF00;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 15px 6px 15px;
	line-height: 18px;
}

div.blad-c-0 {
	border: 1px dashed black;
}

div.blad-c-1 {
	border: 1px dashed green;
}

div.blad-c-2 {
	border: 1px dashed red;
}



