* { font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Helvetica, Arial, Sans-Serif; }
code, pre, pre * { font-family: "courier new", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", courier, mono; }
/* clear default setting */
html, body, div, span, pre, code, a, p, img, hr, 
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { 
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  min-height: 100%;
  font-size: 0.74em; 
}


body {
  color: #5B5B5B;
  margin: 0px;
  padding: 0;
  background-color: #f1f1f1;
    text-align:center; /* center layout in ie5 and 5.5. */
    /*background: url(../img/lay-background.png) repeat-x;*/
}

#container { background-color: #ffffff; }
#header    { background-color: #ffffff; }
#subheader { background-color: #ffffff; }
#left   { background-color: #f1f1f1; }
#middle { background-color: #ffffff; }
#right  { background-color: #f1f1f1; }
#footer { background-color: White; } 
#menu    { background-color: #ffffff; }
/*#submenu { background-color: #fff5a1; }*/

#container, #header, #subheader, #left, #menu, #middle, #right, #footer, #submenu {
  margin: 0;
  padding: 0;
}

#container {
  width: 770px !important;
  width: 772px; /* IE */
  margin: 30px auto 30px auto;
  border: 1px solid #6096BF;
  text-align: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px; 
  height:auto; 	
}
#container{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
#container:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#container
	{
	display: inline-block;
	}
/*\*/
#container
	{
	display: block;
	}

#header {
  float: left;
  width: auto;
  height: 85px;
}

#subheader {
  float: right;
  width: 100%;
  height: auto !important;
  height: 25px; /* IE */
  min-height: 25px;
  display: inline;
  border-bottom: 5px solid #ffffff;
}

#middle_w {
	display: block;
	display: inline-block;
	float:left;
	overflow: hidden;
	height:auto;
}

#middle_w:after {
        content: '[DO NOT LEAVE IT IS NOT REAL]'; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
}


#left {
  float: left;
  width: 160px;

  height: 300px; /* IE */
  min-height: 300px;
  display: block;
  height: auto !important;

}

#middle {
float: left;
  width: 450px;
  height: auto !important;
  height: 300px; /* IE */
  min-height: 300px;
  display: inline;
 
 
}

#right {
  float: right;
  width: 160px;
  height: auto !important;
  height: 300px; /* IE */
  min-height: 300px;
  display: inline;
}
#right, #middle, #left{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
#footer {
  clear: both;
  height: 60px;
  /*position: relative;*/
  z-index: 1000;
  border-top: 5px solid #ffffff; 
 		}
#reklama{
	clear: both;
  	
	/*position: relative;*/
	/*z-index: 1000;*/
	margin-top: 250px ;
	width: 770px;
  	height: 85px;
	border: 1px solid Black;
}

/*#menu {
  top: 0px;
  right: 0px;
  width: 610px;
  height: 85px;
  position: relative;
 
}

#submenu {
  top: 120 px;
  left: 10px;
  width: 140px;
  height: 170px;
  position: absolute;
}*/