@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-repeat: no-repeat;
	background-color: #CCC;
}
a {
	font-size: 12px;
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
h1 {
	font-size: 12px;
	display: inline;
}
h2 {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: inline;
}
h3 {
	font-size: 12px;
}

.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/naglowek2.gif);
	background-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
} 
.twoColFixLtHdr #header {
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 25px;
	background-repeat: repeat-y;
	background-position: bottom;
}
.twoColFixLtHdr #sidebar2 {
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: bottom;
	float: right;
	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CCC;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #666;
	border-bottom-color: #666;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.box_start_wpis {
	float: left;
	width: 345px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.guzik {
	font-size: 12px;
	width: 115px;
}
.tabela_nag {
	background-color: #999;
	font-size: 12px;
}
.tabela {
	font-size: 12px;
	height: 10px;
	background-color: #693;
}
.wyniki {
	font-size: 16px;
}
.komentarze {
	background-color: #333;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #CCC;
}
.komentarze_dodaj {
	font-size: 10px;
}
.tlo_body {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.menu {
	font-size: 12px;
	background-image: url(../img/belka.gif);
	background-repeat: repeat-x;
}
.menu_link {
	font-size: 13px;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menu_tresc {
	width: 125px;
	text-align: center;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AA9A61;
	border-right-color: #AA9A61;
	border-bottom-color: #CCC;
	border-left-color: #AA9A61;
}
.menux a    {
	text-decoration:none;
	color:#333;
}
.menux a:hover {
	color:#333;
}
.menux span {
	display:block;
	float:left;
	width:5px;
	margin-right:2px;
	background-color: black;
}
.pasek {
	font-size: 10px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.szukaj {
	background-color: #eee;
}
.jezyk {
	text-align: left;
	height: 15px;
	background-repeat: no-repeat;
}
.zdjecie {
	padding: 5px;
	float: left;
	width: 140px;
	text-align: center;
	margin: 2px;
}
.fotostart {
	padding: 5px;
	border: medium solid #ADA38F;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fduze {
	border: medium solid #333;
}
.flash {
	background-color: #000;
	height: 30px;
	width: 960px;
	background-image: url(../img/belka.gif);
	background-repeat: repeat-x;
}
.wpisy {
	font-size: 12px;
	color: #CCC;
	background-color: #666;
}

.box_naglowek {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/belka.png);
	background-repeat: repeat-x;
	height: auto;
	background-position: left bottom;
	color: #369;
	font-size: 12px;
	background-color: #C4C4C4;
}
.box_border {
	margin-top: 10px;
}

.box {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEE;
	background-image: url(../img/box.png);
	background-repeat: repeat-y;
}
.box_start {
	float: left;
	width: 335px;
}
.box_border_kategorie {
	margin-top: 10px;
	background-image: url(../img/tlo_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_kategorie {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_kategorie {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_kategorie {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.box_border_omnie {
	background-repeat: repeat-x;
	background-image: url(../img/images/tlo_box.gif);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px;
}
.box_nag_omnie {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 39px;
	background-position: left top;
	color: #000;
	font-size: 12px;
	background-image: url(../img/images/bg1_bot_01.jpg);
}
.box_omnie {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_omnie {
	background-color: #F93;
	height: 2px;
}
.box_border_napisz {
	background-repeat: repeat;
	background-image: url(../img/images/tlo_pom.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #360;
}
.box_nag_napisz {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 39px;
	background-position: left top;
	color: #000;
	font-size: 12px;
	background-image: url(../img/images/nag_pom.jpg);
}
.box_napisz {
	font-size: 10px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_napisz {
	background-color: #F93;
	height: 2px;
}

.box_nag_galeria {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 39px;
	background-position: left top;
	color: #000;
	font-size: 12px;
	background-image: url(../img/images/nag_zol.jpg);
}
.box_border_galeria {
	background-repeat: repeat;
	background-image: url(../img/images/tlo_zol.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #360;
	border-bottom-color: #360;
}
.box_galeria {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_galeria {
	height: 2px;
}
.box_nag_szukaj {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-image: url(../img/belka.png);
}
.box_border_szukaj {
	background-repeat: repeat-x;
	background-image: url(../img/tlo_box2.png);
	padding-bottom: 10px;
	background-position: right bottom;
	margin-top: 10px;
}
.box_szukaj {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_szukaj {
	height: 13px;
}
.box_border_ostatnie {
	margin-top: 10px;
}
.box_nag_ostatnie {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/belka.png);
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
}
.box_ostatnie {
	font-size: 8px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eee;
}
.box_stopka_ostatnie {
	background-color: #F93;
	height: 2px;
}
.box_nag_zdjecia {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 39px;
	background-position: left top;
	color: #000;
	font-size: 12px;
	background-image: url(../img/images/nag_ziel.jpg);
}
.box_border_zdjecia {
	background-repeat: repeat;
	background-image: url(../img/images/tlo_ziel.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px;
}
.box_zdjecia {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_zdjecia {
	background-color: #F93;
	height: 2px;
}
.box_nag_strona {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 39px;
	background-position: left top;
	color: #000;
	font-size: 12px;
	background-image: url(../img/images/nag_ziel.jpg);
}
.box_border_strona {
	background-repeat: repeat;
	background-image: url(../img/images/tlo_ziel.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #360;
	border-bottom-color: #360;
}
.box_strona {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_strona {
	background-color: #F93;
	height: 2px;
}
.div_postfoto {
	text-align: center;
}

.imieniny {
	font-size: 10px;
	color: #333;
	text-align: right;
	padding-right: 25px;
	margin-bottom: 20px;
}
.ostrzezenie {
	font-size: 10px;
	color: #F30;
}
.rss {
	float: right;
	height: 32px;
	width: 32px;
}
.kwadrat {
	padding: 5px;
	float: left;
	width: 340px;
}
.mini_prawa {
	width: 159px;
	float: right;
	height: 87px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mini_prawa_p {
	width: 77px;
	float: right;
	font-size: 10px;
	border: 1px solid #333;
}
.mini_prawa_l {
	width: 77px;
	float: left;
	font-size: 10px;
	border: 1px solid #333;
}
.box_stopka {
	height: 2px;
}
.myButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	border-left-color: #696;
	margin: 2px;
	color: #333;
	background-color: #FFF;
	cursor:pointer
}
.box_border_polec {
	margin-top: 10px;
	background-image: url(../img/tlo_box2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_polec {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_polec {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_polec {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.box_border_slide {
	margin-top: 10px;
	background-image: url(../img/tlo_box2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_slide {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_slide {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_slide {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_border_linki {
	margin-top: 10px;
	background-image: url(../img/tlo_box3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_linki {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_linki {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_linki {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.box_border_logowanie {
	margin-top: 10px;
	background-image: url(../img/tlo_box3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_logowanie {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_logowanie {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_stopka_logowanie {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.box_border_licznik {
	margin-top: 10px;
	background-image: url(../img/tlo_box3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_licznik {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_licznik {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.box_stopka_licznik {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.box_border_kontakt {
	margin-top: 10px;
	background-image: url(../img/tlo_box3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_nag_kontakt {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: auto;
	background-position: left top;
	color: #369;
	font-size: 12px;
	background-color: #069;
	background-image: url(../img/belka.png);
}
.box_kontakt {
	font-size: 10px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.box_stopka_kontakt {
	height: 13px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.guzik {
	font-size: 9px;
	

}
