html, body, div, img {
	margin: 0;
	padding: 0;

}

body {
	background: white;
}
img {
	background: white url(../loader.gif) no-repeat center center;
	border: 1px solid white;
	width: 1000px; 
	height: 800px;

}
.hider {
	visibility: hidden;
}
#content {
	background: white;
	color: white;
	width: 1000px;
	height: 800px; 
	margin: 0 auto;
}
#lang, #stopka {
	color: black;
	background: white;
	font-size: 12px;
	font-family: tahoma;
	margin: 5px;
	padding: 3px;
}
#lang {
	margin-bottom: 14px;
}
#fblike {
/*	float: left;
	margin: 10px 0; */
	position: relative;
	top: -114px;
	left: 162px;
	width: 388px;
	background: black;
	padding: 5px;
}
#stopka {
	margin: 10px 0;
	float: right;
}
#lang a, #stopka a {
	padding: 6px;
	color: black;
	text-decoration: none;
	border: 1px solid white;

}
#stopka a:hover, .active_pok {
	border: 1px solid #D43500;
	background: #D43500;

}
#lang a:hover {
	background: blue;
}
.active_en {
	font-weight: bold;
}
#lang a+a:hover {
	background: yellow;
}
.active_es  {
	font-weight: bold;
}
#lang a+a+a:hover {
	background: red;
}
.active_pl {
	font-weight: bold;
}
#lang a+a+a+a:hover {
	background: green;
}
.active_pt  {
	font-weight: bold;
}