@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: 12px;
	background-color: #4e0101;
	background-image: url(/gfx/bg.png);
	background-repeat: repeat-x;
}

img {border: 0;}

a {color: #000;}
a:hover {color: #000;}

.twoColFixLtHdr #all { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/gfx/bg_contener.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 670px;
}

.twoColFixLtHdr #ue { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/gfx/bg_contener.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
/*.banner_ue {margin-right: 110px;}*/
.twoColFixLtHdr #header { 
	position: relative;
	background: url(/gfx/header.png) no-repeat center; 
	height: 217px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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 #jezyki {
	height: 30px;
	width: 140px;
	padding: 4px 0 0 32px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 160px;
} 
.twoColFixLtHdr #lewe_menu {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixLtHdr #sidebar1 {
	/* float: left; /* since this element is floated, a width must be given */ 
	padding: 0px 10px 10px 35px;
	font-size:12px;
	background-image: url(/gfx/bg_menu.png);
	background-repeat: repeat-y;
	background-position: 15px;
}
.twoColFixLtHdr #stopka_menu {
	padding: 0;
	height: 88px;
	background-image: url(/gfx/menu_stopka.png);
	background-position: 10px;
	background-repeat:no-repeat;
}
.twoColFixLtHdr #sidebar1 p{
	font-size:12px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	width: 950px;
	height: 81px;
	background: url(/gfx/bg_stopka.png) no-repeat center; 
} 

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
.twoColFixLtHdr #footer p {
	font-size: 10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
}
.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;
}

#backToMain {width: 300px;height:125px;position: absolute;top: 0;left: 60px;}
a.jezyk {
	display: block;
	float: left;
	height:24px;
	width: 24px;
	overflow: hidden;
}

a.jezyk.active img, a.jezyk:hover img {
	margin-top: -24px;
}

#formularz_kontaktowy {
	margin-top: 40px;
}

#formularz_kontaktowy label {
	display: block;
	float: left;
	width: 120px;
}

#formularz_kontaktowy input {
	width: 200px;
}

#formularz_kontaktowy textarea {
	width: 200px;
	height: 100px;
}

#partnerzy {
	padding-top: 5px;
	width: 190px;
	height: auto;
	margin-left: 28px;
	font-size: 8pt;
}

#reklama {color: #fff;}

#reklama a {
	color: #fff;
	font-size: 7pt;
	text-decoration: none;
}


#flash {
	position: absolute;
	width: 220px;
	height: 50px;
	left: 230px;
	top: 150px;
}

#intervet {width: 190px;height: 30px;}

table.dawcy tr td {
	padding: 0 3px;
	width: 100px !important;
	text-align: center !important;
}

table.dawcy tr td a {text-decoration: none;}

.fontSize1 {font-size: 8pt !important;}
.fontSize2 {font-size: 10pt !important;}
.fontSize3 {font-size: 12pt !important;}
.fontSize4 {font-size: 14pt !important;}
.fontSize5 {font-size: 18pt !important;}
.fontSize6 {font-size: 24pt !important;}
.fontSize7 {font-size: 36pt !important;}

label {display: block;width: 310px;float: left;padding-right: 10px;text-align: right;line-height: 20px;}
.pobranieInfo {margin-left: 320px;margin-top: 5px;}
textarea, input {border: 1px solid #000;margin:2px;}

