þÿ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN"> <html> <head> <title>Restaurant Albatros</title> <style type="text/css" media="screen"> body { background-color: #103a27;} #albatros {margin-left: auto; margin-right: auto; width: 1000px; height: 659px; background-image: url(images/platzhalter.jpg);} #buttons {margin-left: auto; margin-right: auto; width: 1000px; overflow: hidden;} #button_mail a {margin-left: 340px; width: 150px; height: 30px; border: 1px solid white; float: left; background-image: url(images/button_mail1.jpg);} #button_mail a:hover {background-image: url(images/button_mail2.jpg); background-color: #e4d9ae;} #button_gcuf a {margin-left: 10px; width: 150px; height: 30px; border: 1px solid white; float: left; background-image: url(images/button_gcuf1.jpg);} #button_gcuf a:hover {background-image: url(images/button_gcuf2.jpg); background-color: #e4d9ae;} </style> </head> <body> <div id="albatros"></div> <div id="buttons"> <div id="button_mail"><a href="mailto:albatros-unna.de"></a></div> <div id="button_gcuf"><a href="http://www.gcuf.de/" target="_blank"></a></div> </div> </body> </html>