{literal}
.normalfont          { color: black; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; }
.boldfont            { color: black; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
.important           { color: red; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
.smallfont           { font-family:Arial,Helvetica,sans-serif; font-size: 8pt; }
.smallfont_w         { color: black; font-family:Arial,Helvetica,sans-serif; font-size: 8pt; }
.darkback            { background-color: #107A0B; }
.lightback           { background-color: #4786A9; }
.blackback           { background-color: #000; }
.markback            { background-color: #548aac; color: #EEEEEE; }
.lightgray           { background-color: #74AaCc; color: #EEEEEE; }
.contentback         { background-color: #FFF; border-right: 1px solid #107A0B; }
.naviback            { background-color: #FFF; border-left: 1px solid #107A0B; border-right: 1px solid #CCC; }
.grayfont            { color: #999; }
.headerfont          { color: #005; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
.tab_ts              { background-color: #A5CCA3; border-right: 1px solid #107A0B; border-left: 1px solid #107A0B; }
.tab_m               { border-bottom: 1px solid #107A0B; }
.fright              { float: right; margin: 4px; }

.msg_error           { color: red; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold;}
.msg_warning         { color: #F80; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-style: italic;}
.msg_success         { color: green; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold;}
.msg_notice          { color: #107A0B; font-family:Arial,Helvetica,sans-serif; font-size: 10pt; font-style: italic;}

.okbuttons           { font-family:Arial,Helvetica,sans-serif; font-size: 10pt; border-top: 1px solid #A0A0A0; border-bottom: 1px solid #505050; border-left: 1px solid #A0A0A0; border-right: 1px solid #505050; padding: 1px; }
.okbuttons:focus     { border: 1px solid #107A0B; }
.okbuttons:hover     { border: 1px solid #107A0B; background-color: #A0E0A0; text-decoration: underline; }
.cancelbuttons       { font-family:Arial,Helvetica,sans-serif; font-size: 10pt; border-top: 1px solid #A0A0A0; border-bottom: 1px solid #505050; border-left: 1px solid #A0A0A0; border-right: 1px solid #505050; padding: 1px; }
.cancelbuttons:focus { border: 1px solid #107A0B; }
.cancelbuttons:hover { border: 1px solid #107A0B; background-color: #A0E0A0; text-decoration: underline; background-color: #F0B0B0; }

h1                   { font-family:Arial,Helvetica,sans-serif; font-size: 12pt; color: #005; font-weight: bold; }
h2                   { font-family:Arial,Helvetica,sans-serif; font-size: 14pt; color: #005; font-weight: bold; }
th                   { margin: 0px; border: 0px; padding: 0px; text-align: left; }
body                 { background: #EEE url(static/pic/bbg.png) repeat-x bottom left; }
select               { border: 1px solid #A0A0A0; padding: 1px; }
select:focus         { border: 1px solid black; }
select:hover         { border: 1px solid black; }
textarea             { border: 1px solid #A0A0A0; padding: 1px; }
textarea:focus       { border: 1px solid black; }
textarea:hover       { border: 1px solid black; }

a                    { font-family:Arial,Helvetica,sans-serif; color: #225; text-decoration: underline; }
a.bw                 { font-color: #225; }
a:link               { text-decoration: underline; color: #225; }
a:visited            { text-decoration: underline; color: #225; }
a:active             { text-decoration: none; color: #225; }
a:hover              { text-decoration: none; color: #000; }

.box { width: 730px; }

.box_head {
  background: url( http://rpstatic.silverxhost.de/box/head.jpg );
}

.box_bg {
  background: url( http://rpstatic.silverxhost.de/box/bg.gif );
}

.box_footer {
  background: url( http://rpstatic.silverxhost.de/box/footer.jpg );
}

{/literal}