@charset "iso-8859-2";
/* CSS Document */

a, a:active, a:link, a:visited {
  color: #c76317;
  font-size : 10px;
  text-decoration : none;
}

a:hover {
  color: #c76317;
  font-size : 11px;
  text-decoration : underline;
}

body {
  background : #000;
  color: #c76317;
  font-family : verdana;
  font-size : 10px;
  font-style : normal;
  font-weight : normal;
  margin : 0 auto;
  padding : 0;
  text-align : center;
  width : 100%;
}

img { border : 0; }

#centerPanel{
  padding-left: 5px;
  text-align: justify;
  margin: 20px auto 0;
  width : 700px;
}

#container {
  border : none;
  height : 100%;
  margin : 0 auto;

  padding-bottom : 90px;
  position : relative;
  text-align : center;
  width : 800px;
}
#menu {
  top : 0;
  left : 95px;
  margin : auto;
  position : absolute;
  width : 600px;
  text-align: center;
}
#content {
  margin-top : 0px; 
  overflow : hidden;
  padding : 0;
  position : relative;
  text-align : left;
  width : 800px;
  z-index : 10;
}

#footer {
  background : url('footer.gif') no-repeat;
  height : 190px;
  left : 0;
  margin-top: -75px;
  position : relative;
  width : 800px;
}

#time {
  bottom : 20px;
  left : 325px;
  margin : auto;
  position : absolute;
  width : 150px;
}

#opis{
  margin-top : -20px; 
  font-size : 11px;
  width : 700px;
  margin-left : 0px; 
}

#top {
  background : url('top.gif') no-repeat;
  height : 395px;
  margin : auto;
  position : relative;
  width : 800px;
}
#middle {
  background : url('middle.gif') no-repeat;
  height : 183px;
  margin : auto;
  position : relative;
  width : 800px;
}
#login {
  color: #000;
  font-weight: bold;
  position: absolute;
  width: 250px;
  height: 125px;
  top: 85px;
  left: 33px;
}
#members {
  color: #000;
  font-size : 10px;
  font-weight: bold;
  position: absolute;
  width: 250px;
  height: 50px;
  top: 78px;
  right: 25px;
}
.center{ text-align : center; }

.left{ text-align : left; }

.none { display : none; }

.overlib {
  font-size : 12px;
  font-family : Arial;
  position : absolute;
  visibility : hidden; 
  z-index : 1000;
}

.right{ text-align : right; }

input.login {
  background: transparent;
  border: 0;
  font: bold 10px Verdana;
  color: #999;
  padding-top: 2px;
  margin-top: 3px;
}
input.login:focus {
  background: transparent;
  border: 0;
  font: bold 10px Verdana;
  color: #e9e2b5;
  padding-top: 2px;
  margin-top: 3px;
}
