body {
  background-color: #000000;
/*  margin: 185px 0px 20px 0px; */
/*  overflow: hidden; */
  margin: 0px;
  text-align: center;
  padding: 0px;
  color: #ffffff;
  font-family: tahoma, arial, helvetica, swiss, sans-serif;
  font-size: 11px;
  scrollbar-base-color: #FFE7D0;
	scrollbar-face-color: #FFE7D0;
	scrollbar-highlight-color: #FFE7D0;
	scrollbar-3dlight-color: #FF9900;
	scrollbar-shadow-color: #FFE7D0;
	scrollbar-darkshadow-color: #FF9900;
	scrollbar-arrow-color: #FF9900;
	scrollbar-track-color: #FFE7D0;
}

img {
  border: 0px;
}

ul {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}

div.header {
/*  position: absolute;
  top: 0px;
  left: 0px; */
	height: 185px;
/*  height: 285px; */
  width: 100%;
  text-align: center;
  margin: 0px;
  background-image: url('images/naglowek_tlo.gif');
  background-repeat: repeat-x;
}

div.logo {
  text-align: left;
  width: 768px;
  margin: 0px auto;
}

div.menu {
  background-image: url('images/menu_tlo.gif');
  height: 49px;
  margin: 0px auto;
  width: 768px;
  text-align: left;
}

div.menu div {
  padding-top: 14px; float: left;
}

div.menu img {
  cursor: pointer;
} 

br.clear {
  clear: both; 
}

div.submenu {
  position: absolute;
  top: 167px;
/*  top: 267px; */
  visibility: hidden;
  background-color: #FFE8D2;
  filter: alpha(opacity=70);
  z-index: 1;
  text-align: left;
  padding: 2px;
  color: #000000;
  font-weight: bold; 
}

div.submenu a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-family: book antiqua, times new roman, serif;
}

div.submenu a:hover {
	background-color: #000000;
	color: #FFE8D2;
}

div.footer {
/*  position: absolute;
  bottom: 0px;
  left: 0px; */
  height: 20px;
  width: 100%;
  text-align: center;
}

div.mainpage {
/*  overflow: hidden; */
/*  visibility: hidden; */
  margin: 0px auto;
/*  position: relative; */
  width: 768px;
/*  height: 100%; */
  text-align: left;
  background-image: url('images/content.gif');
  background-repeat: repeat-y;
  background-position: left center;
}

div.mainpage div.img {
  width: 420px;
  float: left;
}

div.mainpage div.img img {
  vertical-align: top;
  margin-left: 80px;
}

div.mainpage div.text {
  width: 330px;
/*  height: 100%; */
  float: right;
	color: #FFE8D3;
	overflow: auto;
}

div.mainpage div.text .tytul {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* from old page */
div.mainpage div.text td {
	color: #FFE8D3;
	font-family: tahoma, arial, helvetica, swiss, sans-serif;
	font-size: 11px;
}
 
div.mainpage div.text h1 {
	color: #ffffff;
	font-size: 14px;
}

div.mainpage div.text a, div.mainpage div.text a:visited, div.mainpage div.text a:active {
	text-decoration: none;
	color: #FF9900;
}

div.mainpage div.text a:hover {
	text-decoration: underline;
	color: #FF9900;
}

div.mainpage div.text input {
	border: 1px solid #FFE8D3;
	font-family: tahoma, arial, helvetica, swiss, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #FFE8D3;
}
/* end from old page */

