/* - Domyślne czcionki -------------------------------------------- */

body {
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #ffffff;
}

/* - Domyślne style ----------------------------------------------- */
body {
	margin: 0 0;
	padding: 0 0;
}

/* - Domyślne linki ----------------------------------------------- */
a {
	text-decoration: none;
}

a:link {
	color: #4E6A30;
}

a:visited {
	color: #7BA74B;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #4E6A30;
}

/* ---------------------------------------------------------------- */
/* - Layout ------------------------------------------------------- */
/* ---------------------------------------------------------------- */

#kontener {
	margin: 0 auto;
	width: 755px;
}

#naglowek {
	position: relative;
	margin-top: 18px;
	height: 260px;
	background-image: url(../wok/images/naglowek.jpg);
	background-repeat: no-repeat;
}

#naglowek_adres {
	position: absolute;
	top: 25px;
	left: 470px;
	
}

#naglowek_flagi {
	position: absolute;
	top: 170px;
	left: 20px;
}

#naglowek_menu {
	position: absolute;
	top: 224px;
	width: 755px;
}

#tresc {
	position: relative;
}

#tresc_intro {
	position: relative;
}

#tresc_bar {
	position: relative;
}

#tresc_bar_t_aktualnosci {
	position: absolute;
	left: 10px;
	top: 3px;
}

#tresc_bar_l_aktualnosci {
	position: absolute;
	left: 330px;
	top: 3px;
}

#tresc_bar_t_zaproszenia {
	position: absolute;
	left: 425px;
	top: 3px;
}

#tresc_bar_l_zaproszenia {
	position: absolute;
	left: 540px;
	top: 3px;
}

#tresc_bar_t_polecamy {
	position: absolute;
	left: 635px;
	top: 3px;
}

#tresc_kolumna_lewa {
	float: left;
	width: 629px;
}

#tresc_kolumna_prawa {
	float: right;
	width: 125px;
}

#tresc_intro_kolumna_lewa {
	float: left;
	width: 415px;
}

#tresc_intro_kolumna_prawa {
	float: right;
	width: 214px;
}

#stopka {
	clear: both;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* - NAGŁÓWEK ----------------------------------------------------- */
#naglowek_adres {
	font-size: 11px;
	text-align: right;
	color: #ffffff;
}

#naglowek_adres p {
	margin: 0px 0px 14px 0px;
}

#naglowek_adres strong {
	font-size: 12px;
}

#naglowek_adres a {
	color: #ffffff;
	text-decoration: underline;
}

#naglowek_menu {
	text-align: center;
	padding: 4px 0px 4px 0px;
	background-image: url(../wok/images/background_menu.jpg);
	background-repeat: repeat-x;
}

#naglowek_menu a {
	font-size: 11px;
	color: #000000;
}

#naglowek_menu a:hover {
	color: #FB8E87;
	text-decoration: none;
}

/* - TREŚĆ -------------------------------------------------------- */
#tresc {
	background-image: url(../wok/images/background_tresc.gif);
	background-repeat: repeat-y;
}

#tresc_intro {
	background-image: url(../wok/images/background_tresc_intro.gif);
	background-repeat: repeat-y;
}

/* - Bar ---------------------------------------------------------- */
#tresc_bar {
	height: 19px;
	background-image: url(../wok/images/background_bar.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

#tresc_bar a {
	font-size: 11px;
	color: #ffffff;
}

/* - Kolumna lewa ------------------------------------------------- */
#tresc_kolumna_lewa {
	margin-top: 1px;
}

/* - INTRO - Aktualności ------------------------------------------ */
#aktualnosc_glowna {
	background-image: url(../wok/images/background_aktualnosc_glowna.jpg);
	background-repeat: repeat-x;
	background-color: #EFF3EB;
}

.aktualnosc_glowna_item {
	padding: 15px 6px 15px 6px;
	border-bottom: 1px dotted #B1B1B1;
}

.aktualnosc_glowna_ikona {
	float: left;
	margin: 0px 0px 0px 10px;
}

.aktualnosc_glowna_zajawka {
	margin: 0px 0px 0px 145px;
}

.aktualnosc_glowna_zajawka a {
	font-size: 12px;
	font-weight: bold;
	color: #4E6A30;
}

.aktualnosc_glowna_zajawka span {
	font-size: 11px;
	color: #8D8D8D;
}

.aktualnosc_glowna_zajawka p {
	margin: 10px 0px 0px 0px;
}

.aktualnosc_glowna_zajawka p a {
	font-size: 11px;
	font-weight: normal;
	color: #FB8E87;
}

#aktualnosc_tytul {
	padding: 10px 0px 5px 0px;
}

#aktualnosc_tytul p {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 20px;
	background: url(../wok/images/b.gif) no-repeat 8px 6px;
}

#aktualnosc_tytul span {
	font-size: 11px;
	color: #8D8D8D;
}

#aktualnosc_tytul a {
	font-weight: bold;
	font-size: 12px;
	color: #4E6A30;
}

/* - INTRO - Sonda ------------------------------------------ */
#sonda {
	margin: 5px 15px 5px 15px;
	color: #787878;
}

#sonda_pytanie {
	font-weight: bold;
	color: #AC0000;
}

#sonda p {
	margin-top: 5px;
}

#sonda .sonda_opcja {
	margin-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

#sonda .sonda_odp {
	margin-bottom: 5px;
	font-weight: bold;
}

#sonda .sonda_odp_bar {
	margin-bottom: 5px;
	background-color: #E6E6E6;
}

#sonda .sonda_odp_opt {
	height: 30px;
}

#sonda .sonda_odp_wynik {
	float: left;
	height: 25px;
	font-weight: bold;
	color: #787878;
}

#sonda .sonda_odp_wybierz {
	float: right;
}

/* - INTRO - Zaproszenia ------------------------------------------ */
#zaproszenia {
	position: relative;
	background-image: url(../wok/images/background_bar.jpg);
	background-repeat: repeat-x;
}

#zaproszenia_nazwa {
	position: absolute;
	top: 3px;
	left: 10px;
	font-weight: bold;
	color: #ffffff;
}

#zaproszenia_archiwum {
	position: absolute;
	top: 3px;
	left: 130px;
	color: #ffffff;
}

#zaproszenia_archiwum a, #zaproszenia_archiwum a:visited {
	font-size: 11px;
	color: #ffffff;
}

#zaproszenia_tytul {
	padding: 25px 0px 0px 10px;
}

#zaproszenia p.zaproszenie_kategoria {
	margin: 10px 0px 5px 0px;
	padding: 0px 5px 0px 0px;
	color: #AC0000;
	font-weight: bold;
	text-decoration: underline;
}

#zaproszenia p {
	margin: 10px 0px 15px 0px;
	font-weight: bold;
	color: #FB8E87;
}

/* - INTRO - Komunikaty ------------------------------------------- */
#komunikaty {
	position: relative;
	background-image: url(../wok/images/background_bar.jpg);
	background-repeat: repeat-x;
}

#komunikaty_nazwa {
	position: absolute;
	top: 3px;
	left: 10px;
	font-weight: bold;
	color: #ffffff;
}

#komunikaty_archiwum {
	position: absolute;
	top: 3px;
	left: 130px;
	color: #ffffff;
}

#komunikaty_archiwum a {
	font-size: 11px;
	color: #ffffff;
}

#komunikaty_tytul {
	padding: 30px 0px 0px 0px;
}

#komunikaty_tytul p {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 20px;
	background: url(../wok/images/b.gif) no-repeat 8px 6px;
}

#komunikaty_tytul span {
	font-size: 11px;
	color: #8D8D8D;
}

#komunikaty_tytul a {
	font-weight: bold;
	font-size: 12px;
	color: #4E6A30;
}

/* - Kolumna prawa - Bannerki ------------------------------------- */
#tresc_kolumna_prawa {
	text-align: center;
}

#tresc_kolumna_prawa p {
	margin: 1px 0px 0px 0px;
}

/* - STOPKA ------------------------------------------------------- */
#stopka {
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 11px;
}

#stopka_bar {
	height: 19px;
	background-image: url(../wok/images/background_bar.jpg);
	background-repeat: repeat-x;
}

#stopka_tresc {
	height: 72px;
	background-image: url(../wok/images/background_stopka.jpg);
	background-repeat: no-repeat;
}

#stopka_szukaj {
	padding-top: 8px;
	text-align: center;
}

#stopka_szukaj form {
	margin: 0;
}

#stopka_adres {
	padding-top: 10px;
	text-align: center;
}

.szukaj_input {
	background-color: #F2F2F2;
	border: 1px solid #909090;
	font-size: 11px;
	color: #000000;
}

.szukaj_button {
	background-color: #686868;
	border: 1px solid #686868;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/* Stare style */
p.centruj {
	text-align: center;
}

.dzialtitle {
	font-size: 16px;
	font-weight: bold;
	color: #D70000;
}

.titleprint {
	font-size: 20pt;
	font-weight: bold;
	color:  #006633;
}

.borderv {
	background-image:url(../wok/images/border_v.gif)
}

.borderh {
	background-image:url(../wok/images/border_h.gif)
}

.red {
	color: #AC0000;
}

/* - START clearFix ----------------------------------------------- */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */