/* DATEI: ut.css */
a:link {
text-decoration : none;
color:#2F2F2F;
}

a:visited {
text-decoration : none;
color:#8F8F8F;
}

a:active {
text-decoration : none;
color:#9F0000;
}

body, textarea {
  background-color:#FDFBF1;
  color:#000000;
  scrollbar-base-color:#6C6B6A;
  scrollbar-3dlight-color:#FDFBF1;
  scrollbar-arrow-color:#FDFBF1;
  scrollbar-darkshadow-color:#6C6B6A;
  scrollbar-face-color:#FDFBF1;
  scrollbar-highlight-color:#FDFBF1;
  scrollbar-shadow-color:#6C6B6A;
  scrollbar-track-color:#6C6B6A;
}

.text {
margin-bottom : 10px;
font-family : Verdana, Arial, Helvetica;
font-weight : normal;
font-size : smaller;
line-height : 130%;
text-align : left;
}

h4 {
margin-top : 0;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : 11pt;
line-height : 124%;
text-align : left;
}

h5 {
margin-top : 0;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : 10pt;
line-height : 124%;
text-align : left;
}

.press {
margin-top : 10px;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
font-family : Verdana, Arial, Helvetica;
font-weight : lighter;
font-size : 7pt;
line-height : normal;
text-align : left;
}