/*
 * basic.css:
 * Style sheet voor www.orteliusmaps.com
 * Title and body in two boxes, menu items at left, floating on background.
 * Menu items can also be put in box, but I don't recommend it.
 * Background image may be re-applied, but must be made much darker.
 * Menu links should have different color.
 */
body {
    color: #570000;
    background-color: #570000;
    background-image: url("../back/back.jpg");
    text-align: left;
    padding: 0em;
    margin: 0em;
}

A {
    text-decoration: none;
}
A:link {
    color: #ff3300;
}
A:visited {
    color: #cc3300;
}
A:active {
    color: #cccc00;
}
A:hover {
    text-decoration: underline;
    color: #ff6600;
}

div.title,
div.body
{
    background: #FFC;
    padding: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

@media screen {
div.title,
div.body
{
/*    width: 70%;*/
    margin-left: 12.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.menu {
    width: 12em;
    float: left;
    text-align: right;
    margin-right: 0em;
    padding-right: 0em;
}
div.menuinner a {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #cc3300;
}

div.menuinner a:hover {
    color: #ff6600;
}

div.menubottom {
    width: 12em;
    float: left;
    text-align: right;
    margin-right: 0em;
    padding-right: 0em;
    margin-top: -2.25em;
}
div.menuinner {
    margin-left: 1em;
    padding: 0em;
}
div.menuinner p {
    background: #FFC;
    padding: 0.3em;
    margin-top: 0em;
    margin-bottom: 0.3em;
    border-color: black;
    border-width: 1px;
    line-height: 1em;
    border-style: solid;
}


}

@media print {
  div.menu, div.menuinner {
    line-height: 0em;
    visibility: hidden;
  }
}

div.bodyinner {
    padding: 0em;
    margin: 2em;
}

div.titleinner {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    padding: 0em;
}
div.titleinner h1 {
    text-align: left;
}

hr {
    display: none;
}

div.image {
    text-align: center;
}

address {
    margin-top: 1em;
}

table.maptable {
    border-collapse: collapse;
    border-color: black;
    empty-cells: show;
    border-style: solid;
    font-size: 0.8em;
}
table.maptable th,
table.maptable td {
    border-right: hidden;
    border-left: hidden;
    padding: 0.15em;
}
table.maptable th {
    border-bottom: solid;
}
table.maptable td {
    border-bottom: solid;
    border-width: 1px;
}
table.maptable tr {
    vertical-align: bottom;
}

/* For the description pages */
div.descriptiontext {
  font-family: courier new, monospace; font-size: 80%;
}
div.descriptiontext p {
/*  margin: 0px; padding 0px; */
}
