﻿body {
  background-color: #6e4a0d;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: auto;
}

img {
  border: none;
}

.menu {
  padding-top: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: yellow;
  font-size: 18px;
}

.text {
  padding: 0 20px 10px 20px;
  font-size: 14px;
}

.footer {
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px;
}

a {
  color: orange;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.img {
  padding: 5px 15px;
  text-align: center;
}

#mapka {
  padding-left:20px;
  margin: auto;
}

.start_l {
  background-image: url(images/start_l.png);
  height: 46px;
  width: 216px;
}

.start_c {
  background-image: url(images/start_c.png);
  height: 46px;
  width: 556px;
}

.start_r {
  background-image: url(images/start_r.png);
  height: 46px;
  width: 223px;
}

.rep_l {
  background-image: url(images/rep_l.png);
  background-repeat: repeat-y;
  width: 216px;
  text-align: left;
}

.rep_c {
  background-image: url(images/rep_c.png);
  background-repeat: repeat-y;
  width: 556px;
  text-align: justify;
}

.rep_r {
  background-image: url(images/rep_r.png);
  background-repeat: repeat-y;
  width: 223px;
  text-align: left;
}

.end_l {
  background-image: url(images/end_l.png);
  height: 48px;
  width: 216px;
}

.end_c {
  background-image: url(images/end_c.png);
  height: 48px;
  width: 556px;
}

.end_r {
  background-image: url(images/end_r.png);
  height: 48px;
  width: 223px;
}
