
body  {
	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: #fff; /* Kolor tla tekstu na stronie poprzednio #fff */
	background-color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#map {width:500px; height:400px;color:black;}
h1,h2,h3 {color:white;}
h4.sp{color:white;}
img.button {border:none;}
img.flag{border:none;}
.twoColElsLtHdr #container {
	width: 46em;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #009999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColElsLtHdr #header {
	padding: 0 10px;  
	background-color: #009999;
	text-align: center;
	color: #fff;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 11em; /* top and bottom padding create visual space within this div */
	background-color: #009999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 5px; 
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
text-align:left;
	} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: black;
}*/
/* Stare ;)*/
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: white;
}
