/*
table {background-color: black; border: solid 3px red; padding: 0;}
td {background-color: black; border: solid 3px green;}
*/

* {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}

a:link, a:visited, a.link {
  text-decoration: none;
}

.text a:link, .text a.link {
  text-decoration: underline;
  color: #003366;
}

.text a:visited {
  text-decoration: underline;
  color: #003366;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
}

table.navi a:link {
  text-decoration: none;
}

table.navi td {
  padding-bottom: 3px;
}

table.navi a {
  font-size: 12px;
  color: #FFFF00;
}

table.navi td a:hover {
  background-color: #0018B5;
}

td.mainmenu {
  font-size: 16px;
  font-weight: bold;
  color: #FFFF00;
}

td.mainmenu a:hover {
  color: white;
}

.text a:hover {
  color: red;
}

.title, .text h1, .text h2, .text h3 {
  color: #030D4D;
}

.subtitle {
  color: #030D4D;
}

.titleYellow {
  font-size: 16px;
  font-weight: bold;
  color: #FFFF00;
}

.text {
  color: #003366;
}

.textSmall {
  font-size: 10px;
  color: #003366;
}

.textTable {
  font-size: 12px;
  color: #000066;
}

.textYellow {
  font-size: 12px;
  color: #FFFF00;
}

.textYellowSmall {
  font-size: 10px;
  color: #FFFF00;
}

.textBold {
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

.textItalic {
  font-size: 12px;
  font-style: italic;
  color: #003366;
}

body {
  background-color: white;
  margin: 0;
}

body.welcome {
  background-color: #00094A;
  margin: 25px;
}

body.welcome a:focus {
  outline: none;
}

td.aktuell {
  text-align: center;
  vertical-align: top;
  padding: 10px 10px 10px 10px; 
}
