/* domyslne style dla elementow */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url() no-repeat 0px 0px;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 7px 0px;
}

a {
	text-decoration: none;
	color: blue;	
}

img {
	border: 0px;
}


/* ****** DOMYSLNE WYROWNANIE TEKSTU W AKAPITACH ****** */
body, p, td, div { text-align:justify; line-height:140%; font-family:Verdana; font-size:10px; }

h1 { font-size: 15px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }


/* ****** ELEMENTY GENEROWANE PRZEZ CMS ****** */

.dzialySciezka {
	font-size: 16px;
	color: #9FA28B;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
	letter-spacing: 1px;
}


.back {
	margin: 15px;
}

td.dzial-tytul {
	padding-top: 15px;
}

a.dzial-tytul {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: #2B8271;
}

/* ******************** moduly ************************* */

.mod-nazwa {
	font-size: 12px;
	font-weight: bold;
}

.mod-opis {
	color: #1B6611;
	font-size: 10px;
}

.mod-more {
	text-align: right;
}

/* ******************** ramka zdjec ************************* */

table.foto_ramka td { font-size:1px; border:0; padding:0; }
table.foto_ramka a { font-size:1px; }
table.foto_ramka img { border:0; padding:0; margin:0; }

.fr_gl { background: transparent url(../gfx/foto-ramka/fr_01.gif); width:10px; height:10px; }
.fr_gs { background: transparent url(../gfx/foto-ramka/fr_02.gif); }
.fr_gp { background: transparent url(../gfx/foto-ramka/fr_03.gif); width:10px; height:10px; }

.fr_sl { background: transparent url(../gfx/foto-ramka/fr_04.gif); width:10px; }
.fr_ss { background: #F7F8F3; }
.fr_sp { background: transparent url(../gfx/foto-ramka/fr_06.gif); width:10px; }

.fr_dl { background: transparent url(../gfx/foto-ramka/fr_07.gif); width:10px; height:10px; }
.fr_ds { background: transparent url(../gfx/foto-ramka/fr_08.gif); }
.fr_dp { background: transparent url(../gfx/foto-ramka/fr_09.gif); width:10px; height:10px; }

/* ****** tabelka z formularzem ***************************************************** */

table.htmlform { border:0; }
table.htmlform td {
	border-top: 1px solid #E7E7E7;
	padding: 7px;
	vertical-align: top;
}
table.htmlform td:first-child {
	text-align: right;
	color: #6581C0;
	font-weight: bold;
}

/* ****** elementy formularzy ***************************************************** */

.pole {
	border: 1px solid #999B8D;
	padding: 2px;
	background: #F0F0F0 url() no-repeat;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}
.przycisk {
	border: 2px solid #999B8D;
	padding: 2px 7px 2px 7px;
	background: #EBEBE9 url() no-repeat;
	color: #007EC1;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.komunikat {
	padding: 10px;
	margin: 5px 25px 5px 25px;
	background: white;
	color: dimgray;
	border: 1px dashed #6581C0;
	text-align: center;
}

