<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>Wartungsarbeiten - Thieme Verlagsgruppe</title>
		<style type="text/css">
			*
			{
				padding:				0;
				margin:					0;
			}
			body
			{
				font:					12px Verdana, Helvetica, sans-serif;
				padding-top:			100px;
				background:				#fafafa;
			}
			div
			{
				box-shadow:				0 0 10px #c0c0c0;
				background:				#fff;
				width:					500px;
				margin:					0 auto;
				padding:				20px;
			}
			img
			{
				margin:					0 auto;
				display:				block;
			}
			p
			{
				margin-bottom:			16px;
				line-height:			16px;
			}
			p:last-child
			{
				margin-bottom:			0;
				text-align:				center;
				font-size:				10px;
				color:					#666;
			}
		</style>
	</head>
	<body>
		<div>
			<p>
				<img src="logo.jpg" alt="">
			</p>
			<p>
				Derzeit werden Wartungsarbeiten durchgeführt.<br>Bitte haben Sie etwas Geduld und aktualisieren Sie die Seite nach einiger Zeit um wieder auf das Angebot zu gelangen.<br>Bitte entschuldigen Sie diese Unannehmlichkeiten.
			</p>
			<p>
				Copyright Thieme Verlagsgruppe
			</p>
		</div>
	</body>
</html>