body{
	background : #A8CDF4 url(../images/styles/rozcestnik/bgBody.jpg) repeat-y center;
	text-align: center;
	margin:  0;
	padding : 0;
}
.page {
	margin: 0 auto;
	width: 880px;
	text-align: left;
/*	position : relative;*/
}

.zavody, .digital, .menu, .bottom{
	width : 880px;
}

.zavody{
	height: 287px;
	background : url(../images/styles/rozcestnik/bgLogoZavody.jpg) no-repeat;
}
.zavody p{
	display: none;
}

.zavody a{
	display: block;
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:95px;
}

.print{
	height:135px;
	background : url(../images/styles/rozcestnik/bgLogoPrint.jpg) no-repeat;
}
.print p{
	display: none;
}

.print a{
	display: block;
	width:120px;
	height:120px;
	position:relative;
	left:50%;
	margin-left:-70px;

}

.menu{
	height : 224px;
	background : #FF9966 url(../images/styles/rozcestnik/bgMenu.jpg);
	position : relative;
}
.menu a{
	display : block;
	width : 136px; height : 43px;
	position: relative;
	overflow:hidden;
}
.menu  a:hover{
	color: green;
}
.menu .ofset, .menu .digital{
	position : absolute;
	width : 136px; height : 43px;
	top : 178px;
}
.menu .ofset{
	 left : 260px;
}
.menu .digital{
	left : 466px;	
}
.menu a span{
	cursor : pointer;
	position : absolute;
	top: 0;	left: 0;
	width : 136px;	height : 43px;
/*	border : 6px solid #FFF;*/
}
.menu .ofset a span{
	background : url(../images/styles/rozcestnik/bgMenuOfsetA.jpg)  top left;
}
.menu .ofset a:hover span{
	background : url(../images/styles/rozcestnik/bgMenuOfsetA.jpg) bottom left;
/*	border-color : #CD853F;*/
}
.menu .digital a span{
	background : url(../images/styles/rozcestnik/bgMenuDigitalA.jpg) top left;
}

.menu .digital a:hover span{
	background : url(../images/styles/rozcestnik/bgMenuDigitalA.jpg) bottom left;
}


.bottom{
	height: 24px;
	background : url(../images/styles/rozcestnik/bgBottom.jpg) no-repeat;
	margin-top : 100px;
}
.bottom p{
	display: none;
}

.none{
	display : none;
}
