/* DEBNAR STYLE */

body {
  background: url(../_gfx/back.png) repeat center;
}

.main_table {
  width: 800px;
}

.top_window {
  background: url(../_gfx/top_window.png) no-repeat center;
  width: 800px;
  height: 3px;
}

.middle_window {
  background: url(../_gfx/middle_window.png) repeat-y center;
  width: 800px;
  text-align: center;
}

.middle_window img {
  margin-left: 10px;
}

.bottom_window {
  background: url(../_gfx/bottom_window.png) no-repeat center;
  width: 800px;
  height: 3px;
}

.menu {
  background: url(../_gfx/menu.png) no-repeat center;
  width: 800px;
  height: 30px;
  text-align: center;
  font-family: Tahoma;
}

.menu a {
  color: rgb(40,40,185);
  font-weight: Bold;
  font-size: 14px;
  text-decoration: none;
}
.menu a:hover {
  color: rgb(120,120,215);
  font-weight: Bold;
  font-size: 14px;
  text-decoration: none;
}

.main_page_window {
  width: 100%;
  height: 400px;
  text-align: center;
}

.main_page_window2 {
  width: 100%;
  text-align: center;
}

.main_page_window .body {
  width: 500px;
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
}

.main_page_window2 .body2 {
  width: 430px;
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
  text-align: left;
}
.main_page_window2 .body3 {
  width: 250px;
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
  text-align: center;
}

.main_page_window2 .body {
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
}

.parap {
  width: 450px;
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
  text-align: center;
}

.kontakt {
  width: 550px;
  font-family: Tahoma;
  font-size: 12px;
  color: rgb(40,40,185);
  text-align: left;
}

.footer {
  background: url(../_gfx/footer.png) no-repeat center;
  width: 800px;
  height: 20px;
  text-align: center;
  font-family: Tahoma;
  font-size: 10px;
  color: rgb(40,40,185);
}

a {
  color: rgb(40,40,185);
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: rgb(180,180,185);
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

.footer a {
  font-size: 10px;
}

.minimenu a {
  color:  rgb(80,80,140);
  text-decoration: underline;
}
.minimenu a:hover {
  color:  rgb(120,120,140);
  text-decoration: none;
}
