/*PODSTAWOWE TAGI*/
body {
	margin: 0px;
	border: 0px;
	font-size: 12px;
	font-family: Georgia;
	color: #545454;
}
table {
	font-size: 12px;
	font-family: Georgia;
	color: #545454;
}
img {
	border: 0px;
}
a {
	color: #545454;
	text-decoration: none;
}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
form {
	display: inline;
}


/*LINKI*/
a.blue {
	color: #1a5783;
}
a.blue:hover {
	color: #073659;
}
a.blue2 {
	color: #1a5783;
	text-decoration: underline;
}
a.blue2:hover {
	color: #073659;
	text-decoration: none;
}
a.red {
	color: #b82328;
}
a.red:hover {
	color: #7e060a;
}





/* DIVy */
#site {
	width: 100%;	
	background: #F8F8F8;
}
#logo {
	text-align: right;
	margin: 70px 25px 15px 0px;
}
#l {
	width: 26%;
	vertical-align:top;
	background: white;
}
#l2 {
	margin-right: 1px;
}
#p {
	width: 74%;
	vertical-align:top;
	background: url(../img/tlo_okno.gif) repeat-y;
}
#menu {
	background: #797979;
}
#menu #grad {
	background: url(../img/tlo_tulipan.gif) repeat-x bottom;
}
#tulipan {
	background: url(../img/tulipan.gif) repeat-x bottom right;
	padding-right: 20px;

	/*min-height: 310px;*/
}
/*html * #tulipan {
	height: 310px;
}*/
#m {
	text-align: left;
	width: 180px;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 12px;
}
#m img {
	margin-top: 25px;
	margin-bottom: 16px;
}
#m div {
	background: url(../img/menu_arr.gif) no-repeat 0px 7px;
	padding: 5px 0px;
	padding-left: 18px;
}
#m a {
	color: white;
}
#m a:hover {
	color: #dddddd;
}

#przybornik {
	background: url(../img/tlo_przyb.gif) repeat-x;
	margin: 1px 0px;
}
#unlog {
	background: url(../img/pani_unlog.jpg) no-repeat right;
	height: 118px;
	width: 200px;
	text-align: left;
}
input.txt {
	background: #54A5CD;
	color: #003B68;
	font-size: 11px;
	width: 85px;
	border: 0px;
	padding: 2px;
}
input.sub {
	background: #095886;
	color: #FFFFFF;
	font-size: 11px;
	width: 32px;
	border: 0px;
	padding: 2px;
	margin-left: 10px;
}
#unlog #log {
	padding-top: 36px;
}
#unlog #has {
	padding-top: 22px;
}
#unlog_link div {
	margin: 2px 0px;
	color: #1a5783;
	font-size: 10px;
	width: 200px;
	text-align: left;
	font-family: Verdana;
}
#zalogo {
	background: url(../img/pani_zalog.jpg) no-repeat bottom right;
	height: 118px;
	width: 200px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}
#linki {
	padding-top: 14px;
}
#linki div {
	background: url(../img/log_arr.gif) no-repeat 0px 4px;
	margin: 6px 0px;
	padding-left: 12px;
}
#zalogo a {
	color: #FFFFFF;
}
#zalogo a:hover {
	color: #dddddd;
}
#zapo {
	background: url(../img/tlo_dymek.gif) repeat-y right;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #C7E9F9;
	margin-top: 3px;
	display: none;
	border-bottom: 1px solid white;
}	
#zapo1 {
	background: url(../img/dymek2_t.gif) no-repeat top right;
}
#zapo2 {
	background: url(../img/dymek2_b.gif) no-repeat bottom right;
	padding-bottom: 14px;
}
#zapo2 div {
	padding: 14px 30px 6px 0px;
}
#zapo2 .sub {
	margin-right: 14px;
}
#zapo2 .txt {
	width: 107px;
}



#nagl {
	background: white;
}
#ludzie {
	background: url(../img/ludki.jpg) no-repeat;
	height: 132px;
}
#ludzie div {
	padding-top: 66px;
	padding-left: 300px;
}
#info {
	background: url(../img/tlo_info.gif) repeat-x;
	height: 43px;
	font-size: 10px;
	font-family: Verdana;
}
#info div.n {
	float: left;
	width: 100px;
	background: url(../img/inf.gif) no-repeat;
	padding-top: 16px;
	padding-bottom: 15px;
	text-align: center;
}
#info div.akt {
	float: left;
	width: 100px;
	background: url(../img/inf_akt.gif) no-repeat;
	padding-top: 16px;
	padding-bottom: 15px;
	text-align: center;
}
#info a {
	color: #FFFFFF;
}
#info a:hover {
	color: #DDDDDD;
}
.cl {
	clear: left;
}



#ol {
	float: left;
	width: 464px;
	padding: 18px;
}
#op {
	float: left;
	padding: 18px;
}
#os {
	width: 644px;
	background: white;
	padding: 18px;
}
#pr {
	width: 180px;
}


/*TABELE */
.t {	
	font-family: Verdana;
	width: 100%;
}	
.t_l {
	text-align: right;
	font-weight: bold;
	padding-top: 21px;
}
.t_p {
	padding: 18px;
}
.t_p div {
	margin-top: 10px;
	font-size: 10px;
}
.t_t {
	background: #f7f7f7;
}
.t input, t.textarea {
	width: 100%;
	border: 1px solid #CBCBCB;
	padding: 2px;
	font-family: Verdana;
}

.f {	
	font-family: Verdana;
	width: 100%;
	border-top: 1px dotted #545454;
	border-bottom: 1px dotted #545454;
}	
.f_l div {
	text-align: right;
	font-weight: bold;
	padding-top: 21px;
}
.f_s div {
	padding: 18px;
}
.f_t {
	background: #f7f7f7;
}
.f_p div {
	margin-top: 16px;
	font-size: 10px;
	margin-right: 10px;
}
.f input , .f textarea {
	width: 100%;
	border: 1px solid #CBCBCB;
	padding: 2px;
	font-family: Verdana;
}
.btn {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 18px;
}
.btn2 {
	padding-left: 280px;
	margin-top: 10px;
	margin-bottom: 18px;
}
.napis {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	margin: 12px 0px;
}


/*EDYCJA*/
.gen {
	margin-bottom: 20px;
	position: relative;
}
.gen div {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
}
.arch2 {
	height: 20px;
}
.tytul {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #b82328;
}
.tytul a {
	color: #b82328;
}
.tytul a:hover {
	color: #7e060a;
}
#hp .tytul, .tytul2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #b82328;
}
.arch .tytul {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.tresc {
	line-height: 16px;
}
.tresc a {
	color: #1a5783;
	text-decoration: underline;
}
.tresc a:hover {
	color: #073659;
	text-decoration: none;
}
#hp .tresc {
	line-height: 18px;
}
.arch .tresc {
	line-height: 18px;
}
.imiennik {
	margin-top: 6px;
	font-family: Verdana;
	font-size: 11px;
}
.data {
	color: #6c6c6c;
}
.idea {
	margin-top: 8px;
}
.obr {
	float: left;
	margin-right: 8px;
}
.obr img {
	padding: 2px;
	border: 1px solid #D4DFE8;
}
.poz {
	margin-top: 30px;
}

#err1 {
	background: url(../img/tlo_err.gif) repeat-x;
	height: 90px;
	color: white;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom: 26px;
}
#err2 {
	background: url(../img/err_l.jpg) no-repeat;
	height: 90px;
}
#err3 {
	background: url(../img/err_p.gif) no-repeat right;
	height: 90px;
}
#err4 {
	padding-left: 70px;
	padding-top: 30px;
}
#ok1 {
	background: url(../img/tlo_ok.gif) repeat-x;
	height: 102px;
	color: white;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom: 26px;
}
#ok2 {
	background: url(../img/ok_l.jpg) no-repeat;
	height: 102px;
}
#ok3 {
	background: url(../img/ok_p.gif) no-repeat right;
	height: 102px;
}
#ok4 {
	padding-left: 70px;
	padding-top: 30px;
}
.dot {
	height: 20px;
	border-top: 1px dotted #545454;
}
.v {
	vertical-align: middle;
}
#pag {
	font-family: Verdana;
	text-align: center;
}
#pag a {
	margin: 0px 8px;
}
.komunikat {
	background: url(../img/i_komunikat.gif) no-repeat;
	font-family: Verdana;
	line-height: 16px;
	padding-left: 95px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.komunikat_false {
	background: url(../img/i_false.gif) no-repeat;
	font-family: Verdana;
	line-height: 16px;
	padding-left: 95px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#narzedzia {
	position: relative;
	margin-bottom: 6px;
	height: 25px;
}
#narzedzia_p {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#narzedzia_p2 div {
	float: right;
}
.hand {
	cursor: pointer;
}
#narzedzia_p div {
	float: left;
}
.admin {
	border-left: 1px solid #C4C4C4;
	padding-top: 8px;
	padding-left: 16px;
	margin-left: 16px;
}
#n_p {
	padding-top: 8px;
}
#okno textarea {
	border: 1px solid #cbcbcb;
	width: 100%;

}
.dycha {
	font-size: 10px;
	font-family: Verdana;
}
#pozostalo {
	position: relative;
	margin-bottom: 6px;
	font-family: Verdana;
	margin-top: 4px;
}
#pozostalo div {
	position: absolute;
	right: 0px;
	top: 0px;
}
.koment {
	font-size: 11px;
	line-height: 15px;
}
.kom_dane {
	float: left;
	width: 23%;
	font-family: Verdana;
	padding-top: 20px;
	text-align: right;
}
.kom_tresc {
	float: left;
	width: 77%;
}
.kom_tresc div.kt {
	background: url(../img/kom.gif) no-repeat;
	padding-top: 10px;
	padding-left: 22px;
	margin-left: 10px;
	min-height: 65px;
}
* html div.kt {
	height: 65px;
}
.koment .data {
	font-size: 9px;
	margin: 5px 0px;
}
.koment .cytat, .info .cytat {
	margin-left: 10px;
	font-size: 10px;
	line-height: 14px;
	border-left: 1px solid #dddddd;
	padding-left: 8px;
	color: #999999;
	margin-bottom: 6px;
}
.koment a {
	color: #1a5783;
}
.koment a:hover {
	color: #073659;
}
.kom_tresc a {
	text-decoration: underline;
}
.kom_tresc a:hover {
	text-decoration: none;
}
.koment img {
	margin-left: 10px;
}
.info {
	font-family: Verdana;
}


/* O MNIE */
#omnie {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}
#omnie .dane {
	font-weight: bold;
	margin: 6px 0px;
}
#omnie .opis {
	padding-top: 10px;
	margin-bottom: 40px;
}
#omnie a {
	color: #1a5783;
	text-decoration: underline;
}
#omnie a:hover {
	color: #073659;
	text-decoration: none;
}
#admin {
	text-align: right;
}


/*PRAWO (i sprawiedliwosc)*/
#k_mies {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 12px;
}
.nd {
	color: #b82328;
}
#k_tabelka {
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 40px;
}
#k_dni {
	font-family: Georgia;
	font-size: 12px;
}
#k_tabelka a {
	text-decoration: underline;
}
#k_tabelka a:hover {
	text-decoration: none;
}
.nd a {
	color: #b82328;
}
.nd a:hover {
	color: #7e060a;
}
#k_tabelka td {
	text-align: right;
}

.pop1 {
	margin-top: 20px;
	background: url(../img/tlo_dymek.gif) repeat-y;
}
.pop2 {
	background: url(../img/dymek_t.gif) no-repeat;
	padding: 0px 10px;
	padding-top: 8px;
}
.pop3 {
	background: url(../img/dymek_b.gif) no-repeat;
	height: 13px;
}
#pop {
	font-family: Verdana;
	font-size: 11px;
	color: #71C3EF;
}
.pop2 a {
	color: #FFFFFF;
}
.pop2 a:hover {
	color: #dddddd;
}
.pop4 {
	text-align: right;
}
.pop4 a {
	text-decoration: underline;
}
.pop4 a:hover {
	text-decoration: none;
}




/*STOPKA*/
#stopka {
	font-family: Verdana;
}
#st_l {
	float: left;
	width: 26%;
	text-align: right;
}
#st_l div {
	padding: 11px 0px;
	background: #B6B6B6;
	margin-right: 1px;
}
#st_l a {
	margin-right: 20px;
	font-weight: bold;
}
#st_p {
	float: left;
	width: 74%;
	background: url(../img/tlo_stopka.gif) repeat-x;
	color: #FFFFFF;
}
#st_p div#cp {
	padding: 11px 0px;
	padding-left: 18px;
}
#st_p a {
	color: #FFFFFF;
}
#st_p a:hover {
	color: #dddddd;
}

#jamnik {
	background: #F8F8F8;
}
#jamnik_l {
	float: left;
	width: 500px;
	background: #FFFFFF;
	height: 56px;
}
#jamnik_p {
	float: left;
	background: #F8F8F8;
}
#jamnik_p div {
	width: 200px;
	text-align: center;
}
#jamnik_p img {
	margin-top: 10px;
}


