<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Collaxo - Maintenance - Wartung</title>
    <link rel="stylesheet" href="bootstrap.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
    <script src="bootstrap.min.js"></script>
</head>
	<title>Maintenance</title>
	<style type="text/css">
		body {
			margin: 0;
			padding: 0;
		}
		h2 {
			font-family: Arial, Georgia, serif;
			color: #333333;
			font-size: 32px;
			text-shadow: 1px 1px 1px #cccccc;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		p {
			font-family: Arial, Georgia, serif;
			color: #555555;
			font-size: 16px;
		}

		hr {
			width: 660px;
			height: 1px;
			border: 0;
			background: #666666;
			box-shadow: 1px 1px 1px #cccccc; 
		}

        .alert-info2 {
          background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
          background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
          background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
          border-color: #9acfea;
        }

        <?php
        /*
        .maintenanceBox {
            width:514px;
            border-radius: 4px;
            padding:8px;
            border:1px solid #999;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
            background: rgba(179, 179, 179, 0.15);
            color: #666;
            text-align: left;
        }

        .maintenance_de {
            margin-top:40px;
        }

        .maintenance_en {
            margin-top:30px;
        }
        */
        ?>

        button {
            display:none;
        } 
	</style>
</head>

<body>

<center>
	<h2>Maintenance - Wartung - Manutenzione</h2>
	<hr>
    <!--
	<p>
		Dear Visitor,<br>
		Collaxo is currently under maintenance and will be back soon.<br>
		Please check back in a few minutes.<br>
	</p>
    -->

    <?php require_once('box.htm'); ?>

</center>

</body>
</html>