Max Matschiner 9 tahun lalu
induk
melakukan
a6447182e7

+ 79 - 78
bad_gateway.html

@@ -1,82 +1,83 @@
-<HTML>
+
+<!doctype html>
+<html>
 <head>
 <meta charset="UTF-8">
-<TITLE>502 Bad Gateway</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<title>Fehler 502 Bad Gateway</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>502</i> Bad Gateway</H1>
-    <p>
-        Web server received an invalid response while acting as a gateway or proxy server.
-    </p>
-    <p>
-        If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-    </p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 502 Bad Gateway</h1>
+The web server received an invalid response while acting as a gateway or proxy server.
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 76 - 81
bad_request.html

@@ -1,85 +1,80 @@
-<HTML>
+<!doctype html>
+<html>
 <head>
 <meta charset="UTF-8">
-<TITLE>400 Bad Request</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<title>Fehler 400 Bad Request</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
- @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>400</i>Bad Request</H1>
-    <P>
-        Your browser sent a request that this server could not understand.
-    </P>
-    <p>
-        Client sent malformed Host header
-    </p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 400 Bad Request</h1>
+Ihr Browser hat einen Header gesendet, den ich nicht verstehen kann.
+<br>
+<br><br>
 
-<!--
-   - Unfortunately, Microsoft has added a clever new
-   - "feature" to Internet Explorer. If the text of
-   - an error's message is "too small", specifically
-   - less than 512 bytes, Internet Explorer returns
-   - its own error message. You can turn that off,
-   - but it's pretty tricky to find switch called
-   - "smart error messages". That means, of course,
-   - that short error messages are censored by default.
-   - IIS always returns error messages that are long
-   - enough to make Internet Explorer happy. The
-   - workaround is pretty simple: pad the error
-   - message with a big comment like this to push it
-   - over the five hundred and twelve bytes minimum.
-   - Of course, that's exactly what you're reading
-   - right now.
-   -->
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+</article>
+</body>
+</html>

+ 79 - 79
forbidden.html

@@ -1,82 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>403 Forbidden</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<!doctype html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 403 Forbidden</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
- @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>403</i> Forbidden</H1>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 403 Forbidden</h1>
+Sie haben leider nicht die benötigten Berechtigungen.
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
 
-<p>
-    You do not have permission to access this document.
-</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
 
-<!--
-   - Unfortunately, Microsoft has added a clever new
-   - "feature" to Internet Explorer. If the text of
-   - an error's message is "too small", specifically
-   - less than 512 bytes, Internet Explorer returns
-   - its own error message. You can turn that off,
-   - but it's pretty tricky to find switch called
-   - "smart error messages". That means, of course,
-   - that short error messages are censored by default.
-   - IIS always returns error messages that are long
-   - enough to make Internet Explorer happy. The
-   - workaround is pretty simple: pad the error
-   - message with a big comment like this to push it
-   - over the five hundred and twelve bytes minimum.
-   - Of course, that's exactly what you're reading
-   - right now.
-   -->
+</article>
+</body>
+</html>

+ 80 - 86
internal_server_error.html

@@ -1,88 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>500 Internal Server Error</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<!doctype html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 500 - Internal Server Error</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD><BODY>
-<H1><i>500</i> Internal Server Error</H1>
-    <p>
-    The server encountered an internal error or misconfiguration and was unable to complete your request
-    .</p>
-    <p>
-Please contact the server administrator to inform of the time the error occurred
-and of anything you might have done that may have
-caused the error.
-</p>
-<p>
-More information about this error may be available
-in the server error log.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 500 - Internal Server Error</h1>
+Es ist leider ein Server Fehler aufgetreten.
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-   - Unfortunately, Microsoft has added a clever new
-   - "feature" to Internet Explorer. If the text of
-   - an error's message is "too small", specifically
-   - less than 512 bytes, Internet Explorer returns
-   - its own error message. You can turn that off,
-   - but it's pretty tricky to find switch called
-   - "smart error messages". That means, of course,
-   - that short error messages are censored by default.
-   - IIS always returns error messages that are long
-   - enough to make Internet Explorer happy. The
-   - workaround is pretty simple: pad the error
-   - message with a big comment like this to push it
-   - over the five hundred and twelve bytes minimum.
-   - Of course, that's exactly what you're reading
-   - right now.
-   -->
+</article>
+</body>
+</html>

+ 80 - 79
maintenance.html

@@ -1,81 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>503 Service Temporarily Unavailable</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 503 Service Temporarily Unavailable</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-        max-width: 800px;
-        margin: 10px auto;
-        
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>503</i>Service Temporarily Unavailable</H1>
-<p>
-The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 503 - Service Temporarily Unavailable</h1>
+Bitte probieren Sie's in Kürze nochmal!
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 80 - 79
method_not_allowed.html

@@ -1,82 +1,83 @@
-<HTML>
+<!doctype html>
+<html>
+<head>
 <meta charset="UTF-8">
-<head><meta charset="UTF-8">
-<TITLE>405 Method Not Allowed</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<title>Fehler 405 Method Not Allowed</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>405</i>Method Not Allowed</H1>
-<p>
-    The HTTP verb used to access this page is not allowed.
-</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 405 Method Not Allowed</h1>
+Leider ist Ihre Methode diesen Server aufzurufen nicht erlaubt.
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 80 - 77
not_acceptable.html

@@ -1,80 +1,83 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>406 Not Acceptable</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<!doctype html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 406 Not Acceptable</title>
 
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>406</i>Not Acceptable</H1>
-<p>Client browser does not accept the MIME type of the requested page.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 406 Not Acceptable</h1>
+Dein Browser akzeptiert den Mime-typ/Dateitypen dieser Datei nicht.
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
+
+</article>
+</body>
+</html>

+ 80 - 78
not_found.html

@@ -1,80 +1,82 @@
-<HTML>
-<HEAD>
-<TITLE>404 Not Found</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<!doctype html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 404</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-        
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>404</i>Not Found</H1>
-<p>
-The requested document was not found on this server.
-</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 404</h1>
+Die Ressource wurde unter dem angegebenen URI nicht gefunden.
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-   - Unfortunately, Microsoft has added a clever new
-   - "feature" to Internet Explorer. If the text of
-   - an error's message is "too small", specifically
-   - less than 512 bytes, Internet Explorer returns
-   - its own error message. You can turn that off,
-   - but it's pretty tricky to find switch called
-   - "smart error messages". That means, of course,
-   - that short error messages are censored by default.
-   - IIS always returns error messages that are long
-   - enough to make Internet Explorer happy. The
-   - workaround is pretty simple: pad the error
-   - message with a big comment like this to push it
-   - over the five hundred and twelve bytes minimum.
-   - Of course, that's exactly what you're reading
-   - right now.
-   -->
+</article>
+</body>
+</html>

+ 82 - 79
not_implemented.html

@@ -1,81 +1,84 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>501 Not Implemented</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+
+<!doctype html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 501 Not Implemented</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>501</i>Not Implemented</H1>
-<p>
-The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.
-</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 501 Not Implemented</h1>
+The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.<P>
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 82 - 79
precondition_failed.html

@@ -1,81 +1,84 @@
-<HTML>
-<HEAD>
-<TITLE>412 Precondition Failed</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 412 Precondition Failed</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    } hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>412</i>Precondition Failed</H1>
-    <p>The request was not completed due to preconditions that are set in the request header.</p>
-    <P>
-        Preconditions prevent the requested method from being applied to a resource other than the one intended.
-    </p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 412 Precondition Failed</h1>
+The request was not completed due to preconditions that are set in the request header.<P>
+Preconditions prevent the requested method from being applied to a resource other than the one intended.<P>
+
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 80 - 78
proxy_authentication_required.html

@@ -1,80 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>407 Proxy Authentication Required</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 407 Proxy Authentication Required</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>407</i>Proxy Authentication Required</H1>
-    <p>You must be authenticated by a proxy server before the Web server can execute your request.</p>
- 
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 407 Proxy Authentication Required</h1>
+Bitte melden Sie sich an.
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 80 - 77
request-uri_too_long.html

@@ -1,79 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>414 Request-URI Too Long</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 414 Request-URI Too Long</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-     hr {
-        margin: 20px 20px;
-        display: block;
-    }
-     @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>414</i>Request-URI Too Long</H1>
-<p>The Web server is refusing to service the request because the requested URL address is too long.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 414 Request-URI Too Long</h1>
+Die aufgerufen URL ist zu lange!
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+</article>
+</body>
+</html>

+ 81 - 83
unauthorized.html

@@ -1,85 +1,83 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<HTML>
-<head><meta charset="UTF-8">
-<TITLE>401 Authorization Required</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 401 Authorization Required</title>
+
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-    hr {
-        margin: 20px 20px;
-        display: block;
-    }
-    @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>401</i>Authorization Required</H1>
-<P>This server could not verify that you
-are authorized to access the document
-requested.  Either you supplied the wrong
-credentials (e.g., bad password), or your
-browser doesn't understand how to supply
-the credentials required.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR />
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 401 Authorization Required</h1>
+Leider konnte ich nicht überprüfen, ob Sie eingeloggt sind.
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
 
-<!--
-   - Unfortunately, Microsoft has added a clever new
-   - "feature" to Internet Explorer. If the text of
-   - an error's message is "too small", specifically
-   - less than 512 bytes, Internet Explorer returns
-   - its own error message. You can turn that off,
-   - but it's pretty tricky to find switch called
-   - "smart error messages". That means, of course,
-   - that short error messages are censored by default.
-   - IIS always returns error messages that are long
-   - enough to make Internet Explorer happy. The
-   - workaround is pretty simple: pad the error
-   - message with a big comment like this to push it
-   - over the five hundred and twelve bytes minimum.
-   - Of course, that's exactly what you're reading
-   - right now.
-   -->
+</article>
+</body>
+</html>

+ 79 - 78
unsupported_media_type.html

@@ -1,81 +1,82 @@
-<HTML>
-<head><meta charset="UTF-8">
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Fehler 415 Unsupported Media Type</title>
 
-<TITLE>415 Unsupported Media Type</TITLE>
-<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
 <style>
-    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
-    body {
-        font-family: 'Open Sans', sans-serif;
-        color: #444;
-        font-weight: 300;
-        text-align: center;
-        padding: 20px;
-    }
-    h1 {
-        font-weight: 300;
-        font-size: 100px;
-    }
-    h1 i {
-        font-style: normal;
-        display: block;
-        font-size: 200px;
-        color:orangered;
-    }
-    a:link {
-        color: orangered;
-        text-decoration: none;
-    }
-    ADDRESS {
-        font-style: normal;
-    }
-    p {
-        font-size: 20px;
-         max-width: 800px;
-        margin: 10px auto;
-    }
-    hr {
-        margin: 20px 20px;
-        display: block;
-    }
-    @media all and (max-width: 700px){
-        h1 {
-            font-size: 36px;
-        }
-        h1 i {
-            font-size: 80px;
-        }
-    }
-  </style> 
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</HEAD>
-<BODY>
-<H1><i>415</i>Unsupported Media Type</H1>
-<p>The Web server cannot service the request because the requested file is in a format that the server is configured not to download.</p>
-<p>
-    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
-</p>
-<HR>
-<ADDRESS>
-Web Server at madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
-</ADDRESS>
-</BODY>
-</HTML>
+body, input {
+	background-color:rgba(244,244,244,1);
+}
+article, input {
+	max-width:1024px;
+	margin:0px auto;
+	font-family:Arial, Helvetica, sans-serif;
+	font-size:18px;
+	font-weight:lighter;
+	color:rgba(88,88,88,1);	
+}
+h1 {
+	font-size:30px;
+	font-weight:lighter;	
+}
+a, a:visited {
+	text-decoration:none;
+	font-size:22px;
+	color:rgba(0,136,194,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
 
-<!--
-- Unfortunately, Microsoft has added a clever new
-- "feature" to Internet Explorer. If the text of
-- an error's message is "too small", specifically
-- less than 512 bytes, Internet Explorer returns
-- its own error message. You can turn that off,
-- but it's pretty tricky to find switch called
-- "smart error messages". That means, of course,
-- that short error messages are censored by default.
-- IIS always returns error messages that are long
-- enough to make Internet Explorer happy. The
-- workaround is pretty simple: pad the error
-- message with a big comment like this to push it
-- over the five hundred and twelve bytes minimum.
-- Of course, that's exactly what you're reading
-- right now.
--->
+}
+a:hover {
+	color:rgba(88,88,88,1);
+	moz-transition-property:all;
+	-moz-transition-duration:1s;
+	-o-transition-property:all;
+	-o-transition-duration:1s;
+	-webkit-transition-property:all;
+	-webkit-transition-duration:1s;
+	margin-left:12px;
+}
+li {
+	line-height:150%;
+}
+article button {
+	background-color: rgba(222,222,222,0.6);
+	border:1px solid rgba(0,136,194,1);
+	border-radius:5px;
+	font-size:24px;
+	color:rgba(0,136,194,1);
+font-family:Arial, Helvetica, sans-serif;
+	padding:8px 12px;
+}
+
+article button:hover, article button:active { /* button hover*/
+	background-color: rgba(222,222,222,0.4);
+	cursor:pointer;
+	border:1px solid rgba(0,136,194,1);
+	}
+</style>
+</head>
+
+<body>
+<article>
+<h1>Fehler 415 Unsupported Media Type</h1>
+Das Dateiformat dieser Datei wird leider nicht unterstützt.
+
+<br>
+<br><br>
+
+Diese Seiten liegen auf diesem Server!<br><br>
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
+
+
+</article>
+</body>
+</html>