div.main {
  width: 1400px;
}

div.content {
    padding: 2px;
}

p, ul {
    margin-bottom: 0;
}

div.content ul {
    margin-top: 0px;
}

div.menu {
  float:left;
  padding-top: 300px;
  background-image: url(images/mapGRZ.svg?v=1);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  margin-left: 5px;
  margin-right: 5px;
}

div.contentwrapper {
  float:left;
  max-width: 1190px;
}

div.button {
    background-color: #004065;
    border-radius: 4px;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

div.button a, div.button a:hover, div.button a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.button a:hover {
    color: #ffff99;
    text-decoration: underline;
}

div.w3cxhtml {
    color: white;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
div.w3cxhtml img {
    border: 0;
}

/* chronical */
table.chronical tr td {
    padding: 0px;
    padding-top: 12px;
}

table.chronical td.date {
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

table.chronical td.content {
    text-align: left;
}

div.imagehigh {
  height:220px;
}

div.border {
    margin-left: 2px;
}

div.border div.content p:first-of-type {
  margin-top: 0;
}

div.linkswrapper {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

div.links {
  float: left;
}
div.links ul li a, div.links ul li a:visited {
  color: #0000AA;
  text-decoration: none;
}
div.links ul li a:hover {
  color: #0000AA;
  text-decoration: underline;
}

table.linedetails {
  color: black;
  background-color: white;
}
table.linedetails tr td {
    padding: 5px;
    border: 1px solid #004065;
}

table.linedetails td.title {
    width: 120px;
}

table.linedetails td.text {
    /* width: 760px; */
}

table.linedetails tr td a, table.linedetails tr td a:visited {
  color: #0000AA;
  text-decoration: none;
}
table.linedetails tr td a:hover {
  color: #0000AA;
  text-decoration: underline;
}

table.stations tr td {
    padding: 5px;
    border: 0px;
}
