body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../bilder/bg_blau_px.gif);
}

div
{
  font-size:11px;
}

p
{
  font-size:11px;
}

td
{
  font-size:11px;
}

.bold
{
  font-size:11px;
  font-weight: bold;
}

.boldunderline
{
  font-size:11px;
  font-weight: bold;
  text-decoration: underline;
}

.underline
{
  font-size:11px;
  text-decoration: underline;
}

.right
{
  font-size:11px;
  text-align: right;
}

.center
{
  font-size:11px;
  text-align: center;
}

.top
{
  font-size:11px;
  vertical-align: top;
}

.middle
{
  font-size:11px;
  vertical-align: middle;
}

.bottom
{
  font-size:11px;
  vertical-align: bottom;
}

.error
{
  font-size:11px;
  font-weight: bold;
  color: #ff0000;
}

/*
 * Normale Links
 */
a:link, a:visited, a:active
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #cccccc;
  border: none;
}

a:hover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFF00;
  border: none;
}

