body        {
            text-align: center;
            margin: 0px;
            padding: 0px;
            font-family: Verdana;
            font-size: 11px;
            color: #424242;
            background-color: #e9e9e9;
            }
            
#top        {
            background-image: url("images/bs_logo.gif");
            background-repeat: no-repeat;
            background-position: right;
            width: 752px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
            margin-bottom: 0;
            text-align: left;
            color: #8C8C8C;
            }
            
#top_link   {
            text-decoration: none;
            color: #8C8C8C;
            }
            
#top_link:hover {
            text-decoration: underline;
            }
            
#logo       {
            border: 1px solid #909090;
            /* background-image: url("images/logo1.jpg"); */
            background-repeat: no-repeat;
            height: 165px;
            text-align: right;
            }

#container  {
            border: 0px solid #909090;
            width: 728px;
            text-align: left;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            padding: 6px 10px;
            background-color: #ffffff;
            }
            
#border_left_right {
            border: 0px solid red;
            width: 766px;
            margin-top: 0;
            margin-left: auto;
            margin-right: auto;
            background-image: url("images/shadow_left_right.gif");
            background-repeat: repeat-y;            
            }
            
#border_top {
            background-image: url("images/shadow_left_right_top.gif");
            background-repeat: no-repeat;
            width: 766px;
            /* 4 Pixel davon sind schon weiß */
            height: 11px;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            }
            
#border_bottom {
            background-image: url("images/shadow_left_right_bottom.gif");
            background-repeat: no-repeat;
            width: 766px;
            height: 11px;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            }
          
#navigation {
            margin-top: 15px;
            height: 34px;
            background-color: #647587;
            }
            
#sub_navigation {
            margin-top: 0px;
            height: 34px;
            background-color: #ffffff;            
            }
          
#content    {
            margin-top: 15px;
            line-height: 22px;
            text-align: justify;
            color: #424242;
            font-family: Verdana;
            font-size: 13px;
            }
          
#sidebar    {
            margin-left: 14px;
            margin-top: 55px;
            float: right;
            width: 180px;
            line-height: 18px;
            text-align: left;
            color: #424242;
            font-family: Tahoma;
            font-size: 11px;
            text-align: center;            
            }
            
#sidebox    {
            width: 160px;
            padding: 5px 9px;
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            line-height: 18px;
            color: #424242;
            text-align: center;
            margin-bottom: 10px;            
            }
          
#footer     {
            text-align: center;
            border: 0px solid black;
            color: #8c8c8c;
            margin-top: 20px;
            margin-bottom: 20px;
            }
            
a           {
            color: #2A54DB;
            text-decoration: none;
            }
            
a:hover     {
            color: #2A54DB;
            text-decoration: underline;
            }
            
#headline   {
            color: #52C601;
            font-family: Trebuchet MS;
            font-size: 24px;
            line-height: 38px;
            }

#navelement {            

            margin-right: 10px;
            margin-left: 10px;
            float: left;
            color: #ffffff;
            font-family: Verdana;
            font-size: 12px;
            font-weight: bold;
            }
            
#navlink    {
            text-decoration: none;
            color: #ffffff;
            font-family: Verdana;
            font-size: 12px;
            font-weight: bold;
            display: block;
            padding: 0 20px;
            line-height: 34px;
            }
            
#navlink:hover {
            color: #ffffff; 
            }
            
#sub_navelement {
            border-bottom: 1px dashed #647587;            
            margin-right: 0px;
            margin-left: 0px;
            float: left;
            color: #647587;
            font-family: Verdana;
            font-size: 12px;
            }
            
#sub_navlink {
            text-decoration: none;
            color: #647587;
            font-family: Verdana;
            font-size: 12px;
            font-weight: regular;
            display: block;
            padding: 0 20px;
            line-height: 34px;
            }
            
#sub_navlink:hover {
            color: #647587;
            text-decoration: underline; 
            }
             
#sub_spacer {
            float: left;
            }
            
#markup     {
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            color: #424242;
            padding: 4px 30px;
            text-decoration: none;
            }
            
#markup_link {
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            color: #424242;
            padding: 1px 5px;
            text-decoration: none;
            }
            
#markup_link:hover {
            background-color: #647587;
            color: #ffffff;
            }
            
#markup_download_link {
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            background-image: url("images/download.png");background-repeat: no-repeat;
            color: #424242;
            padding: 10px 10px 10px 46px;
            text-decoration: none;
            }
            
#markup_download_link:hover {
            background-color: #647587;
            color: #ffffff;
            }
            
#markup_pdf_link {
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            background-image: url("images/pdf.png");
            background-repeat: no-repeat;
            color: #424242;
            padding: 10px 10px 10px 46px;
            text-decoration: none;
            }
            
#markup_pdf_link:hover {
            background-color: #647587;
            color: #ffffff;
            }           
         
#markup_archive_link {
            border: 1px solid #647587;            
            background-color: #EAF7FC;
            background-image: url("images/archive.png");
            background-repeat: no-repeat;
            color: #424242;
            padding: 10px 10px 10px 46px;
            text-decoration: none;
            }
            
#markup_archive_link:hover {
            background-color: #647587;
            color: #ffffff;
            }             
            
#infobox    {
            color: #000000;
            font-family: Tahoma;
            font-size: 11px;
            border: 1px solid #9B9B9B;
            background-color: #E0DEDF;
            text-align: center;
            margin: 0px 0px;
            padding: 5px 5px;
            line-height: 14px;
            }

