@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	height: 100%;
	background-color: #CECECE;
	background-image: url(img/bg.gif);
}
.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	top: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(img/top.gif);
	height: 120px;
	background-color: #1E1A19;
	background-repeat: no-repeat;
	background-position: left center;
	width: 750px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 180px;
	padding: 10px;
	float: left;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	font-size: 0.7em;
	font-family: Tahoma;
	line-height: 1.7em;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	height: 30px;
	background-image: url(img/foot.gif);
	background-repeat: no-repeat;
} 
.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: 9px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.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;
}
.twoColFixLtHdr #top {
	background-color: #1E1A19;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: relative;
	top: 79px;
	left: 330px;
	width: 400px;
}
.twoColFixLtHdr #top a {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.twoColFixLtHdr #nav a:hover {
	color: #B40D05;
	text-decoration: none;
}
.twoColFixLtHdr #nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #nav {
	text-align: right;
	width: 630px;
	margin: auto;
	padding: 4px;
	font-size: x-small;
	color: #999999;
	float: right;
}
.twoColFixLtHdr #nav img {
	margin-bottom: 2px;
}

.roundTop {
	background-image: url(menu1.gif);
	height: 9px;
}
.twoColFixLtHdr #menuContainer {
	width: 170px;
	background-image: url(img/back1.gif);
	height: 80px;
	padding: 5px;
}
.twoColFixLtHdr #menuContainer p {
	padding-left: 10px;
	margin-top: 6px;
}

.roundDown {
	background-image: url(menu3.gif);
	height: 9px;
}
.twoColFixLtHdr #menuContainer {
	font-size: x-small;
	list-style-image: url(bullet.gif);
}
.menuLinks li a:hover {
	text-decoration:none;
	color:#000000;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 1em;
	color: #D98761;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixLtHdr #top a:hover {
	color: #B40D05;
}
.head2 {
	font-size: x-small;
	color: #999999;
}
.twoColFixLtHdr #adres {
	background-image: url(img/backMiddle.gif);
	width: 180px;
	top: 20px;
	position: relative;
	background-repeat: repeat;
	margin-bottom: 25px;
}
.twoColFixLtHdr #zamowienie {
	background-image: url(img/back2.gif);
	height: 99px;
	width: 170px;
	top: 40px;
	position: relative;
	padding: 5px;
}
.twoColFixLtHdr #bar {
	background-image: url(img/bar.gif);
	height: 20px;
	margin-bottom: 0px;
}
.cornerLeft {
	float: left;
	height: 23px;
	width: 100px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 6px;
}
.cornerRight {
	float: right;
	height: 4px;
	width: 4px;
}
.twoColFixLtHdr #mostTop {
	background-image: url(img/topMask.gif);
	height: 26px;
	padding-top: 3px;
	padding-right: 3px;

}
.szukaj {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
}
.wyniki {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.wyniki2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #B40D05;
}
.entry {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	background-color: #FFFFFF;
	padding-left: 3px;
}
.description {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.det {
	font-style: italic;
	color: #999966;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-right: 15px;
}
.twoColFixLtHdr #adres p {
	margin-top: 6px;
	padding-left: 8px;
	font-size: 11px;
	color: #333333;
	font-family: Tahoma;
	line-height: 15px;
	padding-right: 8px;
}
.twoColFixLtHdr #wypelniacz {
	height: 0px;
	display: none;
}
.twoColFixLtHdr #szukaj {
	border: 1px solid #D7D7D7;
	font-size: x-small;
	color: #000000;
	margin-right: 15px;
	padding: 2px;
	width: 370px;
}
.btnFind {
	background-image: url(img/szukaj.gif);
	height: 40px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.btnFind:hover {
	background-image: url(img/szukaj2.gif);
}
.haslo {
	width: 510px;
	margin-top: 10px;
}
#nawigacja {
	height: 27px;
	width: 510px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(img/navdown.gif);
}
#nawigacja a {
	color: #666666;
	text-decoration: none;
}
#nawigacja  a:hover {
	color: #B40D05;
	text-decoration: underline;
}


#nawigacja #navLeft {
	float: left;
	width: 175px;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#nawigacja #navRight {
	float: right;
	width: 170px;
	text-align: right;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#nawigacja #navMiddle {
	width: 130px;
	float: left;
	padding: 3px;
	font-weight: bold;
}
.langOff {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.langOff:hover {
	color: #B40D05;
	text-decoration: underline;
}
.langOn {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.langOn:hover {
	color: #B40D05;
}
.info {
	padding: 15px;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	font-family: Tahoma;
}
.info h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.spec {
	color: #B40D05;
}
.btnForm {
	color: #FFFFFF;
	background-color: #C6514A;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #A03732;
	cursor: pointer;
	font-family: tahoma;
	padding: 3px;
}
.btnForm:hover {
	background-color: #CD6661;
	color: #000000;
}
#frmRejestracja input {
	border: 1px solid #B5B5B5;
	font-size: 12px;
	padding: 3px;
}
#frmRejestracja  th {
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}
#frmRejestracja select {
	border: 1px solid #B5B5B5;
	font-size: 12px;
	padding: 3px;
}
.labLogin {
	width: 70px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	display: block;
	float: left;
	height: 20px;
	padding-top: 5px;
	color: #000000;
}
.txtLogin {
	width: 120px;
	margin-bottom: 20px;
	float: left;
}
#logOthers {
	width: 209px;
	text-align: right;
	height: 45px;
	margin-top: 25px;
	display: block;
}
#frmLogin a {
	color: #FFFFFF;
	text-decoration: none;
}
#frmLogin a:hover {
	text-decoration: underline;
}

#frmLogin {
	display: block;
	height: 100px;
	padding-top: 40px;
	padding-left: 10px;
}
#login {
	padding: 10px;
	height: 157px;
	width: 280px;
	background-image: url(img/loginbg.gif);
	float: right;
	margin-top: 60px;
	margin-right: 35px;
	background-repeat:no-repeat;
}
.btn2 {
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #832B01;
	cursor: pointer;
	font-family: tahoma;
	margin-left: 4px;
}
.btn2:hover {
	text-decoration: underline;
	color: #CC200A;
}
#regLeft {
	float: left;
	width: 260px;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#regRight {
	float: left;
	width: 420px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#logOpis {
	width: 295px;
	float: left;
	margin-top: 35px;
	margin-left: 45px;
	font-size: 10px;
	line-height: 1.5em;
	height: auto;
}
#logOpis h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.guest {
	font-weight: bold;
	color: #B40D05;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.guest:hover {
	text-decoration: underline;
}
.warrning {
	color: #C23932;
	padding-top: 20px;
}
#frmAktywacja input {
	border: 1px solid #B5B5B5;
	font-size: 12px;
	padding: 3px;
}
.iddict {
	float: right;
	font-weight: normal;
	font-style: italic;
	color: #999966;
	padding-right: 3px;
}
.wyslano {
	color: #C1514F;
	font-weight: bold;
}
.twoColFixLtHdr #backTop {
	background-image: url(img/backTop.gif);
	height: 9px;
	margin: 0px;
}
.twoColFixLtHdr #backBottom {
	background-image: url(img/backBottom.gif);
	height: 9px;
	margin: 0px;
}
.boxLabel {
	text-align: right;
	width: 87px;
	display: block;
	float: left;
	padding: 4px;
}
.readOnly {
	border: 1px solid #B5B5B5;
	font-size: 12px;
	padding: 3px;
	background-color: #CCCCCC;
}
.links {
	color: #B40D05;
	text-decoration: none;
}
.links:hover {
	color: #B40D05;
	text-decoration: underline;
}
#border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	padding: 0px;
	float: none;
}

