/* clearfix to handle floats---------------------------------------- */
.clearfix {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
.clear_right {
    clear: right;
}
.clear_left {
    clear: left;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}

body {
background-image: url(../clip/bg.png);
background-repeat: repeat-x;
background-color: #ffffff;
margin:0;
padding:0;
font-family: verdana;
font-size: 12px;
color:#000000;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
h2 {
	font-size: 18px;
  font-weight: bold;	
  color:#000000;	
  padding: 0;
  margin: 0;
}
h3 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-top: 0;	
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
  margin: 0;
  margin-top: 10px;	
}
h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 0;	
}
h6 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-top: 0;	
}

#logo{
margin: auto;
padding: auto;
text-align: center; 
width:992px;
height:393px;
background-image: url(../clip/top_logo.png);
background-repeat: no-repeat;
overflow-x: hidden;
overflow-y: hidden;
}

#main{
background-image: url(../clip/main_bg.png);
background-repeat: repeat-y;
margin: auto;
padding: auto;
width:992px; 
}

#main_cover {
width:992px; 
margin: 0;
padding: 0; 
}

#main_cover_left{
float: left;
text-align:justify;
width: 672px; 
margin-left: 20px;
margin-bottom: 6px;
}

#main_cover_right{
padding-top: 105px;
}


#main_cover_right_in{
background-color: #ffffff;
border: 1px solid #000000;
width: 250px; 
margin-left: 723px;
margin-top: 6px;
text-align: center;
}

#bottom{
margin: auto;
padding: auto;
background-image: url(../clip/bottom.png);
background-repeat: no-repeat;
width: 992px; 
height:5px;
}

#footer {
margin: auto;
padding: auto;
width:992px;
height:20px;
}

#footer_text {
color: #7b7b7b;
text-align: left;
font-size: 10px;
margin-left: 870px;
}

#footer_text A{
color: #7b7b7b;
text-decoration: none;	
}

#menu ul {
  float: left;
  padding: 0px;
  margin: 0px;    
}
#menu li {
  float: left;
  padding: 0px;
  margin: 0px;  
  list-style-type: none;    
}

#menu a {
  display: block;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: #777777;
  font-size: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  float: left;/*because of IE 6*/
}
#menu a span {
  display: none;
}
#menu .uklid a {
  width: 309px;
  background: url('../clip/menu_uklid.png');
}
#menu .hlidani a {
  width: 168px;
  background: url('../clip/menu_hlidani.png');
}
#menu .cenik a {
  width: 96px;
  background: url('../clip/menu_cenik.png');
}
#menu .prace a {
  width: 186px;
  background: url('../clip/menu_prace.png');
}
#menu .kontakt a {
  width: 124px;
  background: url('../clip/menu_kontakt.png');
}
#menu .right {
  width: 108px;
  background: url('../clip/menu_right.png');
}

#menu a:hover,
#menu .current a {
  background-position: left bottom;
}
