/* Allgemeine Textformatierung */
P,TD  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* Besondere Text */

.wegweiser {
  font-size: 8pt;
}

.textmarking {
  color: #3399CC;
  font-weight:bold;
}

.fusszeile {
  font-size: 8pt;
}

.linkinfo {
  font-size: 8pt;
}

.pagebrowser {
  font-size: 9pt;
}

.autor {
 font-size: 9pt;
}

.kommentar {
 font-size: 9pt; 
}

.form {
 font-weight:bold;
 color: #666666;
 vertical-align:middle;
}

/* Menus */
.submenu {
  font-size: 9pt;
}

/* Header */
.header {
  font-size: 10pt;
  color: #000066;
  font-weight: bold;
}

.subhead {
  font-weight: bold;
}

.submenuhead {
}

/* Links */
A {
  text-decoration:none;
}

A:hover { 
  color:#336699; 
}
  
A:visited { 
  color:#cc0033; 
}

A:active { 
  color:#336699;
}

/* Formularfelder */
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align:middle;
}

TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 315px;
  height: 120pt;
  background-color: #FFFFFF;
}

INPUT#textfield {
  background-color : #FFFFFF;
  width:200px;
  height:18pt;
}

INPUT#button {
  background-color: #990000;
  width:60pt;
  font-size: 9pt;
  height:16pt;
  font-weight:bold;
  color:#FFFFFF;
  border:0pt;
  vertical-align:middle;
}

INPUT#suchbutton {
  background-color: #990000;
  width:25pt;
  font-size: 9pt;
  height:16pt;
  font-weight:bold;
  color:#FFFFFF;
  border:0pt;
  vertical-align:middle;
}