div#otstup {
   position: absolute; 
   width: 100%; 
   top: 0; 
   height: 1px; 
   line-height: 1px;
}
div#main {
   position: relative; 
   min-width: 700px; 
   max-width: 1400px;
}

*html div#main {
   width: expression(
    (document.getElementById('otstup')&& document.getElementById('otstup').clientWidth < 700)?('700px'):(document.getElementById('otstup')&& document.getElementById('otstup').clientWidth < 1400)?('100%'):('1400px')
   );
}
body {
   margin: 0px; 
   padding: 0px; 
   height: 100%; 
   background: white; 
   color: black;
}
body, td, th {
   font-size: 80%; 
   font-family: Arial, 
   sans-serif;
}
a {
   color: #08628c;
}
a:visited {
   color: #08628c;
}
a:hover {
   color: #ef3124;
}
img {
   margin: 0px; 
   padding: 0px; 
   border-width: 0px;
}
h1 {
   font-size: 180%; 
   font-weight: normal; 
   color: #bbbbbb; 
   margin: 0 0 1em 0;
}
p {
   margin: 0 0 1em 0;
}

ul {
   margin: 0 0 1em 0; 
   padding: 0px; 
   list-style-type: none;
}
ul li {
   margin: 0 0 0.5em 0; 
   padding: 0px;
}
div#logotip {
   padding: 20px 72px;
}
div#cont {
   padding: 20px 120px;
}

