/* CSS Für http://www.bwk-berlin.de */

/* die Üblichen Verdächtigen */

.fehler {  font-weight: bold; color: red; }

  body { 
    color: #003; 
    font-size: 11pt; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    margin: 0px; 
    padding: 0px;
}

  }
  
  td p b {
    font-size: 9pt; padding-left: 2px; padding-right: 2px;
  }
  
  p { 
    color: #003; 
    font-size: 11pt; 
    line-height: 14pt;
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
  }

  td { 
    color: #003; 
    font-size: 11pt; 
    line-height: 14pt;
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
  }

  h1 { 
    color: #0068B4; 
    font-weight: bold; 
    font-size: 14pt; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
  }
  
  h2 { 
    color: #FFAB00; 
    font-weight: bold; 
    font-size: 12pt; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
  }
  
  h3 { 
    color: #FFAB00; 
    font-weight: bold; 
    font-size: 11pt; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
  }

  a { 
    color: #0068B4; 
    font-style: normal; 
    font-weight: bold; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
  }
  
  a:link { 
    color: #0068B4; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
  }
  
  a:visited { 
    color: #0068B4; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
  }
  
  a:hover  { 
    color: #0068B4; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: underline; 
  }
  
/* News */

  a.news {
    color: #fff;
    font-weight: normal;
    text-decoration: none; 
   }
   
  a:link.news {
    color: #fff;
    font-weight: normal;
    text-decoration: none; 
   }

  a:hover.news {
    color: #fff;
    font-weight: normal;
    text-decoration: none; 
   }
  a:visited.news {
    color: #eeeeee;
    font-weight: normal;
    text-decoration: none; 
   }
   
/* für die Navigation */

/* top_nav ist die Navigation recht oben */
  .top_nav { 
    color: #fff; 
    font-size: 10px;
    font-weight: normal; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
  }
  
  a.top_nav { 
    color: #fff; 
    font-size: 10pt;
    font-weight: normal; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
    }

  a:link.top_nav { 
    color: #fff; 
    font-size: 10pt;
    font-weight: normal; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
  }
  
  a:hover.top_nav { 
    color: #fff; 
    font-size: 10pt;
    font-weight: normal; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
  }
  
  a:visited.top_nav { 
    color: #fff; 
    font-size: 10pt;
    font-weight: normal; 
    font-family: Arial, "Verdana", Geneva, Helvetica, sans-serif; 
    text-decoration: none; 
  }
    
/* die gelten alle für die e2, e1 sind Bilder */


  td.nav { 
    margin: 2px; 

  }

/*
  
  td.nav:hover { 
    background-color: #FFAB00; 
  }
*/
  a.nav2a {
    padding: 0px 4px 0px 4px; 
    display: block;
    color: #FFAB00;
    font-weight: bold;
    font-size: 9pt;
    background-color: #0768B2; 
  }

  a.nav2a:link {
    font-weight: bold;
    font-size: 9pt;
    color: #FFAB00;
    background-color: #0768B2; 
  }


  a.nav2a:visited {
    font-weight: bold;
    font-size: 9pt;
    color: #FFAB00;
    background-color: #0768B2; 
  }


  a.nav2a:hover {
    font-weight: bold;
    font-size: 9pt;
    color: #003;
    background-color: #FFAB00; 
    text-decoration: none;
  }


  a.nav2 { 
    padding: 0px 4px 0px 4px; 
    font-weight: bold;
    font-size: 9pt;
    display: block;
    color: #fff; 
    background-color: #0768B2; 
  }

  a.nav2:link {
    font-weight: bold;
    font-size: 9pt;
    color: #fff;
    background-color: #0768B2; 
  }

  a.nav2:visited {
    font-weight: bold;
    font-size: 9pt;
   color: #fff;
   background-color: #0768B2; 
  }
 
   a.nav2:hover { 
    font-weight: bold;
    font-size: 9pt;
    color: #003; 
    background-color: #FFAB00; 
    text-decoration: none;
  }

/* Die Layers:
  #Haupt wird via js positioniert, die anderen hier */
  
  #Haupt { 
    position: absolute; 
    width: 999px; 
    height: auto; 
    visibility: hidden; 
  }
  
  #Nav1 { 
    position: absolute; 
    top: 154px; 
    left: 20px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  }
  
  #Nav2 { 
    position: absolute; 
    top: 154px; 
    left: 114px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  }
  
  #Nav3 { 
    position: absolute; 
    top: 154px; 
    left: 241px; 
    width: auto; 
    height: auto; 
    visibility: hidden;
  }

  #Nav4 { 
    position: absolute; 
    top: 154px; 
    left: 348px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  }
  #Nav5 { 
    position: absolute; 
    top: 154px; 
    left: 452px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  }
  
  #Nav6  { 
    position: absolute; 
    top: 154px; 
    left: 570px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  } 

  #Nav7  { 
    position: absolute; 
    top: 154px; 
    left: 721px; 
    width: auto; 
    height: auto; 
    visibility: hidden; 
  } 


#social_bookmark {
	display: none;
}

