div.container{
						background-color: black;
					  padding: 0px 0px 0px 0px;
  					margin: 0px 0px 0px 0px;
  					vertical-align: top;
  					text-align: center;
  					width: 1000px;
  					border: none;
  					font-family: Arial;
  					font-size: small;
					}

div.topdiv{
						background-position: bottom left;
						background-image: url(/img/banner/banner5.jpg);
						height: 82px;
						width: 1000px;
						border: none;
}

table.maintable{
		  background-color: black;
			vertical-align: top;
			padding: 0px;
			/*border: none;*/
			/*border-color:white;
			padding: 0px;*/
			border-collapse:collapse; /*html: cellspacing*/
		  }

table.products{
			background-color: black;			
			vertical-align: top;
			/*border-collapse: collapse;*/
			text-align: center;
			/*spacing: 25px;*/
			padding: 0px;
			border: none;
			}

div.main{
		
		}




/************?????????????????***************/
.menu{
       background: black;
       text-align: right;
       text-align: right;
       vertical-align: bottom;
       color:#ecbb68;
       /*font-weight:bold;*/
       font-size:16px;
       width:150px;
     }
.menu-active{
       background: white;
       text-align: right;
       text-align: right;
       vertical-align: bottom;
       color:#FFFFFF;
       font-size:16px;
       width:150px;
     }


.new{font-size:12px;color:#FF0000} /*miet nem jo?*/

/*table.maintable{
           background-color: "#000000";
          }*/

/*table.products td{color:#FF0000;align:center;}*/

input.btn{
         font-weight:bold;
         background-color:#AECCEB;
         }

.main{
        /*width: 550px;
        border:3px solid #333;*/
        overflow:auto;
     }


.top{
         margin: 0px;
            top: 0px;
/*           left: 0px;*/
         height: 115px;
          width: 550px;
          background-color: red;
          border:3px solid #333;
    }

.bottom{
              float: left;
              width: 550px;
           background-color: yellow;
           border:3px solid #333;
       }

.left{
              float: left;
                top: 115px;
              width: 125px;
           background-color: gray;
           border:3px solid #333;
     }

.right{
              float: right;
                top: 115px;
              width: 125px;
           background-color: blue;
           border:3px solid #333;
      }