<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
  <head>
    <title>Note | Hinweis | Nota | Let op | Nota | Serveur surchargé</title>
    <style type="text/css">
      * { font-family: Verdana, Arial, Helvetica, sans-serif; }
      body {
          margin: 0;
          padding: 0;
          font-size: 10px;
      }

      p, span, h1, h2, h3, h4, h5, h6 {
          font-size: 12px;
      }

      h1, h2, h3{
          margin: 0;
          padding: 0;
          font-size: 12px;
          font-weight: bold;
      }

      p {
          margin-top: 0;
          margin-bottom: 14px;
          line-height: 145%;
      }

      .Box {
          position: relative;
          width: 440px;
          margin: 0 auto 0 auto;
      }

      div.Box div.Dialog {
          position: relative;
          top: 100px;
          width:398px;
          min-height: 150px;
          _height: 150px;
          overflow: visible;

          margin: 0 auto 0 auto;

          border: 1px solid #9FA6A8;

          padding: 10px 12px 10px 12px;

          background-color: #FCFCFC;
          text-align: left;
          vertical-align:middle;
      }

      div.Box div.Dialog div.DialogMessage {
          overflow: visible;
          padding: 0 0 0 90px;
          background: url("/WebRoot/Icons/heavytraffic_ico_xl_warning.gif") top left no-repeat;
      }
    </style>
  </head>

  <body>
    <div class="Box">
      <div class="Dialog">
        <div class="DialogMessage">
          <h3><img src="/WebRoot/Icons/flag_en.gif" alt="English" /> Note</h3>
          <p>Your request couldn't been served. Please try again.</p>
          <h3><img src="/WebRoot/Icons/flag_de.gif" alt="Deutsch" /> Hinweis</h3>
          <p>Ihre Anfrage konnte nicht bearbeitet werden. Bitte versuchen Sie es noch einmal.</p>
		  <h3><img src="/WebRoot/Icons/flag_es.gif" alt="Espa&ntilde;ol" /> Nota</h3>
          <p>Su petici&oacute;n no pudo ser procesada. Por favor, int&eacute;ntelo otra vez. </p>
		  <h3><img src="/WebRoot/Icons/flag_nl.gif" alt="Nederlands" /> Let op</h3>
          <p> Uw opdracht kon niet worden verwerkt. Probeer het opnieuw.</p>
	 	  <h3><img src="/WebRoot/Icons/flag_it.gif" alt="Italiano" /> Nota</h3>
          <p>Non &egrave; stato possibile lavorare alla sua richiesta. Prego riprovare. </p>
		  <h3><img src="/WebRoot/Icons/flag_fr.gif" alt="Fran&ccedil;ais" /> Attention</h3>
          <p>Votre demande n&rsquo;a pas pu &ecirc;tre trait&eacute;e. Veuillez r&eacute;essayer ult&eacute;rieurement.</p>
        </div>
      </div>
    </div>
  </body>
</html>

