body {
  font-family : helvetica, arial, verdana, sans-serif;
  background-color: #ffffff; 
  color: #999999;
}


/* Navigation Start */
td.navi {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  width: 120px;
}

td.naviact { 
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #000000; 
  width: 120px;
}

td.navi a:link { 
  color: #999999; 
  text-decoration: none;
}

td.navi a:active { 
  color: #000000; 
  text-decoration: none;
}

td.navi a:visited { 
  color: #999999; 
  text-decoration: none;
}

td.navi a:hover { 
  color: #000000; 
  text-decoration: none;
}
/* Navigation Ende */


/* Content Start */
td.back a{ 
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

td.bagtext { 
  font-size: 10px;
  text-align: right;
}

td.bottom_hint {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

td.text {
  font-size: 14px;
  text-align: left;
}

td.text a:link {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}

td.newsletter {
  font-size: 10px;
}

td.error {
  font-size: 12px;
  color: #0a0a0a; 
  font-weight: bold;
  background-color:#ffcc33; 
  padding: 5px; 
  margin-top:5px;
  margin-bottom:5px;
  margin-left:20px;
  margin-right:20px; 
  text-align: left;
  vertical-align: top;
}

p.excerpt {
  border: 2px solid #000000;
  color: #000000;
  background-color:#dddddd;
  padding: 5px; 
  margin-top:5px;
  margin-bottom:5px;
  margin-left:20px;
  margin-right:20px; 
  text-align: center;
}

img.stdimg {
  border:1px;
  border-style: solid; 
  border-color:#000000;
}
/* Content Ende */


/* Formular Start */
form {
  display: inline;
}

.input {
  font-family : helvetica, arial, verdana, sans-serif;
  font-size: 12px;
  color : #000000;
  background-color: #fdfdfd;
  padding: 2px;
  border: 1px solid #a5abb9;
}

.button {
  font-family : helvetica, arial, verdana, sans-serif;
  font-size: 12px;
  background-color: #fdfdfd;
  padding: 2px;
  color : #999999;
  border: 1px solid #a5abb9;
  /* border: 0px; */
}

/* Formular Ende */
