/* CSS Document */
html, body, td {
font-weight: 500;
color: #ffffff; 

font-size:9.0pt;
font-family: Verdana;
}

form{
  padding: 0px;
  margin: 0px;
}

.kop{
font-size: 14.0pt;
font-weight: 700;
color: #14b6f4;
}
.subkop{
font-size: 12.0pt;
font-weight: 700;
color: #14b6f4
}

a {
text-decoration: none;
font-weight: 700;
color: #14b6f4;
}
a:hover {
color: #ffffff;
}
a.klein {
font-size: 8.0pt;
text-decoration: none;
font-weight: 700;
color: #01abc5;
}
a.klein:hover {
color: #ffffff;
}

input, textarea  {
border: 0px solid #14b6f4;
background-color: #ffffff;
}
select  {
font-size: 8.0pt;
border: 0px solid #14b6f4;
background-color: #ffffff;
}




