
#menu_bar               { backgr ound: green;
                          height: 15px;
                          margin: 0px auto;
                          padding: 4px 0px 4px 5px;
                          border: ridge #363636 8px;
                          font-size: 12px; }

#wrapper                { backgr ound: blue;
                          width: 55%;
                          float: left; }

#sidebarLinks           { backgr ound: orange;
                          width: 72%;
                          margin-left: 0px;
                          float: left; }

#mitte                  { backgr ound: red;
                          width: 18%;
                          margin: 0 auto;
                          text-align: center;
                          float: right; }

#sidebarRechts          { backgr ound: green;
                          width: 43%;
                          float: right;
                          margin-right: 5px;
                          text-align: right; }

.highlight a            { text-decoration: none; 
                          color: #808080; }
                          
.highlight h1 a:hover,
.highlight h1 a:active,
.highlight h1 a:focus   { background: #363636;
                          color: red;
                          border: solid 1px silver; }
