<html>
    <head>
        <title>Webseite ist gerade im Urlaub</title>
        <style type="text/css">
            body {
                margin: 0;
                font: normal normal 12px/22px Arial, Helvetica, sans-serif;
                color: #666;
                background: #1f2224;
            }
            .wrapper {
                background: url(bg.jpg) repeat-x center top;
                width: 100%;
                height: 100%;
            }
            .page {
                margin: 0 auto;
                height: 500px;
                width: 960px;
            }
            .page .content {
                background: url(pic.jpg) no-repeat center 42%;
                padding-top: 310px;
                text-align: center;
            }
            h1 {
                font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
                color: #fff;
                font-size: 3.2em;
                font-weight: normal;
                letter-spacing: 2px;
                margin-bottom: 20px;
            }
            .footer {
                position: absolute;
                bottom: 0px;
                width: 100%;
                height: 50px;
                text-align: center;
            }
            .footer a {
                text-decoration: none;
                color: #666;
            }
            .footer img {
                vertical-align: text-top;
                margin-left: 10px;
                border: 0;
            }
        </style>
    </head>
    <body>
        <div class="wrapper">
            <div class="page">
                <div class="content">
                    <h1>Webseite ist gerade im Urlaub</h1>
                    <p>Diese Webseite hat sich eine kurze Auszeit genommen und wird bald wieder f&uuml;r Dich da sein!</p>
                </div>
            </div>
<br>
<center>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8049364906210506";
/* urlaub.Hostloco */
google_ad_slot = "6696983460";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
<br>

            <div class="footer">
                <a href="http://www.hostloco.com" target="_blank">Gehostet von <img src="logo.jpg" alt="Hostloco" /></a>
            </div>
        </div>
    </body>
</html>
