* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    background-image: url("../IMG_6593.jpg");
    background-size: cover;
}

#seite {
    position: relative;
    min-height: 100%;
    width: 550px;
    margin: 0 auto;
    background-color: silver;
}

#inhalt {
	margin:auto;
	width:75%;
    background-color: #FFF;
    padding-bottom: 2em;
    font-family: 'Verdana', 'Trebuchet MS', Sans-Serif;
    font-size: .6em;
    color: #000;
    padding:10px;
    background: rgba(255,255,255,0.8);
}

#footer {
	position:absolute;
    bottom: 0;
    width: 100%;
    background-color:#fc3;
    height: 2em;
    text-align:center;
    font-family: 'Verdana', 'Trebuchet MS', Sans-Serif;
    font-size: .8em;
    margin: 0px;
    color: #000;
    padding-top:10px;
    font-weight:bold;
}

a {
	text-decoration:none;
	color:#000;
}