/* Fixierte leiste ganz unten */
/* Kommentare siehe selfhtml-fixiert-test.css */
body {
min-width: 40em;
}

html {
padding: 0;
}

body {
margin: 0; 
padding: 0;
}

#fixiert {
position: absolute;
bottom:0px;
width: 100%;
background-color: #333;
text-align:center;
} 
  
#fixiert p{
margin:0;
}

#fixiert ul {
list-style:none;
margin:0;
}

#fixiert ul li {
display:inline;
margin-left:10px;
font-weight:bold; 
color:#bbb;
}

#fixiert a:link { font-weight:bold; color:#bbb; text-decoration:none; }
#fixiert a:visited { font-weight:bold; color:silver; text-decoration:none; }
#fixiert a:focus { font-weight:bold; color:green; text-decoration:underline; }
#fixiert a:hover { font-weight:bold; color:red; text-decoration:none; }
#fixiert a:active { font-weight:bold; color:lime; text-decoration:underline; }

html>body #fixiert {  /* nur fuer moderne Browser! */
position: fixed;
}

#Inhalt {
width: 900px;
margin:auto;
padding:0;
}
* #Inhalt {
background-color: #ffffe0;
}

#fuss {
padding-bottom:25px;
}
