@charset "utf-8";

body, td, th {
  font-family: Helvetica, Arial, sans-serif;
  color: #111111;
  font-size: 10pt;
  line-height: 1.2;
  letter-spacing: 0.05px;
}

body {
  margin: 0;
  background-color: #767F8A;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

a, a:visited {
  color: #435c79;
  text-decoration: none;
}

a:hover {
  color: #5a7da3;
}

h1 {
  margin: 0.9em 0 30pt 0;
  color: #435c79;
  font-size: 20pt;
  font-weight: 600;
}

h2 {
  margin: 1.2em 0 24pt 0;
  color: #435c79;
  font-size: 14pt;
  font-weight: 600;
}

h3 {
  margin: 1.2em 0 0.5em 0;
  color: #435c79;
  font-size: 12pt;
  font-weight: 600;
}

p, li {
  line-height: 1.45;
}

ul {
  margin-top: 0.4em;
  padding-left: 1.2em;
}

#cos {
  background-color: #ffffff;
}

#esquerra {
  padding: 0;
}

.bold {font-weight: bold;}
.dotze {font-size: 12pt;}
.large {font-size: 13pt;}
.x-large {font-size: 16pt;}
.blau, .lila {color: #5a7da3;}

.menu {
  color: #435c79;
  font-weight: bold;
  font-size: 11pt;
  padding: 5px 0;
  border-bottom: 1px solid #d9dde3;
}

.menu a {
  display: block;
  padding: 4px 6px;
}

.menu a:hover {
  background-color: #f1f4f8;
}

.small-note {
  font-size: 9pt;
  color: #666666;
}

.style2 {font-size: x-small;}
.style3 {color: #999999;}
.style4 {font-size: xx-small;}
.small {font-size: small;}

.header {
  position: relative;
}

.header img {
  display: block;
}

.header-title {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  text-align: center;
  
  font-size: 28px;
  font-weight: 600;
  color: #fff;

  text-shadow:
    0 0 6px #fff,
    0 0 16px rgba(0,0,0,1);
}

.footer {
  background-color: #767F8A;
  text-align: center;
  padding: 15px 20px;
}

.footer-update {
  color: #E5E5E5;
  font-size: 11px;
  margin: 10px 0 0 0;
}

