/* wygląd strony */

body {
	background-color : #FFFFFF;
	/*background-image: url(dane/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;*/
	
	text-align: center;
	margin: 0px 0px 15px 0px;
	
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #321464;
}

tbody {
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #321464;
}


/* linki */

a:link, a:visited, a:active { 
	text-decoration: underlined;	
	color: #321464;
	 }

a:hover {
	text-decoration: none;
	color: #FF6400;
}

a.b {
	font-weight: bold;
}

a.m { 
	text-decoration: none;	
}

a.mm {
	font-size: 9px;
}

/* komórki tabeli */

td.menu {
	border-right: 5px solid #321464;
	border-left: 5px solid #321464;
	background-color: #F8A74D;
	padding: 20 10px 10px 10px;
}

td.strona {
	padding: 10px 20px 10px 20px;
}


/* formatowanie tekstu */


div.h {
	font-weight: bold;
	font-size: 13px;
}

div.tp {
	padding: 0px;
	border-top: 1px solid #321464;
	border-bottom: 1px solid #321464;
}

div.mp {
	padding: 0px;
	border-top: 1px solid #321464;
	border-bottom: 1px solid #321464;
}

div.c {
	text-align: center;
}

div.j {
	text-align: justify;
}

div.p {
	text-align: right;
}

div.o {
	line-height: 155%;
}

div.pa {
	padding-top: 6px;
}

div.pb {
	padding-bottom: 20px;
}

div.pc {
	padding-top: 20px;
}

div.mo {
	padding-bottom: 6px;
}



/* formatowanie elementów */

table.c {
	margin-left: auto;
	margin-right: auto;
}


/* czcionki */

font.f2 {
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #321464;
}

font.f3 {
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #FF6400;
}

font.k {
	color: #FF6400;
}


/* zdjęcia */
	
td.zl {
	padding : 4px 8px 5px 0;
}

td.pl {
	padding: 0 8px 3px 0;
}

td.zp {
	padding : 4px 0 5px 8px;
}

td.pp {
	padding: 0 0 3px 8px;
}

img.zdj {
	border: 1px solid #321464;
}

td.podp {
	border: 1px solid #321464;
	background-color: #F8A74D;
	padding: 3px;	
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #321464;
	text-align: left;
}