/* ----- CSS ----- */
body{
	margin: 0 auto; 
	padding: 0; 
	text-align: center; 
	font-family: helvetica, arial, sans-serif; 
}
#all_container {
	text-align: left; 
	width: 1095px; 
	min-height: 670px; 
	height: auto; 
	margin: 0 auto; 
	padding: 0;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}

#background_container {
	z-index: 1; 
	position: relative; 
	text-align: left; 
	background: url(../synezja_medium.jpg) no-repeat; 
	width: 1095px; 
	min-height: 670px;
	height: auto; 
	margin: 0 auto; 
	padding: 0;
}
#flag {
	position: relative;
	left: 50px;
	top: 5px;
}
.hidden {
display: none;

}
#flag a {
	display: block;
	width: 140px;
	width: 140px;
	height: 21px;
	color: black;
	text-decoration: none;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-size: 12px;
}
#pol {
	border: none;
	display: block;
	float: left;
	height: 16px;
	width: 26px;
	margin: 2px;
	background: url(../images/pol.jpg);
	
}
a:hover #pol {
	background: url(../images/pol.jpg) 0px -16px;
}

#eng {
	border: none;
	display: block;
	float: left;
	height: 16px;
	width: 26px;
	margin: 2px;
	background: url(../images/eng.jpg);
	
}
a:hover #eng {
	background: url(../images/eng.jpg) 0px -16px;
}
#flag span {
	display: block;
	float: left;
	width: 100px;
	margin-top: 3px;
	margin-left: 2px;
}


img {
border: none;
}
#content_container {
	font-size: 12px; 
	letter-spacing: 0px; 
	word-spacing: 5px; 
	line-height: 19px; 
	padding-bottom: 50px; 
	z-index: 2; 
	position: relative; 
	width: 970px; 
	height: auto; 
	left: 70px; 
	top: 55px;
}


#content_container p {
	z-index: 2;
	margin: 0; 
	padding:0; 
	padding-bottom: 20px; 
	left: 70px; 
	top: 0px;
}
#content_spacer {
	float: right;
	float: right;
	width: 550px;
	height: 535px;
}

#footer_table {
margin-top: 50px;
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#footer_table td {
padding-top: 10px;
padding-bottom: 10px;
width: 20%;
text-align: center;
line-height: 13px;
font-size: 11px;
}
#footer_table td h4 {
font-size: 11px;
margin: 0px;
padding: 0px;
line-height: 13px;
text-decoration: none;
font-weight: normal;
}
.table {
	width: 400px;

}
.table_line1 {
	width: 55%;
}
.table_line2 {
 padding-top: 40px;
}

.table_line1, .table_line2 {
	font-size: 12px;
	font-weight: bold;
}

p.error {color: red;}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.wyslij {
	display: block;
	float: left;
	background: white;
	border: 1px solid black;
	margin-right: 5px;
	padding: 4px 6px;
	font-size: 10px;
	text-transform: uppercase;
}
.wyslij:hover {
	font-weight: bold;
	padding: 6px 8px;
	}
