body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif; 
	font-size: 0.8em;
	background-color: white;
	color: black;
  text-align: center;
}


/*********************************************************/
/********************* MENU - uvodni stranka**********************/
/*********************************************************/
.menuBox, .menuBoxEdge {
  width: 137px;
  height: 136px;
  float: left; 
}
.menuBox {
  margin-right: 76px;
}
.service {
  background-image: url('../images/sluzby.gif');
  background-repeat: no-repeat;
}
.people {
  background-image: url('../images/lide.gif');
  background-repeat: no-repeat;
}
.work {
  background-image: url('../images/prace.gif');
  background-repeat: no-repeat;
}
.contact {
  background-image: url('../images/kontakty.gif');
  background-repeat: no-repeat;
}
.menuBoxItem {
  margin: 113px 7px 0px 0px; 
  text-align: right; 
}

.menuBoxItem a {
  font-size: 100%;
  font-weight: bold;
  color: white; 
}
.menuBoxItem a:hover {
  color:  rgb(76,64,50); 
}
/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/


#mainContent {
  background-color:  rgb(59,49,37);
}

#mainContentItem {
  width: 779px;
  text-align: left;
  padding: 0px;
  margin: 60px 60px 60px 60px;
}

.mainContentItemAktualita {
  color: white;
  margin: 80px 0px 0px 0px;
}
/*
.mainContentItemAktualitaText {
  margin-left: 220px;
  padding-right: 4px;
    font-size: 100%;
}
*/
.mainContentItemAktualitaText {
  padding-right: 4px;
  font-size: 100%;
}
.aktualitaPic {
  float: left;
}


#footer {
  text-align: left;
	margin: auto;
  color: rgb(59,49,37);
  padding: 20px 0px 0px 60px;
  font-size: 90%;
  
}









