/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}
form, table, td {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
body {
  background: #161415;
	margin: 0;
  padding: 0;
	text-align: center; /**** dla dziadostwa IE 5.5 ****/
  overflow-x: hidden;
}
img {
  border: 0 none;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#container {
  font: 12px Arial, Helvetica, sans-serif;
	text-align: left;   /**** dla dziadostwa IE 5.5 ****/
  color: #fff;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#container div.left {
  background: url(../images/left.jpg);
  width: 155px;
  height: 829px;
  position: absolute;
  top: 0;
  left: -155px;
}
#container div.right {
  background: url(../images/right.jpg) no-repeat;
  width: 155px;
  height: 829px;
  position: absolute;
  top: 0;
  right: -155px;
}
/*****************************************/

#header {
  background: url(../images/menu.jpg);
  position: relative;
  height: 32px;
}
#header div.topmenu {
  position: absolute;
  top: 10px;
  left: 600px;
}
#header div.topmenu a {
  font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #d9f1ff;
  margin: 0 6px;
}
#header div.topmenu a:hover {
  color: #fff;
}

/*****************************************/

#top {
  background: url(../images/top.jpg);
  position: relative;
  height: 150px;
}
#top div.logo {
  position: absolute;
  top: -24px;
  left: 14px;
  overflow: hidden;
}
#top div.info {
  background: url(../images/info.png);
  width: 578px;
  height: 38px;
  position: absolute;
  top: 95px;
  right: 20px;
}

/*****************************************/

#content {
  background: url(../images/bottom.jpg);
  height: 647px;
}

/*****************************************/

#left {
  width: 170px;
  min-height: 430px;
  height: auto !important;  /**** dla dziadostwa IE ****/
  height: 430px;            /**** dla dziadostwa IE ****/
  padding: 10px 5px 0 10px;
  float: left;
}
#left a {
  font: italic bold 11px Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #d9f1ff;
  display: block;
  overflow: hidden;
}
#left a.logout {
  color: #ffa;
  width: 50px;
}
#left a:hover {
  color: #fff;
}
#left table {
  padding-left: 10px;
}
#left td {
  padding-bottom: 5px;
}
#left div.logout {
  padding-bottom: 20px;
}

/*****************************************/

#main {
  width: 740px;
  height: 550px;
  padding: 10px 5px 20px 5px;
  float: left;
}
#main h2 {
  margin-top: 0;
  font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #f90;
}
#main a {
  text-decoration: none;
  color: #86a7C8;
}
#main a:hover {
  color: #fff;
}
#main ul {
  margin-left: 15px;
  margin-bottom: 4px;
  padding-left: 0;
}
#main li {
  list-style-image: url(../images/arrow.gif);
  margin-bottom: 2px;
}
#main .important {
  font-weight: bold;
  color: #f90;
}
#main td {
  font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#main td.contact {
  width: 50px;
}
#main div.contact_left {
  width: 230px;
  float: left;
}
#main div.contact_middle {
  width: 250px;
  float: left;
}
#main div.contact_right {
  float: left;
}
#main div.google {
  margin: 30px 0 0 0px;
  clear: both;
}
#main div.top {
  color: #fffd8b;
  padding: 5px 0;
}
#main div.logo {
  margin: 20px 0 0 0px;
}
#main div.wi-tech {
  margin: 25px 0 0 14px;
}
#main div.login-text {
  padding-top: 10px;
}
#main img.login {
  margin-right: 10px;
  float: left;
}
#main div.login {
  background: #256c9b;
  width: 158px;
  padding: 10px 20px;
  clear: left;
}
#main div.login input {
  margin-bottom: 8px;
  vertical-align: top;  /**** dla dziadostwa IE 5.5 ****/
  vertical-align: -2px;
}
#main div.login input.login {
  width: 150px;
  display: block;
}
#main ul.login {
  margin: 10px 0 0 15px;
}
#main div.dotpay_left {
  margin-right: 20px;
  float: left;
}
#main div.dotpay {
  background: #256c9b;
  width: 280px;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
}
#main div.dotpay textarea {
  width: 265px;
  height: 80px;
  margin-bottom: 8px;
}
#main div.dotpay input {
  width: 90px;
  margin-bottom: 8px;
}
#main div.dotpay select {
  margin: 0 20px 8px 0;
}
#main img.dotpay {
  margin-right: 8px;
  float: left;
}
#main span.dotpay {
  color: #d9f1ff;
}
#main div.zp {
  width: 170px;
  float: left;
}
#main img.zp {
  margin: 10px 0;
}

/*****************************************/

#right {
  width: 150px;
  padding: 10px 5px 0 20px;
  float: left;
}
#right img {
  border: #fff 1px solid;
  margin-bottom: 10px;
}
/*****************************************/

#footer {
  font: 10px Arial, Helvetica, sans-serif;
  text-align: center;
  clear: left;
}
#footer div.disclaimer {
  color: #86a7C8;
}
