@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;
	background-color: #830304;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
#mainContent h3 {
	font-size: 18px;
	font-weight: normal;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	background-image: url(pasek.gif);
	background-repeat: repeat-y;
} 
#navi {
	width: 740px;
	background-image: url(menu.gif);
	float: left;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #121212;
}
#navi ul {
	padding: 0px;
	margin: 0px;
}

#navi ul li {
	float: left;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#navi ul li a {
	padding: 12px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #CCC;
	text-decoration: none;
}

#sidebar1 h3 {
	background-image: url(menu.gif);
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}
#sidebar1 p.info {
	font-size: 12px;
}


.twoColFixLtHdr #header {
	height: 207px;
	background-image: url(foot.jpg);
	background-color: #FFF;

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.twoColFixLtHdr #mainContent {
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
} 
#mainContent h1 {
	font-size: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #860104;
	padding-top: 30px;
	color: #121212;
}
#mainContent h2 {
	font-size: 24px;
	font-weight: normal;
	color: #A00606;
}

.twoColFixLtHdr #footer {
	background-color: #F0F0F0;
	background-image: url(foot.jpg);
	height: 36px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	background-position: 0px -150px;
} 
.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 */
}
.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;
}
#navi ul li a:hover {
	padding: 12px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(menu04.jpg);
	color: #FFF;
}
.punkt {
	border: 1px solid #999;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.polaForm {
	font-size: 12px;
	width: 250px;
}
#reg td {
	background-color: #F0E3E9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding: 6px;
}
.labe {
	text-align: right;
}
#danne {
	margin: 80px;
}
.linki {
	font-weight: bold;
	color: #8D0205;
	text-decoration: none;
}
#rejestracja {
	margin: 0px;
	padding: 0px;
}
.osoba {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	background-color: #FFC;
}
