.content
{
  color: black;
  font-size: 11px;
  background-color: white;
}

.contentbig
{
  color: black;
  font-size: 12px;
  background-color: white;
}

.contentbold
{
  color: black;
  font-size: 15px;
  background-color: white;
  font-weight: bold;
}
h1.content
{
  font-size: 14px;
  font-weight: bold;
}
h2.content
{
  font-size: 14px;
  font-weight: bold;
}

h3.content
{
  color: #FF0063;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 4px;
}

.lw
{
  color: black;
  background-color: white;
  font-size: 11px;
}
a:link.content{color: black;}
a:visited.content{color: black;}
a:hover.content{color: #FF0063;}
a:active.content{color: #FF0063;}

a:link.lw
{
  color: black;
}
a:visited.lw{color: black;}
a:hover.lw{color: #FF0063;}
a:active.lw{color: #FF0063;}

.contentback{background-color: #FF0063;}
.warning
{
  color: red;
}

.button
{
  background-color: FF0063;
  color: white;
  border: none;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  font-weight:bold;
}

.wissen
{
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

