/*
 * Styles for OLD i2Brain.com
 */

/*
 * Standard styles
 */
html, body {
    color: #000;
    background: #fff;
    font-family: Verdana, Tahoma, Trebutchet, Sans-Serif, serif;
    margin: 0;
    padding: 0;
}

p, ul, ol, address {
    padding: 0;
    margin: 0 0 .5em;
    line-height: 1.1em;
}

ul, ol {
    padding: 0 0 0 1em;
    margin: 0 0 .5em;
}

li {
    padding: 0;
    margin: 0 0 .3em .75em;
    line-height: 1.1em;
}

ul {
    list-style: outside square;
}

ol {
    list-style-position: outside;
}

h1, h2 {
    color: #03c;
    background-color: transparent;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    padding: 0;
    margin: 0 0 .5em;
}

h2, h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 1.2em 0 .4em;
}

hr {
    clear: both;
    margin: 0.3em 0;
    padding: 1px 0 0 0;
    border: 0;
    height: 1px;
    color: inherit;
    background-color: #06f;
}

td, th {
    vertical-align: top;
    padding: 2px 12px 2px 0;
}

th {
    text-align: left;
    font-weight: bold;
}

small {
    font-size: 60%;
}

q:lang(de) {
    quotes: "\201E" "\201C" "\201A" "\201B";
}

q:lang(en) {
    quotes: "\201B" "\2019" "\201C" "\201D";
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

img {
    padding: 0;
    margin: .5em;
    border: none;
}

.right {
    text-align: right;
}

.error {
    color: #f00;
    background-color: inherit;
}

.highlight {
    color: #33f;
    background-color: inherit;
}

#noie {
    display: none;
}

#ie {
    display: block;
}

#content > #noie {
    display: block;
}

#content > #ie {
    display: none;
}

/*
 * Special page elements
 */

#logo {
    float: right;
    padding: 0;
    margin: 0 0 10px 10px;
}

#logo img {
    margin: 0;
    padding: 0;
    border: none;
}

#content {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 19.5em;
    padding: 0;
    margin: 0;
}

/* the real values for non-IE browsers*/
body > #content {
    left: 13em;
}

#navigation {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    margin: 0;
    border: 1px solid #06f;
    font-size: .85em;
    line-height: 1em;
    list-style: none outside;
    display: block;
    float: left;
    width: 16em;
}

/* the real values for non-IE browsers*/
body > #navigation {
    width: 12.5em;
}

#navigation li, #navigation h3, #navigation p {
    display: block;
    padding: 0;
    margin: 0;
}

#navigation .current, #navigation a, #navigation a:link, #navigation a:hover, #navigation a:visited {
    display: block;
    margin: 0;
    padding: 2px 4px 4px 6px;
}

#navigation h3 {
    font-weight: bold;
    font-variant: small-caps;
    text-align: left;
}

#navigation a {
    text-decoration: none;
}

#navigation h3 a:link, #navigation h3 a:visited {
    color: #fff;
    background: #09f;
}

#navigation p a:link, #navigation p a:visited {
    color: #000;
    background: #fff;
}

#navigation li:hover h3 a, #navigation h3 a:hover, #navigation h3 .current {
    color: #fff;
    background: #06f;
}

#navigation li:hover p a, #navigation p a:hover, #navigation p .current {
    color: #000;
    background: #def;
}

.buy1, .buy2, .buy3, .buy4 {
    margin: 0;
}

.buy4 a {
    color: #fff;
    background: transparent;
    padding: 0 .5em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

/* https://www.w3schools.com/css/tryit.asp?filename=trycss_table_fancy */
#maps {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#maps td, #maps th {
    border: 1px solid #ddd;
    padding: 8px;
}

#maps tr:nth-child(even) {
    background-color: #f2f2f2;
}

#maps tr:hover {
    background-color: #ddd;
}

#maps th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}