/* text */
.text       { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: normal; color: #555555; }
.textbold   { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: bold; color: #555555; }
.texthead   { font-family: Arial, Helvetica; font-size: 13px; font-style: normal; line-height: 16px; font-weight: bold; color: #555555; }
.textstart  { font-family: Arial, Helvetica; font-size: 13px; font-style: normal; line-height: 16px; font-weight: normal; color: #555555; }

.textgrey   { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: normal; color: #6e6967; }
.textblue   { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: bold; color: #000066; }
.textbrown  { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: bold; color: #9b5636; }


/* list */
ul          { list-style-type:none; list-style-image:url(de/img/site/bullet.gif); }
li          { margin-left:-15px; padding-bottom:5px; }


/* form */
.formtext   { width:250px; height: 18px; font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal; color: #555555; border:1px solid; border-color:#d8d6d6; background-color:#FFFFFF; margin-bottom:6px; }
textarea    { width:250px; height: 110px; font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal; color: #555555; border:1px solid; border-color:#d8d6d6; background-color:#FFFFFF; margin-bottom:6px; }
.error      { font-family: Arial, Helvetica; font-size: 11px; font-style: normal; line-height: 16px; font-weight: bold; color: #a81212; }

/* links */
a:link      { text-decoration: none; color: #9b5636; border:0px; }
a:visited   { text-decoration: none; color: #9b5636; border:0px; }
a:hover     { text-decoration: none; color: #555555; border:0px; }
a:active    { text-decoration: none; color: #555555; border:0px; }


/* body */
body        { background-color:#ffffff; scrollbar-base-color:#ffffff; scrollbar-track-color:#ffffff; scrollbar-face-color:#b5b5b5; scrollbar-highlight-color:#b5b5b5; scrollbar-3d-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-arrow-color:#FFFFFF}
