body 
    { 
    font: 100%/1.5  "Helvetica", Arial, sans-serif; 
    color: #000000;     
    text-align:center; 
} 

h1{
	font-size:15px;
}

#info a:link,  #info  a:visited{
	color:white;
	text-decoration:none;
	}

#info a:hover, #a.active{
	text-decoration:underline;
}
	

footer{
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
}

body{
	padding:50px;
	text-align: left;
}


* html footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


footer #info{
background-color:#5fa014;
margin:0 auto;
color:#fff;
padding:20px;
}

.dataprot{
	padding-bottom:60px;
}

.dataprot a:link,  a:visited{
	color:green;
	text-decoration:underline;
	}