body {
    overflow: auto;
	width: 100%;
    background-color: #fff;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
    margin: 0px auto;
    border-width: 0px;
    padding: 0px;
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;

}


img{
	border:0px;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
	font-weight:bold;
	color: #002879;
	border:0px;
	padding:0px;
	margin:0px;
	display: inline;
}

a:hover{
	text-decoration:underline;
}


div#telo{
	width: 994px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('images/bg-telo.jpg');
	background-repeat: repeat-y;
}




div#obsah{
	width: 974px;
	background-color: transparent;
	border:0;
	padding: 10px;;
	margin:0;
	padding-top: 0px;
	text-align: left;
}

/*
div#menu{
	position: relative;
	height: 35px;
	top: -3px;
	background-image: url('images/menu-bg.jpg');
}
*/


/*menu*/


table#menu{
	background-color: #000;
	height: 41px;
	position: relative;
	top: -3px;
	background-image: url('images/menu-bg1.jpg');
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}

table#menu td{
	background-color: transparent;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

table#menu td#pred-navi{
	width: 137px;
	background-color: transparent;
}

table#menu td#za-navi{
	width: 172px;
	background-color: transparent;
}


a.menulink:active,a.menulink:visited,a.menulink:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 114px;;
	color: #ccc;
	line-height: 41px;
    	font-size: 13px;
	}

a.menulink:hover{
	background-color: #000;
	color: #fff;
	background-image: url('images/bg-menu-on.jpg');
	background-repeat: repeat-x;
}

/*end menu*/


div#lang{
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	background-color: transparent;
}





div#pata{
	width: 994px;
	margin: 0 auto;
	background-color: #fff;
	font-weight: bold;
	color: #999;
	font-size:8pt;
	clear:both;
	text-align: center;
}

div#pata a{
	font-weight: bold;
	color: #999;
	font-size:8pt;
}



h1{
	color: #f48000;
	font-weight: bold;
	font-size: 14pt;
	margin:0;
	padding: 10px 20px 5px 28px;
}

a.back{
	color: #f99f3d;
	font-weight: bold;
	font-size: 14pt;
}

strong {
	font-weight: bold;
	color: #f48000;
}



#left{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	width: 570px;
}


#right{
	float: right;
	width: 340px;
}


/*referencie*/
div#referencie{
	width: 910px;
	clear:both;
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	padding-left:60px;
}


div.firma{
	height: 100px;
	width: 140px;
	border: 2px solid #f99f3d;
	display: block;
	float: left;
	margin: 10px;
	line-height: 100px;
	padding: 2px;
}

div.firma a img{
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4; opacity:0.4;
}

div.firma a:hover img{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; opacity:1;
}


/*

div#home{
	background-color: transparent;
	background-image: url('images/cofinaci.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 530px;

}
*/


/*kontakt*/

#leftk{
	float: left;
	padding-left: 130px;
	padding-right: 30px;
	text-align: justify;
	width: 250px;
}


#rightk{
	float: right;
	width: 560px;
}



/*new*/


#leftn{
        float: left;
        text-align: left;
        width: 640px;
}


#rightn{
        float: right;
        width: 300px;
}





























/*lightbox*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px arial;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	font-size: 10pt;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #f99f3d;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; color: #f99f3d;	}	
		
#overlay{

	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/* end oflightbox*/

