From 7d3520eecb74ceef6f274fc2186a500480515ef1 Mon Sep 17 00:00:00 2001 From: chsteinle Date: Mon, 21 Feb 2022 10:50:45 +0100 Subject: [PATCH] Online state --- css/page.css | 225 +++++++++++++++++++++++++++++++++++++++ footer.php | 1 + greybar.php | 39 +++++++ haftung.php | 13 +++ header.php | 1 + home.php | 13 +++ img/Visitenkarte-RGB.png | Bin 0 -> 3495 bytes img/button_blau.jpg | Bin 0 -> 848 bytes img/button_blau_over.jpg | Bin 0 -> 828 bytes img/button_grau.jpg | Bin 0 -> 861 bytes img/button_grau_over.jpg | Bin 0 -> 686 bytes img/footer_l.png | Bin 0 -> 698 bytes img/footer_m.png | Bin 0 -> 306 bytes img/footer_r.png | Bin 0 -> 646 bytes img/foto.jpg | Bin 0 -> 26140 bytes img/header.png | Bin 0 -> 828 bytes img/header_r.png | Bin 0 -> 1411 bytes img/huber-putz.gif | Bin 0 -> 1071 bytes img/huber-putz.png | Bin 0 -> 14101 bytes img/inh_bot.png | Bin 0 -> 1436 bytes img/inh_mid.png | Bin 0 -> 4487 bytes img/inh_top.png | Bin 0 -> 1193 bytes img/l_bot.png | Bin 0 -> 732 bytes img/l_mid.png | Bin 0 -> 204 bytes img/l_top.png | Bin 0 -> 6468 bytes img/li.png | Bin 0 -> 4722 bytes img/logo.gif | Bin 0 -> 2262 bytes img/logo.png | Bin 0 -> 65664 bytes img/stuck.png | Bin 0 -> 64249 bytes impressum.php | 43 ++++++++ inc/config.php | 4 + inc/funktionen.php | 6 ++ inc/variablen.php | 24 +++++ index.php | 63 +++++++++++ inhalt.php | 7 ++ kontakt.php | 101 ++++++++++++++++++ leistungen.php | 10 ++ links.php | 4 + logo.php | 1 + menu.php | 38 +++++++ sv.php | 33 ++++++ 41 files changed, 626 insertions(+) create mode 100644 css/page.css create mode 100644 footer.php create mode 100644 greybar.php create mode 100644 haftung.php create mode 100644 header.php create mode 100644 home.php create mode 100644 img/Visitenkarte-RGB.png create mode 100644 img/button_blau.jpg create mode 100644 img/button_blau_over.jpg create mode 100644 img/button_grau.jpg create mode 100644 img/button_grau_over.jpg create mode 100644 img/footer_l.png create mode 100644 img/footer_m.png create mode 100644 img/footer_r.png create mode 100644 img/foto.jpg create mode 100644 img/header.png create mode 100644 img/header_r.png create mode 100644 img/huber-putz.gif create mode 100644 img/huber-putz.png create mode 100644 img/inh_bot.png create mode 100644 img/inh_mid.png create mode 100644 img/inh_top.png create mode 100644 img/l_bot.png create mode 100644 img/l_mid.png create mode 100644 img/l_top.png create mode 100644 img/li.png create mode 100644 img/logo.gif create mode 100644 img/logo.png create mode 100644 img/stuck.png create mode 100644 impressum.php create mode 100644 inc/config.php create mode 100644 inc/funktionen.php create mode 100644 inc/variablen.php create mode 100644 index.php create mode 100644 inhalt.php create mode 100644 kontakt.php create mode 100644 leistungen.php create mode 100644 links.php create mode 100644 logo.php create mode 100644 menu.php create mode 100644 sv.php diff --git a/css/page.css b/css/page.css new file mode 100644 index 0000000..2f97890 --- /dev/null +++ b/css/page.css @@ -0,0 +1,225 @@ +body { + font-family: Verdana, Arial; + font-size: 12px; + width: 980px; + margin: auto; + margin-top: 20px; + color: #4C5354; +} + +h1 { + font-size: 1.5em; + color: #17479E; + font-weight: bold; + margin: 0px; +} + +h2 { + font-size: 1.2em; + font-weight: bold; + color: #17479E; + margin: 20px 0px 0px 0px; +} + +p { + margin: 10px 0px 0px 0px; +} + +img { + border: 0px; +} + +#logo { + width: 310px; + height: 320px; + float: left; +} + +#header{ + height: 155px; + width: 650px; + float: left; + background-image: url(../img/header.png); +} + +#header_right { + height: 155px; + width: 20px; + float: right; + background-image: url(../img/header_r.png); +} + +#header img{ + padding-top: 5px; + padding-bottom: 0px; +} + +#links_box { + float: left; + width: 300px; + margin: 0px 0px 0px 0px; +} + +#links { + width: 200px; + height: 430px; + margin: 0px 0px 0px 110px; + float: left; + background-image: url(../img/l_mid.png); + background-position: right; + background-repeat: repeat-y; +} + +#links ul{ + margin: 0px; + padding: 0px; + width: 190px; +} + +#links li{ + list-style-type: none; + background-image: url(../img/li.png); + height: 45px; + padding: 0px; + margin: 0px; +} + +#links li:hover{ + font-weight: bold; +} + +#links li.aktiv{ + font-weight: bold; +} + +#links a{ + text-decoration: none; + display: block; + width: 130px; + margin: 0px 0px 0px 50px; + height: 40px; + line-height: 40px; + color: #fff; + font-size: 1em; +} + +#links_bottom { + height: 20px; + width: 160px; + margin: 0px 0px 0px 150px; + background-image: url(../img/l_bot.png); + float: left; +} + +#inhalt_top { + width: 670px; + float: right; + height: 20px; + margin: 0px; + background-image: url(../img/inh_top.png); +} + +#inhalt_box { + width: 670px; + float: right; + margin: 0px; + background-image: url(../img/inh_mid.png); +} + +#inhalt { + width: 640px; + height: 575px; + margin: 0px 0px 0px 5px; + text-align: justify; + overflow: auto; +} + +#inhalt ul{ + padding-left: 20px; +} + +#inhalt_bottom { + width: 670px; + float: right; + height: 20px; + margin: 0px; + background-image: url(../img/inh_bot.png); +} + +img.daemm{ + float: right; + padding-left: 50px; +} + +img.info{ + float: left; + padding-right: 50px; +} + +img.rechts { + float: right; + margin-left: 20px; + margin-bottom: 20px; +} + +img.referenz{ + padding: 0px 0px 0px 0px; +} + +#clear { + overflow: hidden; + clear: left; + height: 0px; + margin: -1px 0px 0px 0px; + font-size: 1px; +} + +#cleaner { + clear: both; + margin-top: 0px; + position: fixed; +} + +#footer_box { + color: #fff; + height: 30px; + padding-top: 0px; + margin: 0px 0px 0px 150px; +} + +#footer_links { + margin: 0px; + height: 30px; + width: 10px; + background-image: url(../img/footer_l.png); + background-repeat: no-repeat; + float: left; +} + +#footer { + margin: 0px; + height: 30px; + width: 808px; + background-image: url(../img/footer_m.png); + background-repeat: repeat-x; + float: left; +} + +#footer_rechts { + margin: 0px; + height: 30px; + width: 12px; + background-image: url(../img/footer_r.png); + background-repeat: no-repeat; + float: left; +} + +#footer2 a { + margin: 0px 5px 50px 0px; + color: #4C5354; + text-decoration: none; + font-weight: normal; + font-variant: small-caps; + float: right; +} + diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..439c527 --- /dev/null +++ b/footer.php @@ -0,0 +1 @@ +© Christian Steinle - CS medien- & kommunikationssysteme diff --git a/greybar.php b/greybar.php new file mode 100644 index 0000000..901a270 --- /dev/null +++ b/greybar.php @@ -0,0 +1,39 @@ +\n"; + +// Element Header Kontakt + echo " Kontakt\n"; + +// Element Header Haftungsausschluss + echo " Haftungsausschluss\n"; + +// Element Header Impressum + echo " Impressum\n"; + + + + echo "\n"; + +?> + diff --git a/haftung.php b/haftung.php new file mode 100644 index 0000000..da5019a --- /dev/null +++ b/haftung.php @@ -0,0 +1,13 @@ +

Haftungsausschluss

+

Gewährleistung:

+

Außer in Fällen von grobem Vorsatz oder Fahrlässigkeit übernehme ich, Florian Huber, + keine Haftung für mittelbar oder unmittelbar verursachte Schäden oder Kosten, die durch die + Nutzung meines Informationsangebotes verursacht werden.

+

Links / Weiterleitungen

+

Mit dem Urteil vom 12. Mai 1998 hat das Landgericht Hamburg entschieden, dass man durch die Anbringung + eines Links die Inhalte der gelinkten Seite unter Umständen mit zu verantworten hat. Dies kann, so das + LG, nur dadurch verhindert werden, dass man sich ausdrücklich von diesen Inhalten distanziert.

+

Ich habe auf meiner Website Links / Weiterleitungen zu anderen Webseiten im Internet gelegt. Für alle diese + Links gilt: Ich erkläre hiermit ausdrücklich, dass ich keinen Einfluß auf die Gestaltung und + den Inhalt der gelinkten Seite habe und distanziere mich weiterhin ausdrücklich von den Inhalten aller + gelinkten Seiten auf dieser Website und mache mir deren Inhalt nicht zu eigen.

\ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..13a37a0 --- /dev/null +++ b/header.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/home.php b/home.php new file mode 100644 index 0000000..ef7d702 --- /dev/null +++ b/home.php @@ -0,0 +1,13 @@ +

Sachverständigenbüro

+Florian Huber +

Florian Huber

+

Von der Handwerkskammer Schwaben öffentlich bestellter und vereidigter + Sachverständiger für das Stuckateur Handwerk

+Stuckateurmeister

+

Bestellgebiet: Stuckateur Handwerk

+\n"; + include "greybar.php"; + +?> + diff --git a/sv.php b/sv.php new file mode 100644 index 0000000..0274bc5 --- /dev/null +++ b/sv.php @@ -0,0 +1,33 @@ +

Alles über Sachverständige

+

Der öffentlich bestellte und vereidigte Sachverständige

+

In Deutschland ist die Bezeichnung des Sachverständigen nicht rechtlich geschützt. Daraus ergibt sich, + dass jeder ohne Nachweis seiner Qualifikationen sich als Sachverständiger bezeichnen kann.
+ Sicherlich mögen viele "freie Sachverständige" auf Ihren Fachgebieten über herausragendes Wissen + verfügen, allerdings haben sie dies in der Regel nie unter Beweis stellen müssen.
+ Um eine Abgrenzung zwischen wirklichen Experten und oben genannten Anbietern zu schaffen, sieht der + Gesetzgeber die öffentliche Bestellung vor. Sie bescheinigt dem Sachverständigen auf einem bestimmten + Fachgebiet, besonders qualifiziert zu sein. Öffentlich bestellte und vereidigte Sachverständige + sind darauf vereidigt unabhängig und unparteiisch zu handeln. Dritte, denen Gutachten von solchen + Sachverständigen vorgelegt werden, können sich somit auf diese Ergebnisse verlassen.
+ Neutrale Gutachten stärken den Ruf und die Position des Auftraggebers.
+ Durch Unabhängigkeit und Unparteilichkeit, werden öffentlich bestellte und vereidigte + Sachverständige als Gerichtsgutachter bevorzugt beauftragt, so verlangt es die Prozessordnung deutscher + Gerichte.

+

Ständig auf dem Prüfstand

+

Nur Fachleute mit herausragenden Qualifikationen werden öffentlich bestellt und vereidigt.
+ Um die Bestellung zu erhalten, müssen sich die Bewerber einem aufwändigen Schulungs- und + Prüfverfahren unterziehen. Probegutachten sind einzureichen und ständige Fortbildungsmaßnahmen + nachzuweisen.
+ Im Anschluss steht ihre Arbeit unter ständiger Aufsicht der vom Staat beauftragten + Bestellungskörperschaft.
+ Entspricht ihre Qualifikation nicht mehr den aktuellen Anforderungen, können bereits vereidigte + Sachverständige ihren Status verlieren, wodurch sich eine Fortbildungspflicht ergibt. Diese wird von den + Bestellkörperschaft kontrolliert.

+

Gesetzgebung, Vertrauen und Sicherheit

+

Wer öffentlich bestellte und vereidigte Sachverständige beauftragt, erhält Sicherheit für + unternehmerische, gerichtliche und private Entscheidungen. Genau diese Tatsache hat den deutschen Gesetzgeber + dazu bewogen, die öffentliche Bestellung einzuführen. Dass der Staat die besondere Qualifikation + dieser Sachverständigen und die Qualität ihrer Dienstleistung anerkennt, erleichtert Unternehmen, + Gerichten und Verbrauchern die Auswahl von Sachverständigen und garantiert, dass das Gutachten hohen + Anforderungen gerecht wird.

+