<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#root_site
{
    width: 1024px;
    height: auto;
    background-color: #FFF;     
}

body {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}


#menu {
  font-size:15px;
  position:absolute;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:134.2px;
  height:15px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:5px 5px 5px 5px;
  border:1px solid #A4A4A4;
  border-collapse:collapse;
  color:#A4A4A4;
  font-weight:bold;
  text-decoration:none;
  background-color:#CCCCCC;
  margin:0;
  height:25px;  
}

.submenu a{
  font-size:13px;
  width:134.2px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:#696969;
  background-color:#FFF !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

   #content_main_container
    {
         background-color: #FFF;
         width: 100%;
         height: 640px;
    }
    
         .content_left_main
         {
             width: 70%;
             height: 100%;
             background-color: #FFF;
             float: left;   
         }
         
             .content_left_table
             {
                  padding: 0 40px 10px 15px;
                  margin-top: 10px;   
             }
             
                  .news_box
                  {
                      background-color: #ebeaea;
                      padding: 5px 5px 5px 5px;
                      border-radius: 10px;
                  }
                          
         
         .content_right_main
         {
             width: 30%;
             height: 100%;
             background-color: #FFF;
             float: right;
         }
         
             .content_right_table
             {
                  padding: 0 40px 10px 15px;
                  border-left: dotted 2px #CCCCCC;
                  margin-top: 45px;
             }
                  .content_table_headline
                  {
                       margin-top: 50px;
                       font-size:15pt;
                       font-weight: bold;
                       font-variant: small-caps;
                       border-bottom: dotted 1px #2c54e8;
                       color: #2c54e8;
                  }
</pre></body></html>