body {
  color:FFCC66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
  }
td, td a:link, td a:visited {
  color:FFCC66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
  }
A {
  text-decoration:underline;
  }
A:hover {
  text-decoration:none
  }
.textseitentitel {
  font-size: 12px;
  font-weight:bold;
}
td.textnavoben, td.textnavoben a, td.textnavoben a:visited {
  font-size: 10px;
  color: #1A4D1A;
  font-weight:bold;
}
}
.textnavunten, td.textnavunten, td.textnavunten a, td.textnavunten a:visited {
  font-size: 8px;
}
td.textgbtitel, td.textgbtitel a {
  color: #1A4D1A;
  font-weight:bold;
}
.textticker {
  font-size: 12px;
  color: #1A4D1A;
  font-weight:bold;
}
.textklein {
  font-size: 8px;
}
.textgross {
  font-size: 20px;
}
.rheinlineText {
	font-size: 9px;
	color: #CCCCCC;
}
.navileiste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Formulare */
input, select
  { 
    background-color: #CCFFCC;
    border:1;
    border-width:1;
    border-style:solid;
    border-color: #FFCC66;
    filter: alpha(opacity=100);
    height: 18px; 
    width: 300px; 
    color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
textarea
  { 
    background-color: #CCFFCC;
    border: 1;
    border-width: 1;
    border-style:solid;
    border-color: #FFCC66;
    filter: alpha(opacity=100);
    height: 150px; 
    width: 300px; 
    color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.submit
  { 
    width: 145px; 
	border-style:dashed;
  }



