body {
        font-family: Verdana ; /* palatino linotype, serif;  */
        font-size: 15px;
        line-height: 22px;     /*21px  */
        background: #666666;
        color: #cccccc;
        text-align: center;
}

*{                   /* Abstand zwischen Bereiche auf null setzen */
    margin:0;
    padding:0;
}

#seite {
  text-align:left;  /* Inhalt wieder links */
  margin: 0 auto;   /* Zentrierung mitte */
  width: 1001px;
  background-color:#666666;
}

#seite h1 {
    padding-bottom: 0.5em;
}

#seite p {
     padding-bottom: 1em;
}

#kopf {
  background-color:#666666;
   text-align: center;
}

#nav ul {
        width: 100%;
        text-align: center;
        height: 30px;
        border-top: solid 2px black;
        background: #666666;
        border-bottom: solid 2px black;
        font-size: 20px;
        word-spacing: 1em;
}

#nav li {
    display: inline;
    list-style-type: none;
}

#fuss {
  clear: both;
  text-align: center;
  background-color:#666666;
  /* border-top:2px solid black;    */
}

#linke_seite {
  float:left;
  width:700px;
  background-color:#666666;
}

#rechte_seite {
  margin-left: 750px;
  background-color:#666666;
  width: 250px;
}

/* Links */
a,
a:visited {
        color: black;
        text-decoration: none;
}

a:hover,
a:focus {
        color: #ff3300;
}

a img {
        border: none;
}

a:focus, a:hover, a:active {
        outline: none;
}

p a,
p a:visited {
        line-height: inherit;
}