@charset "utf-8";
body, html {
   margin: 0px;
   padding: 0px;
   height: 100%;
   }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
label {
	display: block;
	margin-top: 10px;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto -40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
} 
#error {
	color: #CC0000;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #CC0000;
	padding:10px;
}
#footer {
	height: 40px;
	background-color: #DDDDDD;
	background-image: url(../images/title_background.gif);
	width: 900px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px auto;
	text-align:left;
} 
#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 */
}
#header {
	background-image: url(../images/title_background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
} 


#header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 49px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	height:49px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent {
	font-size: 12px;
	margin-top: 0;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 150px;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
	font-weight: normal;
	margin-top:20px;
	font-size: 24px;
}


#nawigacja {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top:52px;
}
#nawigacja li {
	float: left;
}
#nawigacja a {
	display: block;
	width: 90px;
	text-decoration: none;
	line-height: 20px;
	background-color: #E2E2E2;
	text-align: center;
	margin-left: 2px;
	color: #000033;
}
#nawigacja a:hover {
	color: #FFFFFF;
	background-image: url(../images/title_background.gif);
}



#ozdobnik {
	height: 385px;
	width: 207px;
	position: absolute;
	left: -60px;
	top: 70px;
}
#swieze {
	margin-left: 50px;
}
#swieze h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #03519F;
	font-weight: bold;
	border-bottom: 1px solid #03519F;
	font-size: 16px;
}




#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#smallNavig {
	position: relative;
}
.autor, .data{
	font-size: 11px;
	font-style: italic;
	color: #000033;
	margin: 0px;
}
.captcha {
	margin-top: 10px;
}
.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;
}
.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;
}
.inputField {
	width: 400px;
}
.nastepne {
	position: absolute;
	right: 0px;
}
.push {
	height: -40px; /* .push must be the same height as .footer */
}
.quickLinks{
margin:0 auto 10px auto;

}
.quickLinks a {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	display: block;
	height: 16px;
	width: 16px;
	float:left;
	background-color:#000066;
	color:#FFFFFF;
	margin: 1px;
	text-decoration:none;
}
.quickLinks a:hover{
	background-color:#FF9900;

}
.NoLink{
	font-size: 10px;
	line-height: 14px;
	float: left;
	border: 1px solid #000066;
	height: 14px;
	width: 14px;
	text-align:center;
}
.skocz{
position:absolute;
left:150px;
}
.quote {
	line-height: 18px;
	margin-left: 20px;
}

