html, body {
  margin-top:0px;
	color: #669900;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: #000000;
     height: 100%;
}

#container {
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: auto;
}

#content {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}

#footer {
    background-color: green;
    position:absolute;
    width:100%;
    bottom: 0;
	height: 40px;
}
#mitte {
    float:left;
    color:red;
    font-family:verdana,arial,helbetica;
    font-size:70%;
    margin: 20px;
    width: auto;
    margin: 0px 120px;
}

#links {
    width: 120px;
    float: left;
    height: 300px;

}
#rechts {
        width: 100px;
        color: white;
        border: 2px solid red;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */