a:link {
  text-decoration: none; 
  color: #005EA0;
  font-style: normal;
  font-weight: normal;
} 
a:active {
  text-decoration: underline; 
  font-style: normal;
  font-weight: normal;
} 
a:visited {
  text-decoration: none; 
  color: #A4A4A4;
  font-style: normal;
  font-weight: normal;
} 
a:hover {
  text-decoration: underline; 
  font-style: normal;
  font-weight: normal;
} 
p {
  font-family: Tahoma; 
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
} 
td {
  font-family: Tahoma; 
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
} 
body {
  background-color: #ffffff; 
} 
.table {
  border-color: #DDDDDD;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
.tableheader {
  border-color: #DDDDDD;
  background-color: #EBF7FF;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
.textbox {
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  border: 1px solid #8FD1FF;
}
textarea {
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  border: 1px solid #8FD1FF;
} 
.button {
  color: #000000;
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  background-color: #EBF7FF;
  border: 2px outset #8FD1FF;
}

hr {
  width: 100%;
  color: #8FD1FF;
  height: 2px;
}

/* der Link <link rel=stylesheet type="text/css" href="style.css"> */
/* oder <link rel=stylesheet type="text/css" href="../../style.css"> */