/* Global */

/* erstmal alles nullen, um die Unterschiede zwischen den Browsern auszugleichen */

a, blockquote, caption, dd, dfn, div, dl, dt, fieldset, 
form, h1, h2, h3, h4, h5, img, label, legend, li, 
ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul {

    font-size:100.1%;
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
    border:0;
}

/* Ordnungszahlen in Metanavi weg (in modern.css wieder anschalten und dafuer ol list-style-type:none):*/

span.navzahl    {
    display:none;
}

p { 
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 19px;
}

b, strong { 
  color: #464545
}


a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: #C30;
}


img {
    border: none;
}

img.left {
    float: left;
    margin-right: 15px;
   
}

img.right {
    float: right;
    margin-left: 15px;
}
