@import "topmenu.css";
@import "menu.css";
@import "page.css";
@import "subnav.css";
@import "reference.css";
@import "kontakty.css";
html,body{
  margin:0px;
  padding:0px;
  text-align:center;
  background:url('/images/bg_html.gif') #3B6C8E repeat-x;
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-size:12px;
  min-height:100%;
  height:100%;

}
html{
  overflow : scroll;
	overflow-x : hidden;
}
/*
#Container_optimizer{
  min-height:100%;
  height:100%;
}
body>div#Container_optimizer{
  height:auto;
  overflow:hidden;
}
*/
#Container{
  width:1000px;
  min-height:100%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
}
#Header{
	width:1000px;
	height:67px;
	background:url('/images/header.gif') no-repeat;
	display: block;
}
#logo_print{
  display:none;
}

.kariera a {
          text-decoration: none; font-size: 14px; font-weight: bold;
          _text-decoration: none; _font-size: 14px; _font-weight: bold;
           }
.kariera a:hover { 
                  text-decoration: underline;
                  _text-decoration: underline; 
                  }
.kariera h3 {
            font-size:15px; font-weight:bold;
            _font-size:15px; _font-weight:bold;
            }
