* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

#kopf {
position: relative;
height = 100px;
background-color: #FFFF99;
}

#inhalt {
color: green;	
position: relative;
min-height: 100%;
margin: 0 auto;
background-color: white;
padding-bottom: 100px
}

#nav {

background-color: #FFFF99;
}

#fuss {
color: white;
position: fixed;
bottom:	0;
width: 100%;
background-color: #800000;
height: 60px;
}

a:link{
color: white;
}

a:visited{
color: white;
}	

a:active{
color: white;
}