@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: #000000;
	background-repeat: no-repeat;
	background-color: #333;
}
a {
	font-size: 12px;
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 14px;
}

.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	background-color: #000;
	background-image: url(../img/belka_pion.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header {
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #CCC;
} 
.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: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.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 #footer {
	padding: 0 10px 0 20px;
	background-color: #eee;
	background-image: url(../img/belka.gif);
	background-repeat: repeat-x;
} 
.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;
}
.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_naglowek {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/belka.gif);
	background-repeat: repeat-x;
	height: auto;
	background-position: center top;
	color: #FFF;
	font-size: 12px;
}
.box_border {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.box {
	font-size: 12px;
	vertical-align: top;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #ECEBE7;
	padding-right: 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: #FFF;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.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: #333;
	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:#666;
}
.menux a:hover {
	color:#666;
}
.menux span {
  display:block; background:gray; float:left; width:5px; margin-right:2px;
}
.pasek {
	font-size: 10px;
	color: #CCC;
	background-color: #333;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.szukaj {
	background-color: #ECEBE7;
}
.jezyk {
	text-align: left;
	height: 15px;
	background-repeat: no-repeat;
	background-color: #333;
}
.zdjecie {
	border: 1px solid #333;
	background-color: #666;
}
.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;
}

