
/**
* STYLE TABELI DLA FORMULARZY
**/

body,
.body-bg
{
	/*background-repeat: repeat-x;
	background-image: url(images/acp_logo_strip.gif);*/

	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, "Trebuchet MS";
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	text-align: center; /* centers board in MSIE known bug workaround */
}

.tableheader,
.tableheaderalt,
.tableheader2
{
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	color:#FFF;
	padding:8px 0px 8px 5px;
	background-image: url(images/folder_css_images/table_title_gradient.gif);
	background-repeat: repeat-x;
	background-color:#3363A1;
}

.tableheaderalt a:link,
.tableheaderalt a:visited,
.tableheaderalt a:active
{
	text-decoration:none;
	color: #FFF;
}

.tablefooter,
.tablesubheader
{
	background-color:#ACBFD9;
	font-size:10px;
	color: #3363A1;
	font-weight:bold;
	padding:5px;
}


.tablerowmedium
{
	background-color:#999;
}

.tablerow1 img,
.tablerow2 img
{
	vertical-align:middle;
	border:0px;
}

.tablerow1
{
	background-color:#EAEDF0;
	padding:6px;
	border-bottom:1px solid #C1BEBE;
	border-right:1px solid #C1BEBE;
	font-size: 11px;

}

.tablerow2
{
	background-color:#F1F1F1;
	padding:6px;

	border-bottom:1px solid #C1BEBE;
	border-right:1px solid #C1BEBE;
	font-size: 11px;
}

/**
* Information box
**/

.bad-box
{
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	background-color: #FFCCCC;
	padding: 6px;
	text-align:left;
}

.good-box
{
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	background-color: #d9eac8;
	padding: 6px;
	text-align:left;
}

.ok-box
{
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	background-color: #EBE7B6;
	padding: 6px;
	text-align:left;
}

.warning-box,
.information-box,
.help-box
{
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	background-color: #FCF8C7;
	padding: 6px;
	text-align:left;
}

.warning-box img,
.information-box img,
.help-box img
{
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	vertical-align:middle;
	border: 0px;
}

.warning-box h2,
.warning-box p,
.information-box h2,
.information-box p,
.help-box h2,
.help-box p
{
	padding: 0px;
	margin:  0px;
	margin-left: 60px;
}

.warning-box h2,
.information-box h2,
.help-box h2
{
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.warning-box
{
	background-color: #FFCCCC;
}

.warning-box ul
{
	margin-left: 30px;
}

.help-box
{
	background-color: #D5EEB6;
}

/**
* Nowe ramki dla tabsow
**/

.boxOk {
	width: 650px;
	margin: .5em 0 1.5em 0;
	text-align: left;
	background: #EFFADD url('images/css/box_ok.gif') repeat-y 0 0;
}
.boxOkTop {
	height: 20px;
	overflow: hidden;
	background: url('images/css/box_ok_top.gif') no-repeat 0 0;
}
.boxOkContent {
	padding: 0 25px 0 75px;
	background: url('images/css/box_ok_content.gif') no-repeat 23px 0;
}
.boxOkContent h2 {
	margin: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #55AA19;
}
.boxOkContent p {
	margin: 8px 0 0 0;
}
.boxOkBottom {
	height: 20px;
	overflow: hidden;
	background: url('images/css/box_ok_bottom.gif') no-repeat 0 0;
}
.boxError {
	width: 650px;
	margin: .5em 0 1.5em 0;
	text-align: left;
	background: #FFF2F2 url('images/css/box_error.gif') repeat-y 0 0;
}
.boxErrorTop {
	height: 20px;
	overflow: hidden;
	background: url('images/css/box_error_top.gif') no-repeat 0 0;
}
.boxErrorContent {
	padding: 0 25px 0 75px;
	background: url('images/css/box_error_content.gif') no-repeat 23px 0;
}
.boxErrorContent h2 {
	margin: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ff0000;
}
.boxErrorContent p {
	margin: 8px 0 0 0;
}
.boxErrorBottom {
	height: 20px;
	overflow: hidden;
	background: url('images/css/box_error_bottom.gif') no-repeat 0 0;
}




/* menu item */

.buttonsred a {
	color: #ff3322;
	/*background-color: #FFFFCC;*/
	padding: 0px;
	padding-left: 0px;
	display: block;
	font: 10px tahoma, sans-serif;
	/* font-weight: bold;*/
	text-decoration: none;
	text-align: left;
}

.buttonsred a:hover {
	background-color: #ffcc88;
	color: red;
	font: 10px tahoma, sans-serif;
	text-decoration: none;
}

.buttons a {
	color: #3366FF;
	/*background-color: #FFFFCC;*/
	padding: 0px;
	padding-left: 0px;
	display: block;
	font: 10px tahoma, sans-serif;
	/* font-weight: bold;*/
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #ffcc88;
	color: black;
	font: 10px tahoma, sans-serif;
	text-decoration: none;
	border:	1px solid #c24733;
}

.buttons2 a {
	/*color: #3366FF;*/
	/*background-color: #FFFFCC;*/
	padding: 0px;
	padding-left: 0px;
	display: block;
	font: 11px arial, sans-serif;
	/* font-weight: bold;*/
	text-decoration: none;
	text-align: left;
}

.buttons2 a:hover {
	background-color: #F1E8E6;
	color: black;
	font: 11px arial, sans-serif;
	text-decoration: none;
	border:	1px solid #c24733;
}

.buttons_s a {
	color: #3366FF;
	background-color: #ff88ff;
	padding: 0px;
	padding-left: 0px;
	display: block;
	font: 10px tahoma, sans-serif;
	/* font-weight: bold;*/
	text-decoration: none;
	text-align: left;
}

.buttons_s a:hover {
	background-color: #333366;
	color: #FFFFFF;
	font: 10px tahoma, sans-serif;
	text-decoration: none;
}

/* end of menu item */ /* TABLE cal */
table.cal td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 0px solid gray;
}

table.cal {
	border-collapse: collapse;
	border: 0px solid gray;
	border-style: dotted;
}

table.cal th {
	color: #eeeeee;
	font-family: tahoma;
	font-size: 7pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 0px solid gray;
}

table.cal td.now {
	color: #eeeeee;
}

table.cal td.past {
	color: gray;
}

table.cal td.future {
	color: #4488bb;
}

/* TABLE WIADOMOSCI */
table.wiadomosci td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 0px solid gray;
}

table.wiadomosci {
	border-collapse: collapse;
	border: 0px solid gray;
	border-style: dotted;
}

table.wiadomosci th {
	color: #eeeeee;
	font-family: tahoma;
	font-size: 7pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 0px solid gray;
}

table.wiadomosci td.autor {
	color: blue;
	text-align: center;
}

table.wiadomosci td.data {
	color: gray;
	font-family: arial;
	font-size: 7.5pt;
	margin: 0px;
	border: 0px solid gray;
	text-align: center;
}

/* TABLE NORMAL NOBORDER */
table.normal_noborder0 {
	border-collapse: collapse;
	border: 0px solid gray;
}

table.normal_noborder0 td {
	color: #334433;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 0px solid gray;
}

table.normal_noborder {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal_noborder td {
	color: #334433;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 0px solid gray;
}

table.normal_noborder td.red {
	color: red;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 1px solid gray;
	background-color: #eecccc;
}

table.normal_noborder td.green {
	color: green;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 1px solid gray;
	background-color: #cceecc;
}

table.normal_noborder td.blue {
	color: blue;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 1px solid gray;
	background-color: #ccccee;
}

table.normal_noborder td.brown {
	color: brown;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 1px solid gray;
	background-color: #E9DBDB;
}

table.normal_noborder td.center {
	color: #334433;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 1px;
	padding-left: 1px;
	border: 0px solid gray;
	text-align: center;
}

table.normal_noborder tr.red {
	background-color: #eecccc;
}

table.normal_noborder tr.white {
	background-color: #cccccc;
}

table.normal_noborder tr.center {
	text-align: center;
}

table.normal_noborder tr.center_red {
	background-color: #eecccc;
	text-align: center;
}

table.normal_noborder tr.center_green {
	background-color: #cceecc;
	text-align: center;
}

table.normal_noborder tr.center_blue {
	background-color: #ccccee;
	text-align: center;
}

table.normal_noborder tr.center_blue {
	background-color: #ccccee;
	text-align: center;
}
table.normal_noborder th {
	background-color: #cccccc;
	text-align: center;
	font-weight: bold;
	color: #446677;
	font-family: Tahoma;
	font-size: 7pt;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: bold;
}

table.normal_small {
	width: 500;
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal_small td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 1px solid gray;
}

table.normal_small td.np {
	color: #444444;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 1px solid #666666;
	vertical-align: top;
}

table.normal_small td.p {
	color: #446699;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 1px solid #666666;
	background: #ccddee;
	vertical-align: top;
}

table.normal_noframe {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal_noframe td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
}




table.normal_light_zes {
	border: 1px solid gray;
	
}

table.normal_light_zes td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid;
	border-color: #adbccc;
}

table.normal_light_zes th {
	text-align: center;
	font-weight: bold;
	background: #007CC2;
	color: #eeeeee;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
}


table.normal_light_ksiazka {
	border: 1px solid black;
	
}

table.normal_light_ksiazka td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid;
	border-color: #000000;
}

table.normal_light_ksiazka th {
	text-align: center;
	font-weight: bold;
	background: #007CC2;
	color: #eeeeee;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
}








table.normal_light {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal_light td.center {
	color: #334433;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	text-align: center;
}

table.normal_light td.yellow {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid gray;
	background: #ffff80;
}

table.normal_light td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;

	border: 1px solid;
	border-color: #adbccc;
}

table.normal_light td.noborder {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 0px solid;
	border-color: #adbccc;
}

table.normal_light th {
	text-align: center;
	font-weight: bold;
	background: #007CC2;
	color: #eeeeee;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding: 2px;
	font-weight: bold;
}


table.normal_light_off {
	border-collapse: collapse;
	border: 0px solid gray;
}

table.normal_light_off td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 0px solid;
	border-color: #adbccc;
}

table.normal {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal tr {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid;
	border-color: black;
}

table.normal td.yellow {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid gray;
	background: #ffff80;
}

table.normal td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid;
	border-color: #8d9cac;
}

table.normal td.np {
	color: #444444;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666666;
	vertical-align: top;
}

table.normal td.p {
	color: #444444;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666666;
	background: #ccddee;
	vertical-align: top;
}

table.normal td.pilne {
	color: red;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

table.normal th {
	text-align: center;
	font-weight: bold;
	background: #007CC2;
	color: #eeeeee;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: bold;
}


table.lista_drukuj {
	border-collapse: collapse;
	border: 1px solid gray;
}


table.lista_drukuj td {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 4px;
	border: 1px solid;
	border-color: #000000;
}




h1 {
	color: #000000;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica,
		sans-serif;
	font-size: 12pt;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

a {
	font-family: verdana;
	font-size: 10;
	font-variant: normal;
	font-weight: normal;
	color: #cc5522;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 10;
	font-variant: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

table.normal_light_cennik {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.normal_light_cennik td.tytul {
	color: #eeeeee;
	font-family: Arial;
	font-size: 5pt;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

table.normal_light_cennik td {
	color: #000000;
	font-family: Arial;
	font-size: 6px;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border: 0.2px solid;
	border-color: #adbccc;
}

.cennik_tytul {
	font-family: arial;
	font-size: 5pt;
	font-weight: bold;
	font-variant: normal;
	font-weight: normal;
	color: FFFFFF;
}

.cennik_kategorie {
	font-family: Arial;
	font-size: 5pt;
	font-variant: normal;
	font-weight: normal;
	color: 000000;
}

.cennik {
	font-family: arial;
	font-size: 5pt;
	font-variant: normal;
	font-weight: normal;
	color: 000000;
}

.a2 {
	font-family: verdana;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: #cc5522;
	text-decoration: none;
}

.a2:hover {
	font-family: verdana;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.a_th {
	font-family: Tahoma;
	font-size: 8pt;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0px;
	padding: 2px;
	color: #aaffcc;
}

.a_th:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0px;
	padding: 2px;
	color: yellow;
}

.a_opt_green {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: 2C8a2c;
}

.a_opt_green:hover {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

.a_msg {
	font-family: tahoma;
	font-size: 11;
	color: blue;
}

.a_msg:hover {
	font-family: tahoma;
	font-size: 11;
	color: yellow;
}

.a_msg_sent {
	font-family: tahoma;
	font-size: 11;
	color: brown;
}

.a_msg_sent:hover {
	font-family: tahoma;
	font-size: 11;
	color: yellow;
}


.a_opt {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: 2C5B8A;
}

.a_opt:hover {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: 20AA20;
}

.a_opt_white {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: dcefff;
}

.a_opt_white:hover {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: yellow;
}

.a_opt2 {
	font-family: tahoma;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: 2C5B8A;
}

.a_opt2:hover {
	font-family: tahoma;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

.a_opt_green {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: 2c9c2c;
}

.a_opt_green:hover {
	font-family: arial;
	font-size: 11;
	font-variant: normal;
	font-weight: normal;
	color: orange;
}

.koszyk {
	font-family: arial;
	font-size: 10;
	font-variant: normal;
	font-weight: normal;
	color: white;
}

.koszyk:hover {
	font-family: arial;
	font-size: 10;
	font-variant: normal;
	font-weight: normal;
	color: #cc5522;
}

.tresc {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: 2C5B8A;
}

.tresc2 {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: #444444;
}

.tresc3 {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: #440000;
}

.tresc4 {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: 1C4B7A;
}

.lista {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

.tytul {
	font-family: Arial;
	font-size: 11pt;
	font-variant: normal;
	font-weight: bold;
	color: 2C5B8A;
}

.tytul2 {
	font-family: Verdana;
	font-size: 12pt;
	font-variant: normal;
	font-weight: bold;
	color: 2C5B8A;
}

.info {
	font-family: verdana;
	font-size: 7pt;
	font-variant: normal;
	font-weight: normal;
	color: #999999;
}

.info_t {
	font-family: Arial;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: #999999;
}

.info2 {
	font-family: verdana;
	font-size: 7pt;
	font-variant: normal;
	font-weight: normal;
	color: #cc5522;
}

.info3 {
	font-family: verdana;
	font-size: 7pt;
	font-variant: normal;
	font-weight: normal;
	color: #555555;
}

.nag {
	font-family: tahoma;
	font-size: 7pt;
	font-variant: normal;
	font-weight: normal;
	color: white;
}

.include {
	font-family: Arial;
	font-size: 9pt;
	font-variant: normal;
	color: green;
}

.debug {
	font-family: Arial;
	font-size: 9pt;
	font-variant: normal;
	color: #cccccc;
}

.error {
	font-family: Arial;
	font-size: 9pt;
	font-variant: normal;
	color: red;
}

INPUT,BUTTON,SELECT,TEXTAREA {
	background-color: #d3e9ff;
	border: #8494a4 1px solid;
	font-family: verdana;
	font-size: 10px;
	color: #333344;
}

input:focus {background:#FFFFC0}

select:focus {background:#FFFFC0}

INPUT[type=submit]:hover,BUTTON[type=submit]:hover {
	background-color: #def2f8;
	border: #8494a4 1px solid;
	font-family: verdana;
	font-size: 10px;
	color: green;
}

INPUT[disabled]{
	background-color: #dddddd;
	border: #888888 1px solid;
	font-family: verdana;
	font-size: 10px;
	color: #222233;
}

.input_szukaj {
	font-size: 9pt;
	background: transparent;
	background-color: #d3e9ff;
	color: #333344;
	font-family: Tahoma;
	font-weight: bold;
}

.input_szukaj[type=submit]:hover,BUTTON[type=submit]:hover  {
	background-color: #def2f8;
	border: #8494a4 1px solid;
	font-family: Tahoma;
	font-size: 9pt;
	color: green;
}

.button1 {
	font-size: 8pt;
	background: transparent;
	background-color: #d3e9ff;
	color: #333344;
	font-family: Tahoma;
	font-weight: bold;
}

#nav-head {
	padding: 0 0 10px 0;
}

.nav-subpage {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0 0 0;
	font-size: 7pt;
	}

.nav-subpage h3 {
	float: left;
	margin: 0 1px 0 0;
}
	
.nav-subpage h3.kat a:hover span {
	float: left;
	
	background: url(images/nm2.gif) top right no-repeat;
	} 
	
.nav-subpage h3.kat a {
	float: left;
	height: 19px;
	background:  url(images/nm1.gif) top left no-repeat;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2 7px 0 7;
  }
	
.nav-subpage h3.kat a:hover {
	float: left;
	background:  url(images/nm3.gif)  top left no-repeat;
	font-size:11px;
	color: #ffffff;
  }
 
.nav-subpage h3.kat a:visited {
	float: left;
	color: #ffffff;
	text-decoration: none;
	}
 
.nav-subpage h3#kat-current a:hover span {
	float: left;
	background: url(images/nm2.gif)  top right no-repeat;
	} 

.nav-subpage h3#kat-current a {
	float: left;
	height: 19px;
	background:  url(images/nm4.gif) top left no-repeat;
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
  }

.nav-subpage h3#kat-current a:hover {
	float: left;
	background:  url(images/nm3.gif)  top left no-repeat;
	font-size:11px;
	color: #ffffff;
  }

.nav-subpage h3#kat-current a:visited {
	float: left;
	color: #ffffff;
	text-decoration: none;
	}

/* MISC */
.pagination {
	padding-left: 10;
	padding-right: 10;
	padding-top: 7;

	height: 26px;
	background-color: #BDCCDC;
	border-style:solid;
	border-color: #7B9BB9;
	border-top: none;
	border-left: none;
	border-right: none;
	border-width:1px;
}
