*{
font-family:Arial,Helvetica;
font-size: 12px;
line-height: 20px;
margin:0;
padding:0;
color:#555;
 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
html,body {
    margin:0;
    padding:0;
    height:100%; /* braucht es für die min-height des Containers */
}
#cont{
position:relative; /* braucht es für die Footer Position*/
margin:0 auto; /* Zentriert die Seite (nicht in IE5) */
width:750px;
height:auto !important; /* normale Browser */
height:100%; /* IE6: setzt dies wie min-height um*/
min-height:100%; /* normale Browser */width:100%;
height:100%;
margin:0;
border-bottom:3px solid #CCC;
}
.inner{
width:940px; 
margin: 0px auto;
height:100%;
position:relative;
}
a.back{
top:50%;
left:10px;
padding:10px;
border:1px solid #aaa;
border-radius:4px;
background-color:#eee;
}
.next
{
right:10px;
top:50%;
padding:10px;
border:1px solid #aaa;
border-radius:4px;
background-color:#eee;

}
.download{
right:10px;
bottom:10px;
padding:10px;
border:1px solid #aaa;
border-radius:4px;
background-color:#eee;
}
.description{
	margin-left:30px;
 }
.abso{
text-transform:uppercase;
position:absolute;
}
a img{
border:none;
}
.abso:hover{
color:#996677;
transition:.55s ;
	transform:translate(	3px,3px);
}
