<style type="text/css">
  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffff;
    border: 1px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin-bottom: 10; margin-top:0; padding: 2.2em;
    text-align: right;
    background: url(lk02.jpg) no-repeat 100% 100%;
    border-bottom: 1px solid silver;
  }

  ul#Navigation {
    font-size: 1em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0.5em;
  }
  ul#Navigation li {
    font-size: 0.8em;
    list-style: none;
    margin: 0; padding: 0.1em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.1em;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: #FF8000; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

 #navlist
{
list-style-type: none;
color: darkgray;
background-color: gainsboro;
margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
width: 120px;
background-color: gainsboro;
border: 1px gray solid;
font-size: 0.83em;
}

#navcontainer a
{
color: gray;
background-color: gainsboro;
width: 140px;
display: block;
font-size: 0.83em;
}

#navcontainer a:visited
{
color: gray;
background-color: gainsboro;
}

#navcontainer a:active
{
color: white;
background-color: gray;
}

#navcontainer a:hover
{
color: white;
background-color: gray;
}


  div#Inhalt {
    margin: 0 0 1em 250px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    border-left: medium none rgb(255,128,0); border-right: medium none rgb(255,128,0); border-top: medium none rgb(255,128,0); border-bottom: medium solid rgb(255,128,0);
    font-size: 1.2em;
    margin: 1em 0;
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  div#Inhalt h3 {
    border-left: medium none rgb(255,128,0); border-right: medium none rgb(255,128,0); border-top: thin dotted rgb(255,128,0); border-bottom: thin none rgb(255,128,0);
    font-size: 1.1em;
    margin: 1em 0;
    color: black;
    text-decoration: none;
    font-weight: bold;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid silver;
  }


p { font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight: normal; text-align:justify; margin-top:0px }
h1 { font-family: Arial, Helvetica, sans-serif; font-size:12pt; color: black; margin-top:0px; font-weight: bold }
h2 { font-family: Arial, Helvetica, sans-serif; font-size:12pt; color: black; margin-top:12px; font-weight: bold }
h3 { font-family: Arial, Helvetica, sans-serif; font-size:12pt; color: black; margin-top:10px; font-weight: bold }
h4 { font-family: Arial, Helvetica, sans-serif; font-size:10pt; color: black; margin-top:10px; font-weight: bold }
ul { text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; margin-top:0px }
ol {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
dd {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
dl {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
dt {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
div { font:10pt Arial, Helvetica, sans-serif}
pre { font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight: bold; color: black; text-align: left; margin-top:0px }
address { font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight: normal; color: black; text-align: center; margin-top:0px }
td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: black }


a:link    { color:#000000; font-weight:normal; text-decoration:none; border-bottom: 1px dotted black }
a:active  { color:#000000; font-weight:normal; text-decoration:none; border-bottom: 1px dotted black }
a:visited { color: #000000; font-weight:normal; text-decoration:none; border-bottom: 1px dotted black }
a:focus { color:#000000; font-weight:normal; text-decoration:none }
a:hover { color:#000000; font-weight:normal; background-color: #FF8000; text-decoration:none }

</style>


<ul id="Navigation">
  <li><a href="index_neu.htm">Home</a></li>
  <li id="active"><a href="aktuell_neu.htm" id="current">Aktuelles</a> <ul id="subnavlist">
      <li id="subactive"><a href="aktuell_neu.htm" id="subcurrent">Aktuelle Nachrichten</a></li>
      <li><a href="beitrag_neu.htm">Beiträge</a></li>
      <li><a href="book_neu.htm">Bücher</a></li>
      <li><a href="archiv_neu.htm">Nachrichtenarchiv</a></li>
      <li><a href="kompetenz_neu.htm#wwc">Web-Check!</a></li>
    </ul>
  </li>
  <li id="active"><a href="kompetenz_neu.htm" id="current">Kompetenz von D.. bis W..</a> <ul
    id="subnavlist">
      <li id="subactive"><a href="kompetenz_neu.htm#dat" id="subcurrent">Datenschutz</a></li>
      <li><a href="kompetenz_neu.htm#edv">EDV</a></li>
      <li><a href="kompetenz_neu.htm#fern">Fernabsatz</a></li>
      <li><a href="kompetenz_neu.htm#it">Informationstechnologie</a></li>
      <li><a href="kompetenz_neu.htm#int">Internet</a></li>
      <li><a href="kompetenz_neu.htm#mark">Marken</a></li>
      <li><a href="kompetenz_neu.htm#on">Online</a></li>
      <li><a href="kompetenz_neu.htm#press">Presse</a></li>
      <li><a href="kompetenz_neu.htm#urh">Urheber</a></li>
      <li><a href="kompetenz_neu.htm#ver">Verlage</a></li>
      <li><a href="kompetenz_neu.htm#vor">Vorträge</a></li>
      <li><a href="kompetenz_neu.htm#wwc">Web-Check!</a></li>
      <li><a href="kompetenz_neu.htm#wett">Wettbewerb</a></li>
    </ul>
  </li>
  <li><a href="person_neu.htm">Rechtsanwalt</a></li>
  <li><a href="kanzlei_neu.htm">Kanzleidaten</a></li>
  <li><a href="projekte_neu.htm">Projekte</a></li>
  <li><a href="haft_imp_neu.htm">Impressum</a></li>
  <li><!-- SiteSearch Google --> <form method="get" action="http://www.google.de/custom" target="_top">
      <input type="hidden" name="domains"
      value="www.weinknecht.de;www.ojr.de;www.urheberrecht.de"><input type="hidden"
      name="client" value="pub-6146370282633539"><input type="hidden" name="forid" value="1"><input
      type="hidden" name="channel" value="7058307224"><input type="hidden" name="ie"
      value="ISO-8859-1"><input type="hidden" name="oe" value="ISO-8859-1"><input type="hidden"
      name="cof"
      value="GALT:#008000;GL:1;DIV:#CC0000;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:FFFFFF;LC:FFFFFF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:441;L:http://www.weinknecht.de/ra/logo02_g.jpg;S:http://;FORID:1"><input
      type="hidden" name="hl" value="de"><table border="0" bgcolor="#ffffff">
        <tr>
          <td nowrap="nowrap" valign="top" align="left" height="32"></td>
          <td nowrap="nowrap"><label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
          <input type="text" name="q" size="25" maxlength="255" value id="sbi"> </td>
        </tr>
        <tr>
          <td></td>
          <td nowrap="nowrap"><table>
            <tr>
              <td><input type="radio" name="sitesearch" value id="ss0"> <font color="#000000" size="1"><label
              for="ss0" title="Web-Suche"><small>Web</small></label></font></td>
              <td><input type="radio" name="sitesearch" value="www.weinknecht.de" checked id="ss1"> <label
              for="ss1" title="Suchen www.weinknecht.de"><small>weinknecht.de</small></label></td>
            </tr>
            <tr>
              <td><input type="radio" name="sitesearch" value="www.ojr.de" id="ss2"> <label for="ss2"
              title="Suchen www.ojr.de"><small>ojr.de</small></label></td>
              <td><input type="radio" name="sitesearch" value="www.urheberrecht.de" id="ss3"> <label
              for="ss3" title="Suchen www.urheberrecht.de"><small>urheberrecht.de</small></label></td>
            </tr>
          </table>
          <p><label for="sbb" style="display: none">Suchformular senden</label> <input type="submit"
          name="sa" value="Google-Suche" id="sbb"> <!-- SiteSearch Google --></td>
        </tr>
      </table>
    </form>
  </li>
</ul>


`` background-color:#E0F1AD; = hellgrün
`` background-color:#C4C4F4; = hellblau
`` BODY { background-color: white }