/* domyslne style dla elementow */
* { font-family:Verdana; line-height: 130%; color:#FFFFFF; font-size:11px;
}

body { background:#63120E; margin:0; padding:0; text-align: left;}        

a { text-decoration:none; color:#FFDB3A; }

h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }

input, select, option, textarea, .pole { color:#000000; }

/* tytul dzialu na liscie dzialow*/
.tytul_dzialu {
	text-align:center;
	font-size:13px;
	font-weight: bold;
}
.wyrownanie{
	text-align: center;	
}
.tekst_panelNazwa{
	display: block;
	margin: 4px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #DFEC67;
	border-left: 10px solid #DFEC67;
	padding-left: 10px;
}

.tekst_sj {
	text-align: left;
}
.tekst_sj a { text-decoration: underline; }

.tekst_sj_modsa{
	text-align: left;
}

/* naglowek boksu glownego */
h2.boxHeader {
    height: 24px;
    background: transparent url('../gfx/layout/boxHeader-ico.gif') no-repeat;
    font-size: 18px;
    padding: 6px 0px 0px 35px;
    margin-bottom: 10px;
    color: #D1DEAC;
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* naglowek boksu bocznego */
h2.boxHeader2 {
    height: 24px;
    background: transparent url('../gfx/layout/bullet2.jpg') no-repeat;
    font-size: 18px;
    padding: 6px 0px 0px 31px;
    margin-bottom: 10px;
    color: #CCD270;
    letter-spacing: 1px;
}

/* menu po lewej stronie */
.mainMenu {
	display: block;
}

.mainMenu a {
	display: block;
	font-family: Verdana; font-size:12px; font-weight:bold; color: #B80C00;
	padding: 5px 3px 9px 10px;
	margin: 1px;
	border-right: 10px solid #F6F7F0;
	background: #BFCB9D url('../gfx/layout/menu-item.jpg') no-repeat 0px 0px;
}
.mainMenu a:hover {
	font-weight:bold;
	color: #778F2F;
	padding: 5px 3px 9px 13px;
	background: #D1DEAC url('../gfx/layout/menu-item.jpg') no-repeat 0px 0px;
}

/* menu w stopce */
.footerMenu {
	display: block;
	text-align: right;
	padding: 30px 10px 5px 80px;
	text-align: center;
}

.footerMenu a {
	font-family: Arial; font-size:11px; font-weight: normal; color: #B80C00;
	letter-spacing: 1px;
	margin-left: 10px;
	white-space: nowrap;
}
.footerMenu a:hover {
	color: #63120E;
}


/* link 'wiecej' */
div.more { text-align: right; margin:5px; }
div.more span { padding:0px 10px 0px 15px; background: transparent url('../gfx/layout/arrow_more.jpg') no-repeat 0px 2px; }
div.more span a { color: #00448D; font-weight:bold; }

/* link 'powrot' */
div.back { text-align: left; margin:5px; }
div.back span { padding:0px 10px 0px 15px; background: transparent url('../gfx/layout/arrow_back.jpg') no-repeat 0px 2px; }
div.back span a { color: #00448D; font-weight:bold; }

/* gorne menu poziome */
table.topMenu { float:right; margin-right:15px; margin-bottom:0px; border:0px; }
table.topMenu tr td a { font-family: Arial; font-size:12px; font-weight:normal; color: #757916; }
table.topMenu tr td { font-family: Arial; font-size:12px; font-weight:normal; color: #0163AC; height:39px; padding:0px 4px 0px 10px; background: transparent url('../gfx/layout/topMenuSeparator.jpg') no-repeat; color: #989E1C; }

/* stopka z danymi adresowymi */
div.footer { padding: 0px 10px 5px 0px; text-align:right; color:#6E755B; font-size:11px; }

.przycisk {
	background: #BFCB9D;
	padding: 5px;
	color: #3B4E02;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
