* {
	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: 10px; /*0.7em;*/
}
body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center; /* bdziew */
}

#container, #navigation, #menu, #footer, #content, #submenu {
  margin: 0;
  padding: 0;
}
#container {
	width: 768px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #303030;
/*	
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
*/
}
#logo-pl, #logo-en, #logo-fr {
	width: 768px;
	height: 147px;
	background-repeat: no-repeat;
}
#logo-pl {
	background-image: url(../images/page_top_pl.jpg);
}
#logo-en {
	background-image: url(../images/page_top_en.jpg);
}
#logo-fr {
	background-image: url(../images/page_top_fr.jpg);
}
#navigation {
	position: absolute;
	right:0px;
	top:0px;
	width:182px;
	background-color: transparent;
}
#menu {
	width: 100%;
	background-color: #000;
	height: 30px;
	padding: 0;
	border: 1px solid #424242;
}
#menu ul {
	padding: 5px !important;
	padding: 0;
	margin: 0;
}
#menu li {
	border: 0px red solid;
	height: 100%;
	background-image: url(../images/page_menu_v_line.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	display: inline;
	padding: 5px 5px 0 5px;
	font-size: 15px; /*1.3em;*/
}
#menu a {
	background-image: url(../images/arr_l_m.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#content {
/*	position: absolute;
	top: 177px;
	left: 0; */
	float: left;
	font-size: 13px; /*1.1em;*/
	width: 556px !important;
	width: 576px;
	padding: 10px 10px 40px 10px;

	background-color: #303030;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
#content li {
    padding-bottom: 2px;
}
#content ul {
    padding-bottom: 5px;
    padding-top: 5px;
}
#sign {
    clear: both;
    padding-top: 15px;
}
#submenu {
	float: right;
	width: 192px;
	padding: 0;
	background-color: #4a4a4a;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}
#footer {
	width: 758px !important;
	width: 768px;
	background-color: #000;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	clear: both;
}
#footer ul {
	margin: 0;
	padding: 0;
	/* border: 1px solid red; */
}
#footer li {
  display: inline;
  padding: 0 5px;
  border-right: dotted 1px #4a4a4a;
}

#banners {
	width: 768px;
	background-color: #000;
	padding: 5px;
}
.nav-block {
	padding: 5px 5px 0 0;
	text-align: right;
	font-weight: bold;
}
.nav-block ul {
	margin: 0;
}
.nav-block li {
	margin: 0;
	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.0em;*/
}
.menu-top {
	height: 30px;
	padding: 2px 0 0 5px;
	margin: 0;
	font-weight: bold;
	width: 192px;
	background-color: #000;
}
.menu-body {
	height: auto !important;
	min-height: 157px;
	height: 157px;
	padding: 5px 2px 3px 5px;
	vertical-align: top;
	font-size: 12px; /*1.1em;*/
	margin: 0;
	background-position: left top;
	background-image: url(../images/page_v_sep.jpg);
	background-repeat: no-repeat;
}
.menu-body ul {
	margin: 0;
	padding: 5px 0px 0px 20px;
}
.menu-body li {
	list-style: none;
	list-style-image: url(../images/arr_light.jpg);
	padding: 2px 0px 2px 0px;
	font-size: 12px; /*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: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #fff1e4;
	margin: 0;
	padding: 3px 0;
}
h1 { font-size: 20px; /*1.6em;*/ margin: 5px 0; }
h2 { font-size: 18px; /*1.5em;*/ margin: 4px 0; }
h3 { font-size: 16px; /*1.4em;*/ margin: 2px 0; }
h4 { font-size: 14px; /*1.3em;*/ }
h5 { font-size: 12px; /*1.2em;*/ }

input {
	background-color: #000;
}
form {
	margin: 0;
	padding: 0;
}
.pole-s {
	width: 120px;
	height: 24px !important;
	height: 26px;
	border: 1px #d1d1d1 solid;
	/*padding: 7px;*/
	font-weight: normal;
	vertical-align: bottom;
}
.button {
	width: 28px !important;
	width: 26px;
	height: 28px !important;
	height: 26px;
	border: 1px #d1d1d1 solid;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
.button-s {
	width: 28px !important;
	width: 26px;
	height: 28px !important;
	height: 26px;
	border: 1px #d1d1d1 solid;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}
.pix {
	border: 1px #d1d1d1 solid;
	margin: 0 5px 0 2px;
	padding: 0;
}
p, ul {
	margin: 0;
	/*font-size: 0.9em;*/
}
/* by elmo */
a.act {
	text-decoration: underline;
}
.ul-pages {
	left: 10px;
	bottom: 2px;
	top: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	clear: both;
}

.li-pages {
	display: inline;
	padding: 0 2px 0 2px;
}
.ul-wyd {
	padding: 5px 10px 0px 20px;
}
.li-wyd {
	list-style: none;
	list-style-image: url(../images/arr_light.jpg);
	padding: 2px 2px 2px 0px;
	/*
	background-image: url(../images/arr_light.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	font-size: 12px; /*1.0em;*/
}

.foto-galeria-podpis {
	font-size: 10px; /*0.8em;*/
	text-align: right;
	vertical-align: bottom;
	

}
.foto-podpis {
	font-size: 9px; /*0.7em;*/
	text-align: center;  
}

#content .tab-kom {
    font-size: 12px;
}

#content h1, #content h2, #content h3 {
    clear: both;
    padding-top: 5px;
}

#galeria{
/*border:1px solid red;*/
width: 460px;
text-align: center;
margin-left: 50px;
}

.galeria-zdjecie {
	float: left;
	
	display: block;
	width: 136px;
	padding: 3px;
	margin-right: 10px;
	/*background-color: #B8C7D8;*/
	/*background-color: black;*/
	text-align: center;
}


.galeria-zdjecie p {
	text-align: center;
	margin: 2px;
}


.galeria-zdjecie img {
	margin-right: auto;
	margin-left: auto;
}


.rozdzielacz {
	clear: both;
	display: block;
	height: 20px;
}

#content p {
    padding-bottom: 5px;
}
.search-item {
    margin-bottom: 10px;
}
.url {
    font-size: 10px;
    font-style: italic;
}
.search-item a {
	text-decoration: underline;

}

