* {
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
}
body {
color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif;
  margin: 0;
  margin-top:1em;
  padding: 0;
}
p {
  padding: 0 10px 1em;
}
#obejma {
  
  position:relative; /* needed for footer positioning*/
  margin:0 auto; /* center, not in IE5 */
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  padding-bottom:40px; /* bottom padding for footer */
  border: none;
}
#header {
  height:100px;
  margin:0;
  padding:0;
}
div#footer {
  position:absolute;
  width:100%;
  height:40px;
  bottom:0; /* stick to bottom */
  margin-bottom: 0; /* stick to bottom - 27.9.08 */
}
div#emblem {
  width: 120px;
  height: 190px;
  position: absolute;
  left: 28px;
  top: 22px;
  background: transparent url(../pics/headpic2g.gif) 1px 1px no-repeat;
}
#nav {
  display: none; /* visibility: hidden;   */
  float: left;
  width: 0px;
  margin:0; padding:0;
}
#navcontent {display: none;
  margin: 0 auto;
  text-align: center;
  padding: 0em;
  padding-top: 120px;
}
#maincol {
  margin-left:0px;
}
