@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: #CCC;
	background-color: #294F76;
	background-image: url(arrows/tlo.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header  {
	background-color: #2F4C6A;
	height: 160px;
} 
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi ul li a {
	color: #1E3859;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#navi {
	background-image: url(menu2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
#navi ul li {
	display: inline;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 310px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #sidebar1 ul li a {
	color: #CCC;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 10px;
}
#container #sidebar1 ul li a:hover {
	background-color: #091E33;
}

#container #sidebar1 h3 {
	font-size: 18px;
	font-weight: normal;
	background-color: #091E33;
	font-family: "Century Gothic", Arial;
	padding: 5px;
}
.fotoLeft {
	float: left;
	margin-right: 20px;
}


#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 */
	color: #091E2F;
}
.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;
}
#container #last {
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 80px;
	font-size: 13px;
	color: #CCC;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #294F76;
}
#container #last img  {
	float: left;
	margin-right: 20px;
}

#container #last a {
	color: #FC0;
	text-decoration: none;
}
#last h2 {
	color: #153149;
	font-weight: normal;
	font-size: 16px;
	font-family: "Century Gothic", Arial;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17334B;
	padding-bottom: 1px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

.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;
}
h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	font-family: "Century Gothic", Arial;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 1px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-image: url(menu2.jpg);
} 
#bottom {
	color: #CCC;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(arrows/tlo.jpg);
	background-position: center;
}
#bottom a {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
#navi ul li a:hover {
	background-image: url(menu.jpg);

}
.wiecej {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
.ramkaWiecej {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 10px;
}
h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	font-family: "Century Gothic", Arial;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-top: 10px;
	border: 1px solid #999;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#autoryzacja {
	background-color: #FFF;
	padding: 3px;
	text-align: center;
}
#autoryzacja p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.kotly li{
	margin-left: 15px;
	list-style-type: circle;
	margin-bottom: 5px;
	font-weight: bold;
}

