body {
   background: white;
   font-size: 12pt;   
   color: #000000;
   font-family: Times New Roman, Times, Serif;
   line-height: 14pt;
   }

/* main columns navigation and content */

#pageheader    {
   display: none;
}

#columnleft    {
    top: 0px;
    left: 0px;
    width: 50mm;
    margin: 0;
    padding: 0;
}

#columnright    {
    margin: 3% 3% 3% 3%;
    padding: 0 0 0 0;
    width: auto;
}

/* contentnavigation */

#contentnavigation    {
    margin: 0mm;
    width: 90%px;
    height: 5mm;
    /*border: 1px solid blue;*/
}

/* bereichsanzeiger */

#bereichsanzeiger    {
    margin: 0mm;
    padding: 0px 0px 0px 0px;
    width: 90%;
    height: 5mm;
    /*border: 1px solid blue;*/
}

/* illustration left  */

#illustrationleft    {
   display: none;
}

/* navigation main  */

#navcontainer {
   display: none;
   }

#listbig    {
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
   width: auto;
   background: white;
   font-size: 12pt;   
   color: #000000;
   font-family: Times New Roman, Times, Serif;
   line-height: 14pt;
    /*border: 1px solid blue;*/
}

table    {
   background: white;
   font-size: 12pt;   
   color: #000000;
   font-family: Times New Roman, Times, Serif;
   line-height: 14pt;
    /*border: 1px solid blue;*/
}


#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
