
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em; 
  background: #eeeeee;
  color: #515151;
  padding: 0px; margin: 0px;
}


#container {
  background: #fff url(/images/bg_container.gif) repeat-y 0 0;
  font-size: 0.75em; 
  text-align: left; 
  height: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 990px;
  padding: 0px 6px;
}

body>#container{ 
  height:auto;
  min-height:100%;
}

#content {
  padding-bottom: 60px;
}

#page_content {
line-height: 1.6em;
padding: 20px;
width: 950px;
}

#header ul.links {
  background: url(/images/bg_toplinks.gif) repeat-x 0 0;
/*  background-color: #dedede; */
}

#menu ul.links {
  background: url(/images/bg_menu.gif) repeat-x 0 0;
  font-size: 1.2em;
}
#menu ul.links li a:hover {
  background: #d48a48;
  text-decoration: none;
}

#footer {
  padding: 15px 0px 0px;
  width: 1002px;
  background: #eeeeee url(/images/bg_footer.gif) no-repeat 0 0;
  color: #646464;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footlinks {
  text-align: center;
}
#footlinks a {
  color: black;
  text-decoration: underline;
}
#footlinks a:hover {
  color: black;
  text-decoration: none;
}
#footlinks span {
  font-size: 0.9em;
  line-height: 2;
}
#footlinks span a {text-decoration: none;}

#partners {
  display: block;
  position: absolute;
  width: 230px;
  right: 8px;
  top: 15px;
  margin-right: 0.5em;
  text-align: right;
  font-size: 0.8em;
}
#partners a {
  color: #646464;
  text-decoration: underline;
}
#partners a:hover {
  color: black;
  text-decoration: none;
}
#partners img { padding: 0.5em; border: none; } 
#logo  { display: block; margin: 0px 0px 0px 20px ; background: url(/images/header-logo.gif) no-repeat left 12px; font-size: 3.0em; height: 80px;  }
#logo  span {  display:none; } 
#header  {  background: url(/images/header-image.jpg) no-repeat right bottom; }
#user_bar { float: left; padding: 0.4em;}


.cleaner { clear: both; }
.col1 { width: 650px; }
.col2 { width: 300px; }
.captcha img  { float: left; }
.contract fieldset { border: 2px solid silver; margin-top: 0.5em; padding: 0.5em 1em; }
.contract legend { font-weight: bold; border: 1px solid silver;  padding: 0.1em 1em; background: url(/images/bg_toplinks.gif) repeat-x 0 0;}
.contract  strong  { font-weight: bold; width: 180px; display: block; float: left;  }
.contract  p { clear: both;  margin: 0.4em 0px; xheight: 1.0em; }
fieldset#identifikacia { float: left; width: 650px;} 
fieldset#datumy { float: right; width: 235px;}

form.formtastic fieldset > ol > li p.inline-hints {
color: #666;
font-size: 0.8em;
display: initial;
}