@charset "utf-8";
/* CSS Document */

/* general properties*/
* {
	margin: 0px;
	padding: 0px;
	border:0;
}
html {
	background:#333333 url(../pictures/backgroud-main.jpg) top center;
    height:100%;
	font-family: Verdana, Arial, Tahoma, Calibri, sans-serif;
	font-size:14px;
}
body {
    height:100%;
}
/* Hlavicka */
.topDiv {						
	position:relative;
	top:-200px;
	left:50%;
	margin-left: -600px;
	margin-top:0px;
	width:1200px;
	height: 357px; 
}

.prechod {
	background:url(/pictures/color-passage-top.png) top center repeat-x;
	height:200px;
}
.topDivLogo {
	position:absolute;
	top:10px;
	left:190px;
	height:195px;
	width:200px;
	background:url(/pictures/bori_logo_hlavicka.png) top center no-repeat;
}
.flash {
	position:absolute;
	top:10px;
/*	left:40px; */
}

.contact {
	position:absolute;
	top:-330px;
	right:140px;
	width:85px; /*  - ma to ve vlastnostech obrazek*/
	height:47px; /*  - ma to ve vlastnostech obrazek*/
	background:url(/pictures/kontakt01.png) top center no-repeat;
}
.contact:hover {background:url(/pictures/kontakt02.png) top center no-repeat;}

.work {
	position:absolute;
	top:-45px;
	left:85px;
	width:103px; /*  - ma to ve vlastnostech obrazek*/
	height:32px; /*  - ma to ve vlastnostech obrazek*/
	background:url(/pictures/prace01.png) top center no-repeat;
	z-index:15;
}
.work:hover {background:url(/pictures/prace02.png) top center no-repeat;}

/* HLAVNI ZOBRAZOVACI */
.mainDiv {						
	position:relative;
	left:50%;
	top:-190px;
	margin-left: -600px;
/*	margin-top:160px;*/
	width:1200px;
	min-height: 200px; 
	height:expression(document.documentElement.scrollHeight < 200? "200px" : "auto" );
}

/* Paticka - horní cast*/
.footerAroundTop {
	position:relative;
	top:20px;
	background-color:#002630;
	min-width:1200px;
}

.footer {
	position:relative;
	top:-189px;
	left:50%;
	margin-left: -600px;
	height: 420px;
	width:1200px;
	background:url(/pictures/footer1-default.png)  no-repeat;
}
.switcher {
	position:absolute;
	top:170px;
	left:150px;
	width:57px; /*  - ma to ve vlastnostech obrazek*/
	height:56px; /*  - ma to ve vlastnostech obrazek*/
	background:url(/pictures/switcher-left.png) top center no-repeat;
}
.switcher:hover {background:url(/pictures/switcher-left-onmouseover.png) top center no-repeat;}

/* Paticka - dolni cast*/
.footerAround {
	position:relative;
	background-color:#002630;
	height:485px;
	min-width:1200px;
	overflow:hidden;
}			
.footer-background {
	position:relative;
	left:50%;
	min-width:1200px;
	margin-left:-600px;
}			
.footerAroundTopLine {
	position:relative;
	top:-1px;
	height:6px;
	min-width:1200px;
	background-image:url(/pictures/black_line.png);
}			
.footerText {
	position:relative;
	top:300px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:200%;
	color:#CCCCCC;
	z-index:1;
}
.co_dovedu {
	position:absolute;
	left:141px;
	width:260px;
	background-position:center;
}			
.navic {
	position:absolute;
	left:465px;
	width:260px;
}			
.kontakt {
	position:absolute;
	left:800px;
	width:260px;
}			
.bottom {
	position:relative;
	top:100px;
 	height:313px;
	width:1200px;
	background:url(/pictures/footer2-default.png) no-repeat;
	z-index:2000;
}
.footerAroundMiddleLine {
	position:relative;
	top:-42px;
	width:100%;
	height:12px;
	background-image:url(/pictures/blue_line.png);
	z-index:1;
}			

.footerAroundBottomLine {
	position:relative;
	background-color:#00242d;
	margin-top:-42px;
	min-height: 200px; /*pro chytré prohlížeče*/
	height:expression(document.documentElement.scrollHeight < 200? "200px" : "auto" );
	width:100%;
	z-index:1;
}	
.bulletsPink  {
	position:relative;
	left:10px;
	top:-3px;
	color:#ccff00;
}
.bulletsGreen  {
	position:relative;
	left:10px;
	top:-3px;
	color:#ff6600;
}
.bulletsBlue a{
	position:relative;
	left:10px;
	top:-3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	line-height:200%;
	color:#00ccff;
}
.bulletsBlue a:hover{
	color:#ccff00;
}
.bottomText {
	position:absolute;
	top:336px;
	left:115px;
	font-size:10px;
	color:#00586f;
}
.bottomText_Bori_logo {
	position:absolute;
	top:0px;
	left:105px;
}
.bottomLogos {
	position:absolute;
	top:313px;
	left:290px;
	color:#00586f;
	font-size:10px;
	width:800px;
	text-decoration:none;
}
.bottomLogos a {
	color:#00586f;
	text-decoration:none;
}
.bottomLogos img {
	position:relative;
	top:10px;
}

/* Obrazek Nuzky */
.scissors {
	position:absolute;
	top:-50px;
	left:750px;
	width:14px; /*  - ma to ve vlastnostech obrazek*/
	height:340px; /*  - ma to ve vlastnostech obrazek*/
	background:url(/pictures/scissors.png) center no-repeat;
	z-index:10;
}
/* Obrazek Nastroje */
.tools {
	position:absolute;
	bottom:-55px;
	right:45px;
	width:88px; /*  - ma to ve vlastnostech obrazek*/
	height:70px; /*  - ma to ve vlastnostech obrazek*/
	background:url(/pictures/tools01.png) center no-repeat;
	z-index:10;
}
.tools:hover {
	background:url(/pictures/tools02.png) center no-repeat;
}

/* Realizovane projekty */
.realization tr {
	width:900px;
}
.realization td img {
	border:5px solid #0d0d0d;
	margin-right:5px;
	margin-bottom:5px;
}
.realization td img:hover {
	border:5px solid #4d4d4d;   /* Podbarveni pozadi matice obrázků */
	margin-right:5px;
	margin-bottom:5px;
}
.typeOfWork {
	position:static;
	top:0px;
	left:0px;
	z-index:50;
}
