/* --- /erikbaas/style.css --- */

/* --- Kleuren --- */

body           { background-color: #ddeef8; }
h1, h2, h3, h4, .navbar { 
                 background-color: #c0d8e8; }
#showimage     { background-color: #10A0D0; border-color: #202040; }
#dragbar       { background-color: #0090C0; }
#stations li   { background-color: gray; }

body, td       { color: black; }
a              { color: #001860; }
/* a:visited   { color: #000040; } */
.js-warning    { color: red; }
.trefwoorden   { color: #ddeef8; }
#dragbar #closetext { color: white; }


* {
 margin: 0;
 padding: 0;
}

html {
 height: 100%; 
}

body {
 margin: 15px;
}

body, td {
 font-family: tahoma, arial, helvetica;
 font-size: 10pt;
}

.trefwoorden {
 font-size: 1pt;
 /* visibility: hidden; */
}

.menu {
 list-style-type: none;
 padding-left: 10px;
}

ul {
 list-style-type: none;
}

li {
 margin-bottom: 6px;
}

h1, h2, h3, h4 
{ 
 font-weight: bold;
 margin: 3px 0 3px 0;
}

h2 { 
 text-align: center;
}

h3 { 
 padding-left: 5px;
}

h4 {
 display: inline;
 padding-left: 5px; 
 padding-right: 5px; 
}

img{ 
 margin-left: 10;
 margin-right: 10;
 margin-top: 3;
 margin-bottom: 3;
}

.imgpopup
{
 /* cursor: hand; */
 cursor: pointer;
 margin: 5px;
}

p{ margin: 5; }

.subtext{
 margin-left: 10;
 margin-top: 10;
 margin-right: 50;
 font-size: 90%;
}

ul {
}

.update {
 font-size: 8pt;
 font-weight: bold;
}

.date {
 font-size: 7pt;
 text-align: right; 
 margin-right: 5pt;
}

.js-warning {
 font-size: 10pt;
 font-weight: bold;
 padding-left: 10px;
}

#showimage{
 position: absolute;
 visibility: hidden;
 border-width: 1px;
 border-style: solid; 
}

#dragbar{
 /* cursor: hand; */
 cursor: pointer;
 min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
 font-weight: bold;
 font-size: 8pt;
 margin-right: 5px;
}

#stations li {
 display: block;
 width: 14em;
 padding-left: 5px;
 margin-bottom: 3px;
}

.dummy { 
 /* T.b.v. 'verborgen' links */
 display:none;
 visibility:hidden;
}
