
/* Layout Stylesheet */

body{
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#win{
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 width: 780px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

#header{
 position: relative;
 width: 780px;
 height: 95px;
 border: 0px;
 margin: 0px;
 padding: 0px;
 /*background: #ECE6D3;*/
 background-image: url('../img/hbg.gif');
 background-repeat: repeat-x;
 background-position: left top;
 }
#htxt{
 position: absolute;
 top: 10px;
 left: 5px;
 width: 410px;
 height: 95px;
 border: 0px;
 margin: 0px;
 padding: 0px;
 font-size: 50px;
 color: #aa0000;
 text-align: center;
}

#prdelka_19{
 position: absolute;
 top: 5px;
 left: 420px;
 width: 64px;
 height: 83px;
 background-image: url('../img/prdelka_19.gif');
 background-repeat: no-repeat;
 background-position: left top;
}
#zansquare{
 position: absolute;
 top: 5px;
 left: 490px;
 width: 81px;
 height: 83px;
 background-image: url('../img/zansquare.gif');
 background-repeat: no-repeat;
 background-position: left top;
}
#lenka{
 position: absolute;
 top: 1px;
 left: 579px;
 width: 101px;
 height: 91px;
 background-image: url('../img/lenka.gif');
 background-repeat: no-repeat;
 background-position: left top;
}
#koudis{
 position: absolute;
 top: 8px;
 left: 683px;
 width: 83px;
 height: 80px;
 background-image: url('../img/koudis.gif');
 background-repeat: no-repeat;
 background-position: left top;
}

#menu{
 position: relative;
 width: 780px;
 height: 31px;
 margin: 0px;
 padding: 0px;
 background-image: url('../img/menu.gif');
 background-repeat: repeat-x;
 background-position: left top;
 border-left: 0px;
 border-right: 0px;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
}
#login{
  position: absolute;
  top: 3px;
  right: 85px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
#ilogin, #ipass{
  margin: 0px;
  padding: 3px 5px;
  border: 0px;
  width: 82px;
  height: 16px;
  background-image: url('../img/ilog.gif');
  background-repeat: repeat-x;
  /*background-position: left top;*/
  /*background-attachment: fixed;*/
}
#send_login{
  width: 76px;
  height: 25px;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 2px;
  padding-bottom: 2px;
  border: 0px;
  background-image: url('../img/logbutton.gif');
}
#lng{
  position: absolute;
  top: 9px;
  right: 5px;
  text-align: right;
}
#nav, #nav ul { /* all lists */
	padding-top: 5px;
	padding-left: 4px;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}
#content, #footer{
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
  width: 780px;
}
#content{
  position: relative;
  margin-top: 5px;
}
#footer{
  margin-top: 10px;
  text-align: right;
}
#billboard{
 width: 468px;
 height: 60px;
 background-color: #c0c0c0;
 color: #000000;
 border: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
}
