body
         {
                 background-color: #ffffff;
                 background-image: url(../img/02_background/01_background_line.gif);
                 background-repeat: repeat-y;
                 background-position: 0% 0%;
                 margin-left: 16px;
                 margin-top: 0px;
         }

a:link { color:#807f84; text-decoration: none; }
a:visited { color:#807f84; text-decoration: none; }
a:active { color:#807f84; text-decoration: none; }

.maintext
{
         position: absolute;
         margin-left: 10px;
         margin-top: 40px;
         width: 600px;
         font-weight: normal;
}
.headline, h1
{
         color: #ec6400;
         font-family: 'Trebuchet MS';
         font-size: 12pt;
         font-weight: bold;
}

.longtext, p.bodytext, ul, li, p
{
         color: #190051;
         font-family: 'Trebuchet MS';
         font-size: 9pt;
}
.imprint
{
         color: #807f84;
         font-family: 'Trebuchet MS';
         font-size: 8pt;
}

textarea {
         color: #190051;
         font-family: 'Trebuchet MS';
         font-size: 9pt;
         width: 500px;
         height: 100px;
}

input[type=button], input[type=submit] {
         border: 1px solid #ec6400;
         font-family: 'Trebuchet MS';
         font-size: 10pt;
         font-weight: normal;
}

a.internal-link:link,a.internal-link:visited,a.internal-link:active {
         color: #ec6400;
         text-decoration: none;
}

a.internal-link:hover {
         color: #ec6400;
         text-decoration: underline;
}