/* div { border: solid 1px #CC33CC; } */  
 
body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
}

#frame {
	position: relative;
	width: 100%;
	text-align: center;
	background: white;
	margin: 47px 0 35px 0;
  border-top: 8px solid black;	
  border-bottom: 6px solid black;	
}

#lang {
  position: absolute;
  right: 8px;
  top: -28px;  
}

#mainFrame {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
  background: url(images/logo-left.png) no-repeat; 
  background-position: 0px 100px;  
}

#bodyHeader {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 82px;
	border-bottom: 3px solid black;
}

.ikona { position: relative; float: right; width: 280px; height: 30px; padding-top: 190px; margin: 95px 10px 0 10px; text-align: center;  }
#ikona1 {	background: url(images/iko-transport.jpg) no-repeat; }
#ikona2 {	background: url(images/iko-logistika.jpg) no-repeat; }
#ikona3 {	background: url(images/iko-doprava.jpg) no-repeat; }

#printHeader {
	display: none;
}

#bodyLeft,#bodyRight,#bodyMain, bodyFooter {
	float: left;
	position: relative;	
	left: 1000px;
	z-index: 200;
}

#bodyMenu {
  position: relative;
  float: right;
	width: 885px;
	margin: 15px 10px 0 0;
	border-bottom: solid 2px black;
	height: 25px;
	background-color: #CCCCCC;
}

#bodyMain {
	width: 620px;
	margin-left: -895px;
	margin-top: 400px;
}

#bodyText {
  padding: 30px 25px 15px 10px; 
}

#bodyRight {
	width: 265px;
	height: 380px;
	margin-left: -275px;
	margin-top: 398px;
	background: url(images/bg-right.png) no-repeat;
}

#motiv {
  position: absolute;
  top: 112px;
  right: 7px;
}

#copyright {
	position: absolute;
  bottom: 0px;
  right: 7px;
}

#bodyFooter {
  width: 1000px;
  background-color: #333333;
  padding: 2px 0 2px 0;
}

#links {
  position: absolute;
  width: 1000px;
  bottom: -25px;
  text-align: center; 
}

