html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0 0 0 0;
   padding: 0;
	height: 100%;
	font-family: sans-serif;
	font-size: 90%;
	background: url(img/bg.jpg) repeat-x top #9accf3;
	text-align: center;
	line-height: 1.6;
	color: #3a3a3a;
}
table{
	font-family: sans-serif;
	font-size: 100%;line-height: 1.6;
}
a {
	color: red;
}
a:hover{
	color:blue;
}
img {
	border: 0;
}
.clear{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear: right;
}
h1{
	font-size: 150%;
	margin-top:10px;
	margin-bottom:10px;
}
h2{
	margin-top:10px;
	margin-bottom:10px;
	color: #626262;
}
h3{
	margin-top:5px;
	margin-bottom:5px;
	color: #0093dd;
	font-size:130%;
	font-family: serif;
}
#page{
	text-align:left;
	margin:0 auto;
	width:980px;
	background: White;
}
#header{
background: url(img/headerbg.jpg) no-repeat;
width:980px;
height:175px;
overflow:hidden;
top:0px;
left:0px;
position:relative;
font-size:150%;
}
#header SPAN{
	overflow:hidden;
	cursor: pointer;
	width:980px;
	height:175px;
	background: url(img/headerbg.jpg) no-repeat;
	top:0;
	left:0;
	position: absolute;
}
#menu{
	width:970px;
	height:40px;
	margin-left:5px;
	background: #0295d8 url(img/menu-bg.gif) repeat-x top;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
	float:left;
}

#menu a.onas{
	background: url(img/menu/onas.jpg) 0 0 no-repeat;
	width:75px;
	height:40px;
	display:block;
}
#menu a.onas:hover{
	background: url(img/menu/onas.jpg) -75px 0;
}
#menu a.onasaktivni{
	background: url(img/menu/onas.jpg) -75px 0;
	width:75px;
	height:40px;
	display:block;
}
#menu a.klempirstvi{
	background: url(img/menu/klempirstvi.jpg) 0 0 no-repeat ;
	width:182px;
	height:40px;
	display: block;
}
#menu a.klempirstvi:hover{
	background: url(img/menu/klempirstvi.jpg) -182px 0 no-repeat ;
}
#menu a.klempirstviaktivni{
	background: url(img/menu/klempirstvi.jpg) -182px 0 no-repeat ;
	width:182px;
	height:40px;
	display: block;
}
#menu a.lakyrnictvi{
	background: url(img/menu/lakyrnictvi.jpg) 0 0 no-repeat;
	width:192px;
	height:40px;
	display:block;
}
#menu a.lakyrnictvi:hover{
		background: url(img/menu/lakyrnictvi.jpg) -192px 0 no-repeat;
}
#menu a.lakyrnictviaktivni{
	background: url(img/menu/lakyrnictvi.jpg) -192px 0 no-repeat;
	width:192px;
	height:40px;
	display:block;
}
#menu a.vozidla{
	background: url(img/menu/vozidla.jpg) 0 0 no-repeat;
	width:185px;
	height:40px;
	display:block;
}
#menu a.vozidla:hover{
	background: url(img/menu/vozidla.jpg) -185px 0 no-repeat;
}
#menu a.vozidlaaktivni{
	background: url(img/menu/vozidla.jpg) -185px 0 no-repeat;
	width:185px;
	height:40px;
	display:block;
}
#menu a.material{
	background: url(img/menu/material.jpg) 0 0 no-repeat;
	width:181px;
	height:40px;
	display:block;
}
#menu a.material:hover{
	background: url(img/menu/material.jpg) -181px 0 no-repeat;
}
#menu a.materialaktivni{
	background: url(img/menu/material.jpg) -181px 0 no-repeat;
	width:181px;
	height:40px;
	display:block;
}
#menu a.autopujcovna{
	background: url(img/menu/autopujcovna.jpg) 0 0 no-repeat;
	width:155px;
	height:40px;
	display:block;
}
#menu a.autopujcovna:hover{
	background: url(img/menu/autopujcovna.jpg) -155px 0 no-repeat;
}
#menu a.autopujcovnaaktivni{
	background: url(img/menu/autopujcovna.jpg) -155px 0 no-repeat;
	width:155px;
	height:40px;
	display:block;
}

#menu ul li a {
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
padding-top: 8px;
padding-bottom: 4px;
padding-left: 18px;
padding-right: 18px;
border-left: 1px solid #03209e;
border-right: 1px solid #0199d8;
background: 0;
text-decoration: none;
display: block;
float: left;}

#menu ul li a:hover, #menu ul li.active a {
background: url(img/menu-li-bg-hover.gif) repeat-x top;}

#menu ul li.first a {
border-left: 0;}




#main{
	width:970px;
	margin-left:5px;
}
#content{
	width:690px;
	float: left;
	padding-top:10px;
	padding-left:10px;
}
#right_collumn{
	width:260px;
	float: right;
	padding-top:10px;
}
td.odrazka{
	text-align: center;
	width: 60px;
}
td.text{
	padding-bottom:10px;
}
#kontakt{
	width:250px;
	margin-bottom:10px;
}
#kontakthead{
	width:250px;
	height:21px;
	background: url(img/kontakt_head.jpg) no-repeat;
}
.kontaktmiddle{
	width:250px;
	background: url(img/kontakt_middle.jpg) repeat-y;
}
.kontaktbottom{
	width:250px;
	height: 10px;
	background:url(img/kontakt_bottom.jpg) no-repeat;
}
.right_content{
	padding:5px;
	font-size: 85%;
	line-height: 1.4;
}
#ofirme{
	width:250px;
	margin-bottom:10px;
}
#ofirmehead{
	width:250px;
	height:21px;
	background: url(img/info_head.jpg) no-repeat;
}
#ofirmebottom{
	width: 250px;
	height:150px;
	background: url(img/info_bottom.jpg) no-repeat;
}
#footer{
	width:980px;
	text-align:center;
        height:70px;
}
.footerbox{
	width: 970px;
	margin-right:5px;
	margin-left:5px;
	height:5px;
	line-height: 5px;
	font-size: 5px;
	background: #0097d6;
}
.footercontent{
	font-size:80%;
	margin-right:10px;
}
.footercontent a{
	color: Gray;
}

