html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Verdana;
  font-size: small;
  color: #555555;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-image: url('images/bg-body.gif');
  background-repeat: repeat-y;
  background-position: right;
}

#header  {
height: 242px;
width: 100%;
margin: 0;
padding: 0;
}
#header-new-tech {
position: absolute;
top: 12px;
left: 30%;
width: 281px;
height: 72px;
z-index: 100;
}
#header-left {  
  position: absolute;
  left: 0;
  height: 200px;
  width: 457px;
  margin: 0;
  padding: 0;  
  z-index: 80;
}
#header-right {
  position: absolute;
  right: 200px;
  height: 200px;
  width: 100%;
  margin: 0;
  padding: 0 1px 0 0;
  text-align: right;    
  background-image: url('images/bg-top.gif');
  background-repeat: repeat-y;
  background-position: right;  
  z-index: 60;
}
#header-logo {
  position: absolute;
  right: 50px;
  top: 35px;  
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 100;
  }
  
#content {   
  padding: 2em 250px 71px 2em;
  margin: 0 0 0 0;
}
*html #menu{position:absolute;}
#menu {
 position: fixed;
 top: 250px;
 right: 0px;
 width: 200px; 
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background-color: transparent;
 z-index: 0;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 41px;
  width: 100%;  
  padding: 20px 0 0 0px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url('images/bg-bottom.gif');
  background-repeat: repeat-x;
}
#nadpis  {
 position: absolute;
 top: 200px;
 width: 100%;
 height: 42px;
 text-align: center;
 margin: 0 0 0 0;
 padding: 15px 0 0 0;
 background-image: url('images/bg-tovar.gif');
 background-repeat: repeat-x; 
 z-index: 50;
}
div.cleaner {clear: both;
}
ul.menu {
list-style: none;
line-height: 200%;
margin: 0 0 0 0;
padding: 0;
}

li.menu {
background-image: url('images/button.gif');
background-repeat: no-repeat;
background-position: 3px center;
padding: 0 0 0 25px;
vertical-align: bottom;
}

p            { font-size:100%; color:#555555;}
tr           { font-size:100%; color:#555555;}
td           { font-size:100%; color:#555555;}
div          { font-size:100%; color:#555555;}

h1 {font-size:160%; color: #2c3795; font-weight:bold;}
h2 {font-size:160%; color: #e06074; font-weight:bold;}
h3 {font-size:140%; color: #2c3795; font-weight:bold;}
h4 {font-size:140%; color: #e06074; font-weight:bold;}
h5 {font-size:120%; color: #2c3795; font-weight:bold;}
h6 {font-size:120%; color: #555555; font-weight:bold;}

a:active     { font-size:100%; color: #2c3795; font-weight:normal; text-decoration:underline }
a:visited    { font-size:100%; color: #2c3795; font-weight:normal; text-decoration:underline }
a:hover      { font-size:100%; color: #2c3795; font-weight:normal; text-decoration:none }
a:link       { font-size:100%; color: #2c3795; font-weight:normal; text-decoration:underline }

a:active.menu   { font-size:100%; color: #2c3795; font-weight:bold; text-decoration:none }
a:visited.menu  { font-size:100%; color: #2c3795; font-weight:bold; text-decoration:none }
a:hover.menu    { font-size:100%; color: #2c3795; font-weight:bold; text-decoration:underline }
a:link.menu     { font-size:100%; color: #2c3795; font-weight:bold; text-decoration:none }


