
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #82000C;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #858585;
}

a:link{
        font-family: arial;
}

a:hover{ font-weight:bold; color:green; text-decoration:none; }
       
       


#WeiterLink {
        font-size: 13px; 
        margin-left: 10px;
}


#zurueckLink {
        
        font-size: 13px; 
        margin-left: 120px;
}

 #bild1 {
   position: absolute;
   left: 50px;
   top: 50px;
   width: 100px;
 height: 100px;
  background-color: red;
   opacity: 0.5;
   transition: all 1s ease-in-out;
 }
  
  #bild1:hover {
   position: absolute;
   left: 40px;
   top: 40px;
   width: 120px;
   height: 120px;
   background-color: blue;
   opacity: 1;
 }

}