/** main **/
body {
  color: black;
  background-color: white;
  font-size: 12px;
  word-spacing: 2px;
  font-family: sans-serif;
  margin: 10px;
}

hr {
  border: 0;
  width: 75%;
  border-bottom: 1px dashed black;
}


/** header **/
div#header {
  margin: 0; padding 0;
}

/* logo */
div#logo {
  float: left;
  padding: 2px;
  border: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #2286ba;
  height: 150px;
}
div#log img {
  vertical-align: middle;
}

/* banner */
div#banner {
  padding: 2px;
  border: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #2286ba;
  vertical-align: middle;
  height: 150px;
  background-image: url(http://www.lilux.lu/pics/topbanner.png);
  background-repeat: no-repeat;
  background-position: top center; 
}

/* functions */
div#functions {
  clear:both;
  font-size:11px; 
  font-style: italic; 
  height: 20px;
  vertical-align: middle;
  padding: 2px;
  border: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #2286ba;
}
div#func {
  float: left;
  padding-left: 10px;
}
div#supp {
  float: right;
  padding-right: 10px;
}
div#functions a {
  text-decoration: underline; 
  color: #fa1a0e
}
div#functions a:visited {
  color: #2286ba
}
div#functions a:hover {
  text-decoration: none; 
  background-color: #fece12
}
div#functions a:active {
  background-color: #fece12
}


/** search **/
div#search {
  border: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #2286ba;
  color: #2286ba;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  height: 23px; 
}
div#search form {
  float: right;
  margin: 0; padding: 0;
}
div#search input, div#search textarea {
  margin: 1px;
  background: #fece12;
  font-style: italic;
  border: 1px solid #2286ba;
}

div#search input.button {
  color: #fa1a0e;
  background: white;
}

div#search input:hover, div#search textarea:hover {
  background: #ffffff;
}

div#search input:hover.button {
  background: #fece12;
}

/** body **/
div#body {
  clear: both;
  padding: 0; margin: 0;
}

/** leftbox **/
div#leftbox {
  float: left;
  width: 145px;
}

/* nav */
div#nav {
  background-color: #2286ba;
  border: 1px solid #2286ba;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
div#nav ul {
  background-color: #2286ba;
  margin: 0; padding: 0;
}

/* level 1 */
div#nav ul li {
  list-style: none;
  margin: 0;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
div#nav ul a {
  display: block;
  border: 1px solid black;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  text-decoration: underline; 
  color: #fa1a0e;
  background-color: white;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
}
div#nav ul a:hover {
  text-decoration: none; 
  background-color: #fece12;
}
div#nav ul a:active {
  text-decoration: none; 
  background-color: #fece12;
}

/* level 2 */
div#nav ul ul li {
  list-style: none;
  margin: 0;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
div#nav ul ul a {
  display: block;
  border: 1px dashed black;
  font-size: 13px;
  font-style: italic;
  text-align: right;
  text-decoration: underline; 
  color: #fa1a0e;
  background-color: white;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
}
div#nav ul ul a:hover {
  text-decoration: none; 
  background-color: #fece12;
}
div#nav ul ul a:active {
  text-decoration: none; 
  background-color: #fece12;
}

/* pub */
div#pub {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

div#pub dt {
  padding: 0; margin: 0;
  font-size: 9px;
  font-style: italic;
  text-align: center;
  color: white;
  border: 0;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-style: double;
  border-color: white;
  background-color: #2286ba;
}

div#pub dd {
  margin: 0; padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #2286ba;
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/** rightbox **/
div#rightbox {
  width: 200px;
  float: right;
  margin-top: 20px;
}
div#box {
  margin-bottom: 3px;
  border: 1px dashed #2286ba;
  background-color: #fece12;
  font-size: 12px;
  font-style: italic;
}

div#box h1 {
  line-height: 22px;
  font-size: 14px;
  color: #2286ba;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #2286ba;
  padding: 0;
  margin: 2px;
  margin-bottom: 5px;
}

div#box h2 {
  line-height: 15px;
  font-size: 13px;
  color: #fa1a0e;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
}

div#box ul {
  font-size: 12px;
  font-style: italic;
  margin: 0; padding: 0;
}
div#box ul li {
  list-style: none;
  margin: 0; padding: 5px;
}
div#box ul a {
/*  display: block; 
  padding: 3px; */
  text-decoration: underline; 
  color: #fa1a0e;

}
div#box ul a:hover {
  text-decoration: none; 
  background-color: white;
}
div#box ul a:active {
  text-decoration: none; 
  background-color: white;
}


/** content **/
div#content {
  margin-top: 10px;
  margin-left: 155px;
  margin-right: 210px;
  margin-bottom: 10px;
}
div#content p {
  text-indent: 10px;
}
div#content h1 {
  margin: 0px;
  border: 0;
  font-size:16px; 
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

div#content h2 {
  margin: 0px;
  border: 0;
  font-size:14px; 
  font-style: italic;
  color: #2286ba; 
  text-align: center;
  padding-bottom: 5px;
}

div#content h3 { 
  font-size:13px; 
  color: #2286ba; 
  font-style: italic;
  font-weight: bold;
  padding-left: 10px;
}
div#content h4 { 
  font-size:12px; 
  color: #2286ba; 
  font-style: italic;
  padding-left: 20px;
}

div#content a {
  font-size: 13px; 
  text-decoration: underline; 
  color: #fa1a0e
}
div#content a:visited {
  color: #2286ba;
}
div#content a:hover {
  text-decoration: none; 
  background-color: #fece12
}
div#content a:active {
  text-decoration: none;
  background-color: #fece12
}

div#content dt {
  font-size: 16px;
  color: #fa1a0e;
  font-weight: normal;
  border: 1px solid #2286ba;
  height: 18px;
  padding: 5px;
  background: #fece12;
  margin: 0px;
  margin-top: 2px;
}

div#content dd {
  padding: 10px;
  border: 1px solid #2286ba;
  font-size: 12px;
  word-spacing: 2px;
  margin: 0px;
  margin-top: -1px;
}

div#content dd ul {
  word-spacing: 2px;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#content table {
  margin: 5px;
  font-size: 12px;
  border: 0;
}

div#content table th {
  font-size: 14px;
  font-style: italic;
  color: #2286ba;
  margin: 2px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fece12;
  border: 1px dashed #2286ba;
}

div#content table td {
  font-size: 12px;
  padding: 2px; 
  border: 0;
}

div#content form {
  margin: 0; padding: 0;
}
div#content input, div#content textarea, div#content select {
  margin: 1px;
  background: #fece12;
  font-style: italic;
  border: 1px solid #2286ba;
}

div#content input.button {
  color: #fa1a0e;
  background: white;
}

div#content input:hover, div#content textarea:hover, div#content select:hover {
  background: #ffffff;
}

div#content input:hover.button {
  background: #fece12;
}

/** footer **/
div#footer {
  clear: both;
  border-top: 1px solid #2286ba;
  font-size: 10px; 
  font-style: italic;
}
div#footer table {
  width: 100%;
}
div#footer td {
  padding: 0; margin: 0;
  font-size: 10px; 
  font-style: italic;
}
div#footer a {
  font-size:11px; 
  font-style: italic; 
  text-decoration: underline; 
  color: #fa1a0e
}
div#footer a:visited {
  color: #2286ba
}
div#footer a:hover {
  text-decoration: none; 
  background-color: #fece12
}
div#footer a:active {
  background-color: #fece12
}

