* {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif; 
	color: #FFF1E4;
	box-sizing: content-box; /* dla opery, bo glupia nie umie liczyc */
}
html {
	margin: 0;
	padding: 0;
	/*font-size: 0.9em !important;*/
	font-size: 10px;/*0.7em;*/
}
body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center; /* bdzIEw */
}

#container, #navigation, #menu, #footer {
  margin: 0;
  padding: 0;
}
#container {
	width: 768px;
	margin: auto;
	text-align: left;
	position: relative;
}

#centrala{
width: 768px;
margin: 0 auto 0 auto;
 display: block;
}



#logo-pl, #logo-fr, #logo-en {
	left:0px;
	top:0px;
	width:586px;
	height:368px;
	background-repeat: no-repeat;
}
#logo-en {
	background-image: url(../images/main_logo_en.jpg);
}
#logo-pl {
	background-image: url(../images/main_logo_pl.jpg);
}
#logo-fr {
	background-image: url(../images/main_logo_fr.jpg);
}
#navigation {
	position: absolute;
	right:0px;
	top:0px;
	width:182px;
	height:368px;
	background-image: url(../images/main_navigation.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 100%;
	background-image: url(../images/main_menu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4A4A4A;
	height: 179px;
	min-height: 179px;
	padding: 0;
	font-size: 18px;/*1.3em;*/
}
.menu-block {
	/* border: 1px red solid; */
	height: 100%;
	background-image: url(../images/main_menu_v_line.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.menu-top {
	height: 22px;
	padding: 0px;
	font-weight: bold;
}
.menu-body {
	height: 157px;
	padding-top: 15px !important;
	padding: 5px;
	vertical-align: top;
	font-size: 14px;/*0.9em;*/
	margin: 0;
}
#footer {
	width: 758px !important;
	width: 768px;
	background-color: #000;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #4A4A4A;
}
#banners {
	width: 768px;
	background-color: #000;
	padding: 5px;
}

.nav-block {
	padding: 5px 5px 0 0;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
        color: white;

}

.nav-block li {
	list-style: none;
	padding: 2px 10px;
	background-image: url(../images/arr_right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 12px;/*1.1em;*/
}
.menu-body ul {
	padding: 5px 5px 0 15px;
}
.menu-body li {
	list-style: none;
	/*padding: 2px 10px;*/
	padding: 0px 2px 2px;
	list-style-image: url(../images/arr_light.jpg);
        list-style-position: outside;
	/*background-image: url(../images/arr_light.jpg);
	background-position: left center;
	background-repeat: no-repeat;*/
	/*font-size: 1.0em;*/
}

/* style dla tagów */
a:link {
	color: #E6CEB3;
	text-decoration: none;
	font-weight: bold; 
}
a:visited {
	color: #E6CEB3;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	/*color: #EBA05D;*/
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #FFF1E4;
	margin: 3px 0;
	padding: 2px;
}
h1 { font-size: 20px;}/*1.5em; }*/
h2 { font-size: 18px;}/*1.4em; }*/
h3 { font-size: 16px;}/*1.3em; }*/
h4 { font-size: 16px;}/*1.2em; }*/
h5 { font-size: 12px;}/*1.1em; }*/
input {
	background-color: #000;
}
form {
	margin: 0;
	padding: 0;
}
.pole-s {
	width: 120px;
	height: 28px !important;
	height: 26px;
	border: 1px #D1D1D1 solid;
	padding: 7px 3px 0 3px;
	margin: 0;
	font-weight: normal;
}
.pole-n {
	width: 150px;
	height: 26px !important;
	height: 24px;
	border: 1px #D1D1D1 solid;
	padding: 2px 3px 0 3px;
	margin: 2px 0 2px 0;
	font-weight: normal;
}
.button {
	width: 28px;
	height: 28px;
	border: 1px #D1D1D1 solid;
	padding: 0px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.button-n {
	width: 50px;
	height: 26px;
	border: 1px #D1D1D1 solid;
	padding: 0px;
	margin: 2px 0 2px 2px;
	text-align: center;
	font-weight: bold;
}
.pix {
	border: 1px #D1D1D1 solid;
	margin: 3px;
	padding: 0;
}
p, ul {
	margin: 0;
	font-size: 13px;/*0.9em;*/
}
