/* Cascading Style Sheet for www.lilien.nl */

body {
  background: #d8e0ff;
  color: #5050a0;
  padding: 0px;
  margin: 0px;
  font-family: Arial, sans-serif;
}

p.articlecontents {
  font-size: 85%;
  margin: 0pt;
}

p.linkcontents {
  font-size: 85%;
  margin: 0pt;
}

p.query {
  font-size: 85%;
  margin-left: 3em;
  margin-right: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

div.bigmargin {
  text-align: right;
  margin-left: 5px;
  margin-right: 1em;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

div.img-left {
  float: left;
  width: 50%;
  margin: 5px;
  font-size: 85%;
}

div.img-right {
  float: right;
  width: 50%;
  margin: 5px;
  font-size: 85%;
}

div.rightbox {
  float: right;
  margin: 5px;
}

form {
  margin: 3px;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1 { font: 150% Arial, sans-serif }
h2 { font: 120% Arial, sans-serif }
h3 { font: bold 100% Arial, sans-serif }
h4 { font: bold italic 100% Arial, sans-serif }
h5 { font: italic 100% Arial, sans-serif }
h6 { font: small-caps 100% Arial, sans-serif }

img.framed {
  border: 1px solid #5050a0;
}

img.queryph {
  padding: 0px;
  border: 1px solid #5050a0;
}

:hover { background:#5050a0; color:#ffffff }
:link { color:#c00000; text-decoration: none }
:visited { color:#880000; text-decoration: none }
:active { color:#880000; text-decoration: none }

.query:hover, .article:hover, .link:hover {
  background:#d8e0ff;
  color:#5050a0;
  text-decoration: none;
}

.query:link, .query:visited, .query:active, .article:link, .article:visited, .article:active,
.link:link, .link:visited, .link:active
{
  color:#5050a0;
  text-decoration: none;
}

.footlink:hover {
  background:#ffffff;
  color:#5050a0;
  text-decoration: none;
}

.footlink:link, .footlink:visited, .footlink:active {
  color:#5050a0;
  text-decoration: none;
}

.mainmenu:hover {
  background:#eeaaaa;
  color:#c00000;
  font-weight: bold;
  text-decoration: none;
}

.mainmenu:link, .mainmenu:visited, .mainmenu:active {
  color:#ffffff;
  font-weight: bold;
  text-decoration: none;
}

.sidemenu:hover {
  background:#ffffff;
  color:#5050a0;
  font-weight: bold;
  text-decoration: none;
}

.sidemenu:link, .sidemenu:visited, .sidemenu:active {
  color:#5050a0;
  font-weight: bold;
  text-decoration: none;
}

table{
  border: 0px;
  padding: 0px;
}

table.article {
  padding: 0px;
  margin-bottom: 12px;
  border: 0px;
}

table.link {
  padding: 0px;
  margin-bottom: 12px;
  border: 0px;
}

table.article-unpublished {
  padding: 0px;
  margin-bottom: 12px;
  border: 1px solid #5050a0;
  background: #d8e0ff;
}

table.link-unpublished {
  padding: 0px;
  margin-bottom: 12px;
  border: 1px solid #5050a0;
  background: #d8e0ff;
}

table.email {
  border: 0px solid #5050a0;
  padding: 5px;
  margin: 5px;
}

table.form {
  border: 1px solid #5050a0;
  padding: 0px;
}

table.main {
  border-bottom: 0px solid #5050a0;
  border-top: 1px solid #5050a0;
  border-left: 1px solid #5050a0;
  border-right: 1px solid #5050a0;
}

table.queryph {
  padding: 0px;
  margin-bottom: 12px;
  border: 1px solid #5050a0;
  background: #d8e0ff;
}

table.query {
  padding: 0px;
  margin-bottom: 12px;
  border: 0px;
}

th {
  color:#5050a0;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  padding: 0px;
}

td {
  color:#5050a0;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  padding: 0px;
}

td.artlist, th.artlist {
  text-align: left;
  font-size: 75%;
  padding: 3px;
}

td.linklist, th.linklist {
  text-align: left;
  font-size: 75%;
  padding: 3px;
}

td.content {
  background:#ffffff;
  vertical-align: top;
  padding: 12px;
  border-left: 1px solid #5050a0;
  border-bottom: 1px solid #5050a0;
}

td.list, th.list, td.custlist, th.custlist {
  text-align: left;
  font-size: 75%;
  padding: 3px;
  background: white;
}

td.email {
  background:#ffffff;
  vertical-align: top;
  padding: 12px;
  border: 1px solid #5050a0;
}

td.formlabel {
  background:#5050a0;
  color:#ffffff;
  text-align: right;
  padding: 3px;
  border: 1px solid #5050a0;
}

td.formfield {
  text-align: left;
  padding: 3px;
  border: 1px solid #5050a0;
}

td.formfield2 {
  text-align: right;
}

td.ileft {
  background:#c00000;
  color:#ffffff;
  text-align: left;
  vertical-align: middle;
  font-size: 85%;
  padding: 0px;
  border: 0px;
}

td.icenter {
  background:#c00000;
  color:#ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 85%;
  padding: 0px;
  border: 0px;
}

td.iright {
  background:#c00000;
  color:#ffffff;
  text-align: right;
  vertical-align: middle;
  font-size: 85%;
  padding: 0px;
  border: 0px;
}

td.mainside {
  background:#5050a0;
  color:#ffffff;
  vertical-align: top;
  padding: 0px;
}

td.maintop {
  background:#5050a0;
  color:#ffffff;
  text-align: center;
  vertical-align: bottom;
  padding: 0px;
}

td.mainmenu {
  background:#c00000;
  color:#ffffff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 80%;
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #5050a0;
}

td.recent, td.floater {
  font-size: 75%;
}

td.recenthead, td.floaterhead {
  font-size: 75%;
  text-align: center;
  font-weight: bold;
}

td.sidemenu {
  background: #d8e0ff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 75%;
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #5050a0;
}

td.translistr, th.translistr {
  text-align: right;
  font-size: 75%;
  padding: 3px;
  background: white;
}

tr.inactive {
  background: #d8e0ff;
}

.articletitle {
  font-weight: bold;
  font-size: 118%;
}

.linktitle {
  font-weight: bold;
  font-size: 118%;
}

.error { color:#800000;
  font-weight: bold }

.footer {
  margin: 0px;
  color: #5050a0;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 70%;
}

.right { float: right;
  position: relative;
  top:0px }

.succes { color:#008000;
  font-weight: bold }
