.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.justify { text-align: justify; }
.start   { text-align: start; }
.end     { text-align: end; }

.Home {
    -moz-box-shadow:inset 0px 0px 0px 0px #b0aca7;
    -webkit-box-shadow:inset 0px 0px 0px 0px #b0aca7;
    box-shadow:inset 0px 0px 0px 0px #b0aca7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #4f0606) );
    background:-moz-linear-gradient( center top, #ff0000 5%, #4f0606 100% );
    background-color:#ff0000;
    text-indent:0px;
    border:2px solid black;
    display:inline-block;
    color:white;
    font-family:Verdana;
    font-size:18px;
    font-style:normal;
    height:20px;
    line-height:20px;
    width:80px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 0px 0px black;
}
.Home:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f0606), color-stop(1, #ff0000) );
    background:-moz-linear-gradient( center top, #4f0606 5%, #ff0000 100% );
    background-color:#4f0606;
}
.Home:active {
    position:relative;
    top:1.5px;
}
.c { 
	text-decoration: none; 
	color: black;
	font-size: 60%;
	position: absolute;
  bottom: 0;
  height: 2em;
}
  
A:visited{
	color:white;

}
A:active{
    position:relative;
    top:1.5px;
}


body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  background-color: pink;
}

#seite {
  width:900px;
  margin: 0 auto;
}

#kopfbereich {
  background-color:darkgrey;
  padding:10px;
}

#inhalt {
  background-color:grey;
  margin-left:150px;
  padding:20px;
}

#steuerung {
  background-color:darkgrey;
  float:left;
  width:130px;
  color:black;
  padding:10px;
}

#fussbereich {
  color:red;
  width:120px;
  height:20px;
  float:left;
  padding:10px;
  margin-top: 150px;
}