body{  font-family: arial, helvetica, sans-serif;
       font-size: 0.8em;
       color: black;
       background-image: url(hintergrund2.jpg);}


#seite {    width: 600px;
            margin-left: auto;
            margin-right: auto;
            background-color: #F3F3F3;
            border-style: solid;
            border-width: 8px 2px 8px;
            border-color: black;}

#header {    height: 400px;
             background-image:url(header3.jpg);
                
             display: block;}

#navi {         float: right;
                width: 220px;
                background-color: #CCCCCC;}

#navi ul { list-style-type: none;
           padding-left: 0px;}

#navi li { height: 30px;}

#navi a { text-decoration: none;
          color: #blue;
          font-weight: bold;
          font-size: 1.2em;
          padding-left: 30px;
          display: block;}

#navi a:hover {color: #660000;
          border-bottom-style: solid;
          border-bottom-width: 1px;}

#inhalt {       margin-right: 220px;
                padding: 20px;}

#footer {       clear: right;
                height: 20px;}
