body { overflow-y: scroll; }

#rahmen { width: 1124px; }
#hmenue { width: 1122px; }

#kopf { height: 200px; }
#rechts {
width: 200px;
margin-left: 10px; margin-top: 10px;
display: block;
}

#rechts h1 { margin-top: 0; }
#links2 h1, #links2 h2, #links2 h3,
#rechts h1, #rechts h2, #rechts h3 { color: #794C36; }

#rechts a, #links2 a {
    color: white;
    border-bottom: 1px dotted #AAA;
}
#links2 a:hover, #rechts a:hover { color: #794C36; }

/* *** Sprachmenue *** */

#sprache { margin-top: 2px; position: relative; top: 3px; }

#sprache img {
  margin-left: 8px;
  border: 1px solid #888;
  padding: 1px;
}

#sprache .aktiv img { border-color: #AAA; }
#sprache .leer img { border-style: dotted; }
#sprache .nix { display: none; }
#sprache img:hover, #sprache .aktiv img:hover, #sprache .leer img:hover { border: 1px solid white; }