@charset "utf-8";
/* Stylesheet of Aktivcorp presentation */


/* glavniy centralniy block + фоновая картинка */

body {
  background-color: #dcdcdc;
  font-family: Verdana, Arial, Helvetica;
  color: #c3262d;
  text-align : center;
 }

#body1 {
  background:  url('image/background.jpg') center;
  background-repeat: no-repeat;
  height: 1292px;
  width: 1024px;
  margin: 0 auto;
}

/* Заголовок в верхней шапке */
div.top {
  position: relative;
  top: 120px;
  text-align: center;
  font-size: 27px;
}

div.top a:link {
  font-size: 22px;
  text-decoration: none;
  color: #c3262d;
  
}

div.top a:visited {
  font-size: 22px;
  text-decoration: none;
  cursor:pointer;
  color: #c3262d;
}

div.top a:hover {
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer;
  color: #c3262d;
}

/* Центральный блок таблицы */

#table_m {
  position: relative;
  top: 170px;
  left: 200px;
  text-align: left;
  
}

div#table_m table tr td {
  vertical-align: middle;
}

div#table_m table tr td.left {
  font-size: 15px;
  border-bottom: 2px solid #666666;
  width: 260px;
  
}

div#table_m table td.right {
  font-size: 13px;
  border-bottom: 2px solid #b3b3b3;
  background: #f2f2f2;
  width: 345px;
}

div#table_m table tr td p {
  margin: 0;
}

div#table_m table tr td img {
  float: left;
}

div#table_m table tr td a:link {
  font-size: 13px;
  text-decoration: none;
  color: #4d4d4d;
  
}

div#table_m table tr td a:visited {
  font-size: 13px;
  text-decoration: none;
  cursor:pointer;
  color: #4d4d4d;
}

div#table_m table tr td a:hover {
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  color: #4d4d4d;
}

/* Нижний блок с реквизитами */
#bottom  {
  position: relative;
  top: 230px;
  left: 500px;
  text-align: left; 
}

div#bottom table {
  
}

div#bottom table tr td {
  vertical-align: middle;
  font-size: 18px;
  height: 70px;
}

div#bottom table tr td.left {
  width: 100px;
  
}

div#bottom table td.right {
  color: #4d4d4d;
  width: 300px;
}

div#bottom table tr td p {
  
  margin: 0;
}



