/*Styles für Weblication-Seiten (Website)*/

@media all {


/*das ist, weil in den bestehenden seiten keine ps vorhanden sind!*/
  #col3_content{
  font-size: 125%;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  }
  
/*vertikale navigation, ausgelagert aus nav_shinybuttons.css, weil anders für shop und ws*/

  #col1_content ul  {padding:0; margin: 0}
  #col1_content ul li {list-style-type: none; font-size: 140%; display: block;}
  
  #col1_content a { background:transparent; text-decoration:none; }

  #col1_content a:focus,
  #col1_content a:hover,
  #col1_content a:active { text-decoration:none;  }
  
  #col1_content ul li.active a { background: transparent; text-decoration: none; font-weight: bold}
  
  #col1_content ul li.active a:focus,
  #col1_content ul li.active a:hover,
  #col1_content ul li.active a:active { text-decoration:none;  font-weight: bold}

/*bilder im content website*/
  
  .website #col3_content img {border: 1px solid #002740;}
  
/*versuchen, sie nicht mit den Linkformatierungen zu versehen*/
  
  #col3_content table td a[onclick^="return"], 
  #col3_content table td a:focus[onclick^="return"], 
  #col3_content table td a:hover[onclick^="return"],
  #col3_content table td a:active[onclick^="return"],
  
  a.noborder,
  a.noborder:focus,
  a.noborder:hover,
  a.noborder:active
  {
  border: 0; background-color: #fff;
  }
  
  /*vielleicht brauchen wir das noch: return popImage(this.href,'toprope.ch');*/
/*tabellenpadding*/
  
th,td { padding: 1.5em 1.5em 1.5em 0; vertical-align: top;}

/*auf 403 und 404-Seite und auf Suchergebnisseite submenu raus*/
#page_margins.de_404 #col1_content ul, #page_margins.de_403 #col1_content ul,  #page_margins.de_volltextsuche_suchergebnisse #col1_content ul {visibility:hidden;}

}
