diff --git a/htdocs/css/my_layout.css b/htdocs/css/my_layout.css
deleted file mode 100644
index 6ed84e0..0000000
--- a/htdocs/css/my_layout.css
+++ /dev/null
@@ -1,22 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
- * (en) central stylesheet
- * (de) zentrales Stylesheet
- *
- * @creator YAML Builder V1.2b (http://builder.yaml.de)
- * @file my_layout.css
- * @-yaml-minver 3.1
- *
- */
-
-/* import core styles | Basis-Stylesheets einbinden */
-@import url(../yaml/core/base.css);
-
-/* import screen layout | Screen-Layout einbinden */
-@import url(../yaml/navigation/nav_shinybuttons.css);
-@import url(screen/basemod.css);
-@import url(screen/content.css);
-
-/* import print layout | Druck-Layout einbinden */
-@import url(../yaml/print/print_draft.css);
diff --git a/htdocs/css/patches/patch_my_layout.css b/htdocs/css/patches/patch_my_layout.css
deleted file mode 100644
index b99f062..0000000
--- a/htdocs/css/patches/patch_my_layout.css
+++ /dev/null
@@ -1,47 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
- * (en) IE patch stylesheet
- * (de) IE-Anpassungs-Stylesheet
- *
- * @creator YAML Builder V1.2b (http://builder.yaml.de)
- * @file patch_my_layout.css
- * @-yaml-minver 3.1
- */
-
-/* Layout independent adjustments | Layout-unabhängige Anpassungen */
-@import url(../../yaml/core/iehacks.css);
-
-/* Layout-dependent adjustments | Layout-abhängige Anpassungen */
-@media screen, projection
-{
- /**
- * Bugfix for IE 3-Pixel-Jog Bug
- *
- * @bugfix
- * @affected IE 5.x/Win, IE6
- * @css-for IE 5.x/Win, IE6
- * @valid yes
- */
-
- * html #col3 {height: 1%}
- * html #col1 {margin-right: -3px}
- * html #col3 {margin-left: 24%}
-
- /**
- * min-width/max-width workaround for IE
- *
- * @workaround
- * @affected IE 5.x/Win, IE6
- * @css-for IE 5.x/Win, IE6
- * @valid no
- */
-
- * html .page_margins {
- /* Fallback if JavaScript is disabled */
- width: auto;
-
- /* JS-Expression for min-/max-width simulation */
- width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "740px" : ((document.documentElement.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )));
- }
-}
diff --git a/htdocs/css/screen/basemod.css b/htdocs/css/screen/basemod.css
deleted file mode 100644
index 4fd166a..0000000
--- a/htdocs/css/screen/basemod.css
+++ /dev/null
@@ -1,127 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
- * (en) stylesheet for screen layout
- * (de) Stylesheet für das Bildschirm-Layout
- *
- * @creator YAML Builder V1.2b (http://builder.yaml.de)
- * @file basemod.css
- * @-yaml-minver 3.1
- */
-
-@media screen, projection
-{
- /*-------------------------------------------------------------------------*/
-
- /* (en) Marginal areas & page background */
- /* (de) Randbereiche & Seitenhintergrund */
- body { background: #3b69ad none; padding: 10px 0; }
-
- /* Layout Alignment | Layout-Ausrichtung */
- .page_margins { margin: 0 auto; }
-
- /* Layout Properties | Layout-Eigenschaften */
- .page_margins { width: auto; min-width: 740px; max-width: 90em; background: #fff; }
- .page { padding: 10px 15px 10px 10px; }
- #header { padding: 45px 2em 1em 20px; color: #000; background: #fff; }
- #topnav { color: #aaa; background: transparent; }
- #nav { overflow:hidden; }
- div.hlist { }
- #main { margin: 10px 0; background: #fff; }
- #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }
-
- /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung */
- #nav ul { margin-left: 20px; }
-
- /*-------------------------------------------------------------------------*/
-
- /**
- * (en) Formatting content container
- * (de) Formatierung der Inhalts-Container
- *
- */
-
- #col1 { float: left; width: 40%}
- #col1 { float: left }
- #col2 { display:none}
- #col3 { width: auto; margin: 0 0 0 40%; border-left: 1px #ddd dotted }
- #col1_content { padding: 0 10px 0 20px }
- #col3_content { padding: 0 20px 0 10px }
-
- /*-------------------------------------------------------------------------*/
-
- .page_margins {
- border: 0 none;
- background-image: url(../../images/gfxborder/border_left.gif);
- background-repeat:repeat-y;
- background-position:left;
- }
-
- .page {
- border: 0 none;
- margin: 0 0 0 5px; padding: 10px 15px 10px 10px;
- background-image: url(../../images/gfxborder/border_right.gif);
- background-repeat:repeat-y;
- background-position:right;
- }
-
-
- #border-top {
- overflow:hidden;
- width: auto;
- height: 20px;
- font-size:0;
- margin-bottom: -15px;
- background-image: url(../../images/gfxborder/border_top.gif);
- background-repeat:repeat-x;
- background-position:top left;
- }
-
- #border-bottom {
- overflow:hidden;
- width: auto;
- height: 20px;
- margin-top: -15px;
- font-size:0;
- background-image: url(../../images/gfxborder/border_bottom.gif);
- background-repeat:repeat-x;
- background-position:bottom left;
- }
-
- #edge-tl {
- float:left;
- width: 20px;
- height: 20px;
- font-size:0;
- background-image: url(../../images/gfxborder/corner_tl.gif);
- background-position: top left;
- }
-
- #edge-tr {
- position:relative; /* IE Fix | z-index */
- float:right;
- width: 20px;
- height: 20px;
- font-size:0;
- background-image: url(../../images/gfxborder/corner_tr.gif);
- background-position: top right;
- }
-
- #edge-bl {
- float:left;
- width: 20px;
- height: 20px;
- background-image: url(../../images/gfxborder/corner_bl.gif);
- background-position: bottom left;
- }
-
- #edge-br {
- position:relative; /* IE Fix | z-index */
- float:right;
- width: 20px;
- height: 20px;
- background-image: url(../../images/gfxborder/corner_br.gif);
- background-position: bottom right;
- }
-
-}
diff --git a/htdocs/css/screen/content.css b/htdocs/css/screen/content.css
deleted file mode 100644
index 97bef3e..0000000
--- a/htdocs/css/screen/content.css
+++ /dev/null
@@ -1,225 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) Uniform design of standard content elements
- * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- * @appdef yaml
- */
-
-@media all
-{
- /**
- * Fonts
- *
- * (en) global settings of font-families and font-sizes
- * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
- *
- * @section content-global-settings
- */
-
- /* (en) reset font size for all elements to standard (16 Pixel) */
- /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
- html * { font-size: 100.01%; }
-
- /**
- * (en) reset monospaced elements to font size 16px in all browsers
- * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
- *
- * @see: http://webkit.org/blog/67/strange-medium/
- */
-
- textarea, pre, code, kbd, samp, var, tt {
- font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
- }
-
- /* (en) base layout gets standard font size 12px */
- /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
- body {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 75.00%;
- color: #444;
- }
-
- /*--- Headings | Überschriften ------------------------------------------------------------------------*/
-
- h1,h2,h3,h4,h5,h6 {
- font-family: "Times New Roman", Times, serif;
- font-weight:normal;
- color:#222;
- margin: 0 0 0.25em 0;
- }
-
- h1 { font-size: 250%; } /* 30px */
- h2 { font-size: 200%; } /* 24px */
- h3 { font-size: 150%; } /* 18px */
- h4 { font-size: 133.33%; } /* 16px */
- h5 { font-size: 116.67%; } /* 14px */
- h6 { font-size: 116.67%; } /* 14px */
-
- /* --- Lists | Listen -------------------------------------------------------------------------------- */
-
- ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
- ul li { list-style-type: disc; }
- ul ul li { list-style-type: circle; }
-
- ol li { list-style-type: decimal; }
- ol ol li { list-style-type: lower-latin; }
-
- li { margin-left: 0.8em; line-height: 1.5em; }
-
- dt { font-weight: bold; }
- dd { margin: 0 0 1em 0.8em; }
-
- /* The above broke ExtJS's Tabs, so fix em */
- .x-tab-strip-wrap li {
- list-style-type: none;
- }
-
- /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
-
- p { line-height: 1.5em; margin: 0 0 1em 0; }
-
- blockquote, cite,q {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-style:italic;
- }
- blockquote { margin: 0 0 1em 1.6em; color: #666; }
-
- strong,b { font-weight: bold; }
- em,i { font-style: italic; }
-
- pre, code, kbd, tt, samp, var { font-size: 100%; }
- pre, code { color: #800; }
- pre { line-height: 1.5em; margin: 0 0 1em 0; }
- kbd, samp, var { color: #666; }
- var { font-style: italic; }
-
- acronym, abbr {
- border-bottom: 1px #aaa dotted;
- font-variant: small-caps;
- letter-spacing: .07em;
- cursor: help;
- }
-
- sub, sup { font-size: 91.6667%; }
-
- hr {
- color: #fff;
- background:transparent;
- margin: 0 0 0.5em 0;
- padding: 0 0 0.5em 0;
- border:0;
- border-bottom: 1px #eee solid;
- }
-
- /*--- Links ----------------------------------------------------------------------------------------- */
-
- a { color: #4D87C7; background:transparent; text-decoration:none; }
- a:visited { color: #036; }
-
- a:focus,
- a:hover,
- a:active { color:#182E7A; text-decoration:underline; }
-
- /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */
-
- p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
- p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }
-
- p.icaption_left img,
- p.icaption_right img { padding:0; border: 1px #888 solid; }
-
- p.icaption_left strong,
- p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }
-
- /**
- * ------------------------------------------------------------------------------------------------- #
- *
- * Generic Content Classes
- *
- * (en) standard classes for positioning and highlighting
- * (de) Standardklassen zur Positionierung und Hervorhebung
- *
- * @section content-generic-classes
- */
-
- .highlight { color: #f60; }
- .dimmed { color: #888; }
-
- .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }
-
- .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
- .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
- .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }
-
- .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
- .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
- .center { display:block; text-align:center; margin: 0.5em auto; }
-
- /**
- * ------------------------------------------------------------------------------------------------- #
- *
- * Tables | Tabellen
- *
- * (en) Generic classes for table-width and design definition
- * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
- *
- * @section content-tables
- */
-
- table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
- table caption { font-variant:small-caps; }
- table.full { width: 100%; }
- table.fixed { table-layout:fixed; }
-
- th,td { padding: 0.5em; }
- thead th { color: #000; border-bottom: 2px #800 solid; }
- tbody th { background: #e0e0e0; color: #333; }
- tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }
-
- tbody th { border-bottom: 1px solid #fff; text-align: left; }
- tbody td { border-bottom: 1px solid #eee; }
-
- tbody tr:hover th[scope="row"],
- tbody tr:hover tbody th.sub { background: #f0e8e8; }
- tbody tr:hover td { background: #fff8f8; }
-
- /**
- * ------------------------------------------------------------------------------------------------- #
- *
- * Miscellaneous | Sonstiges
- *
- * @section content-misc
- */
- input, textarea {
- border: 1px solid #CCCCCC;
- }
- /**
- * (en) Emphasizing external Hyperlinks via CSS
- * (de) Hervorhebung externer Hyperlinks mit CSS
- *
- * @section content-external-links
- * @app-yaml-default disabled
- */
-
- /*
- #main a[href^="http://www.my-domain.com"],
- #main a[href^="https://www.my-domain.com"]
- {
- padding-left: 12px;
- background-image: url('your_image.gif');
- background-repeat: no-repeat;
- background-position: 0 0.45em;
- }
- */
-}
diff --git a/htdocs/images/bg_blue.png b/htdocs/images/bg_blue.png
deleted file mode 100644
index 191735f..0000000
Binary files a/htdocs/images/bg_blue.png and /dev/null differ
diff --git a/htdocs/images/bg_col_left.png b/htdocs/images/bg_col_left.png
deleted file mode 100644
index 03fbc77..0000000
Binary files a/htdocs/images/bg_col_left.png and /dev/null differ
diff --git a/htdocs/images/bg_col_right.png b/htdocs/images/bg_col_right.png
deleted file mode 100644
index dca265c..0000000
Binary files a/htdocs/images/bg_col_right.png and /dev/null differ
diff --git a/htdocs/images/gfxborder/border_bottom.gif b/htdocs/images/gfxborder/border_bottom.gif
deleted file mode 100644
index b8961f8..0000000
Binary files a/htdocs/images/gfxborder/border_bottom.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/border_left.gif b/htdocs/images/gfxborder/border_left.gif
deleted file mode 100644
index ebbb3b0..0000000
Binary files a/htdocs/images/gfxborder/border_left.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/border_right.gif b/htdocs/images/gfxborder/border_right.gif
deleted file mode 100644
index 6d8259c..0000000
Binary files a/htdocs/images/gfxborder/border_right.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/border_top.gif b/htdocs/images/gfxborder/border_top.gif
deleted file mode 100644
index fa99708..0000000
Binary files a/htdocs/images/gfxborder/border_top.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/corner_bl.gif b/htdocs/images/gfxborder/corner_bl.gif
deleted file mode 100644
index 4f10b57..0000000
Binary files a/htdocs/images/gfxborder/corner_bl.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/corner_br.gif b/htdocs/images/gfxborder/corner_br.gif
deleted file mode 100644
index 526f19f..0000000
Binary files a/htdocs/images/gfxborder/corner_br.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/corner_tl.gif b/htdocs/images/gfxborder/corner_tl.gif
deleted file mode 100644
index ec927f5..0000000
Binary files a/htdocs/images/gfxborder/corner_tl.gif and /dev/null differ
diff --git a/htdocs/images/gfxborder/corner_tr.gif b/htdocs/images/gfxborder/corner_tr.gif
deleted file mode 100644
index 6e35935..0000000
Binary files a/htdocs/images/gfxborder/corner_tr.gif and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/external_link.gif b/htdocs/yaml/add-ons/microformats/images/external_link.gif
deleted file mode 100644
index 4b101ca..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/external_link.gif and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/hcalendar.png b/htdocs/yaml/add-ons/microformats/images/hcalendar.png
deleted file mode 100644
index 5cf931a..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/hcalendar.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/hcard.png b/htdocs/yaml/add-ons/microformats/images/hcard.png
deleted file mode 100644
index f102f51..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/hcard.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-geo.png b/htdocs/yaml/add-ons/microformats/images/icon-geo.png
deleted file mode 100644
index daf497c..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-geo.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hatom.png b/htdocs/yaml/add-ons/microformats/images/icon-hatom.png
deleted file mode 100644
index d7662e7..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hatom.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-haudio.png b/htdocs/yaml/add-ons/microformats/images/icon-haudio.png
deleted file mode 100644
index d80b83a..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-haudio.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-add.png b/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-add.png
deleted file mode 100644
index 8068a86..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-add.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-download.png b/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-download.png
deleted file mode 100644
index b3a6e31..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar-download.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar.png b/htdocs/yaml/add-ons/microformats/images/icon-hcalendar.png
deleted file mode 100644
index cbbf7ba..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcalendar.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcard-add.png b/htdocs/yaml/add-ons/microformats/images/icon-hcard-add.png
deleted file mode 100644
index 07d0de7..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcard-add.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcard-download.png b/htdocs/yaml/add-ons/microformats/images/icon-hcard-download.png
deleted file mode 100644
index 42888ae..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcard-download.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hcard.png b/htdocs/yaml/add-ons/microformats/images/icon-hcard.png
deleted file mode 100644
index 11a186c..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hcard.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-hresume.png b/htdocs/yaml/add-ons/microformats/images/icon-hresume.png
deleted file mode 100644
index 78820de..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-hresume.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-rel-tag.png b/htdocs/yaml/add-ons/microformats/images/icon-rel-tag.png
deleted file mode 100644
index 3d380d2..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-rel-tag.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/icon-xfn.png b/htdocs/yaml/add-ons/microformats/images/icon-xfn.png
deleted file mode 100644
index 8c48029..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/icon-xfn.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague-met.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague-met.png
deleted file mode 100644
index c8ffa0f..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague-met.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague.png
deleted file mode 100644
index d79e525..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-colleague.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend-met.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend-met.png
deleted file mode 100644
index 477f751..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend-met.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend.png
deleted file mode 100644
index 60563f6..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-friend.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-me.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-me.png
deleted file mode 100644
index 5073022..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-me.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart-met.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart-met.png
deleted file mode 100644
index 6982fa4..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart-met.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart.png b/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart.png
deleted file mode 100644
index 04b7ec9..0000000
Binary files a/htdocs/yaml/add-ons/microformats/images/xfn/xfn-sweetheart.png and /dev/null differ
diff --git a/htdocs/yaml/add-ons/microformats/microformats.css b/htdocs/yaml/add-ons/microformats/microformats.css
deleted file mode 100644
index 05661bf..0000000
--- a/htdocs/yaml/add-ons/microformats/microformats.css
+++ /dev/null
@@ -1,147 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) YAML-Addon: Microformats Support
- * (de) YAML-Addon: Unterstützung für Microformate
- *
- * @note Many thanks to Michael Jendryschik (http://jendryschik.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-/* hCards + hCalendars */
-
-.vcard,
-.vevent {
- border: 2px solid #e0e7b8 !important;
- padding: 30px 5px 5px 5px !important;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- margin: 5px 0 !important;
- /* small IE-Fix for background images */
- zoom:1;
-}
-
-span.vcard,
-span.vevent {
- padding: 2px 1px 2px 70px !important;
- margin: 0 2px 0 !important;
-}
-
-
-.vcard { background:#f8f8ec url(images/hcard.png) 5px 5px no-repeat !important; }
-.vcard a { padding-left: 11px; background:url(images/external_link.gif) top left no-repeat; color: #679A06; }
-.vcard .adr { display: block; margin: 0.5em 0; }
-.vcard .email { font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier; }
-
-.vevent { background:#f8f8ec url(images/hcalendar.png) 5px 5px no-repeat !important; }
-.vevent a { padding-left: 11px; background:url(images/external_link.gif) top left no-repeat; color: #679A06; }
-.vevent p { margin-bottom:0.5em; }
-
-.vevent .description { display: block; margin-top: 1em; }
-.vevent .location { display: block; color: #679A06; }
-.vevent .summary { display: block; color: #679A06; font-weight: bold; }
-
-/* XFN relationship */
-
-a.xfnRelationship {
- padding-right: 26px; background: url(images/xfn/xfn-small.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="colleague"],
-a.xfnRelationship[rel~="co-worker"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-colleague.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="met"]
-{
- padding-right: 32px;
- background: url(images/icon-xfn.png) no-repeat right;
-}
-
-
-a.xfnRelationship[rel~="colleague"][rel~="met"],
-a.xfnRelationship[rel~="co-worker"][rel~="met"]
-{
- padding-right: 26px;
- background: url(images/xfn/xfn-colleague-met.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="friend"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-friend.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="friend"][rel~="met"]
-{
- padding-right: 26px;
- background: url(images/xfn/xfn-friend-met.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="sweetheart"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-sweetheart.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="sweetheart"][rel~="met"]
-{
- padding-right: 26px;
- background: url(images/xfn/xfn-sweetheart-met.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="child"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-child.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="parent"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-parent.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="spouse"]
-{
- padding-right: 21px;
- background: url(images/xfn//xfn-spouse.png) no-repeat right;
-}
-
-a.xfnRelationship[rel~="me"]
-{
- padding-right: 21px;
- background: url(images/xfn/xfn-me.png) no-repeat right;
-}
-
-
-/* rel-tag */
-
-a[rel~="tag"]
-{
- padding-right: 32px;
- background: url(images/icon-rel-tag.png) no-repeat right;
-}
-
-
-/* geo */
-
-abbr[class~="geo"]
-{
- padding-right: 32px;
- background: url(images/icon-geo.png) no-repeat right;
- border: none;
- cursor: default;
-}
diff --git a/htdocs/yaml/add-ons/rtl-support/core/base-rtl.css b/htdocs/yaml/add-ons/rtl-support/core/base-rtl.css
deleted file mode 100644
index 2e85ca4..0000000
--- a/htdocs/yaml/add-ons/rtl-support/core/base-rtl.css
+++ /dev/null
@@ -1,92 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) YAML core RTL stylesheet
- * (de) YAML Basis-RTL-Stylesheet
- *
- * Don't make any changes in this file!
- * Your changes should be placed in any css-file in your own stylesheet folder.
- *
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
- /**
- * @section browser reset
- * @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
- *
- * Changing direction of text flow, paddings & margins ...
- */
-
- option { padding: 0 0.4em 0 0; }
-
- body {
- text-align: right;
- direction: rtl;
- }
-
- ul, ol, dl { margin: 0 1em 1em 0; }
- li {
- margin-left: 0;
- margin-right: 0.8em;
- }
-
- dd { margin: 0 0.8em 1em 0; }
- blockquote, cite { margin: 0 0.8em 1em 0; }
-
- /*------------------------------------------------------------------------------------------------------*/
-
- /**
- * @section base layout | Basis Layout
- * @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
- *
- * Changing positions of #topnav container when paced within #header
- */
-
- #header #topnav {
- left: 10px;
- right: 0;
- text-align: left;
- }
-
- /*------------------------------------------------------------------------------------------------------*/
-
- /**
- * (en) skip links cause large horizontal scrollbars in RTL mode in several browsers
- * (de) skip links erzeugen große horziontale Scrollbalken in verschiedenen Browserin im RTL-Modus
- *
- * @workaround
- * @affected Firefox, Safari, IE 5.x - IE7
- * @css-for all
- * @valid yes
- */
-
- .skip, .hideme, .print, dfn {
- left: 0;
- }
-
- /*------------------------------------------------------------------------------------------------------*/
-
- /**
- * @section miscellaneous
- *
- * (en) CSS-class for ltr-content (left to right) within a rtl website
- * (de) Eine CSS-Klasse für ltr-Inhalte (left to right) innerhalb einer rtl-Seite
- */
-
- .text-ltr {
- direction: ltr;
- text-align: left;
- }
-}
diff --git a/htdocs/yaml/add-ons/rtl-support/core/iehacks-rtl.css b/htdocs/yaml/add-ons/rtl-support/core/iehacks-rtl.css
deleted file mode 100644
index 3c2bea7..0000000
--- a/htdocs/yaml/add-ons/rtl-support/core/iehacks-rtl.css
+++ /dev/null
@@ -1,37 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) YAML core RTL stylesheet - structure-independent bugfixes of IE/Win CSS-bugs
- * (de) YAML Basis-RTL-Stylesheet - Strukturunabhängige Bugfixes von CSS-Bugs des IE/Win
- *
- * Don't make any changes in this file!
- * Your changes should be added to a separate patch-file.
- *
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
- /**
- * (en) Workaround for misplaced floating navigation lists
- * (de) Workaround behebt deplatzierte floatende Navigationselemente
- *
- * @workaround
- * @affected IE 5.x/Win, IE6, IE7
- * @css-for IE 5.x/Win, IE6, IE7
- * @valid yes
- */
-
- #nav { direction:ltr; }
- #nav * { direction:rtl; }
-}
diff --git a/htdocs/yaml/add-ons/rtl-support/core/slim_base-rtl.css b/htdocs/yaml/add-ons/rtl-support/core/slim_base-rtl.css
deleted file mode 100644
index e1ba4c3..0000000
--- a/htdocs/yaml/add-ons/rtl-support/core/slim_base-rtl.css
+++ /dev/null
@@ -1,15 +0,0 @@
-@charset "UTF-8";
-/* "Yet Another Multicolumn Layout" v3.1 (c) by Alexander Hass, Dirk Jesse (http://www.yaml.de)
-* $Revision: 343 $ $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */
-@media all {
-option{padding:0 .4em 0 0}
-body{text-align:right;direction:rtl}
-ul,ol,dl{margin:0 1em 1em 0}
-li{margin-left:0;margin-right:.8em}
-dd{margin:0 .8em 1em 0}
-blockquote,cite{margin:0 .8em 1em 0}
-#header #topnav{left:10px;right:auto;text-align:left}
-.skip,.hideme,.print,dfn{left:0}
-.text-ltr{direction:ltr;text-align:left}
-}
-
diff --git a/htdocs/yaml/add-ons/rtl-support/core/slim_iehacks-rtl.css b/htdocs/yaml/add-ons/rtl-support/core/slim_iehacks-rtl.css
deleted file mode 100644
index 771a25c..0000000
--- a/htdocs/yaml/add-ons/rtl-support/core/slim_iehacks-rtl.css
+++ /dev/null
@@ -1,8 +0,0 @@
-@charset "UTF-8";
-/* "Yet Another Multicolumn Layout" v3.1 (c) by Alexander Hass, Dirk Jesse (http://www.yaml.de)
-* $Revision: 343 $ $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */
-@media all
-{
-#nav{direction:ltr}
-#nav *{direction:rtl}
-}
\ No newline at end of file
diff --git a/htdocs/yaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.css b/htdocs/yaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.css
deleted file mode 100644
index cb6248e..0000000
--- a/htdocs/yaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.css
+++ /dev/null
@@ -1,49 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) RTL Horizontal list navigation "Shiny Buttons"
- * (de) RTL Horizontale Navigationsliste "Shiny Buttons"
- *
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
- /**
- * (en) Workaround disappearing list elements on hover
- * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
- *
- * @workaround
- * @affected IE 5.x/Win, IE6, IE7
- * @css-for IE 5.x/Win, IE6, IE7
- * @valid yes
- */
-
- .hlist * { direction:ltr !important; }
- .hlist a, .hlist strong { direction:rtl !important; }
-
- /*------------------------------------------------------------------------------------------------------*/
-
- .hlist ul {
- position:relative;
- float:right;
- /* (en) Left margin of the first button */
- /* (de) Abstand des ersten Buttons vom linken Rand */
- margin-left: 0; /* Reset LTR */
- margin-right: 50px;
- }
-
- .hlist ul li {
- float: right;
- }
-}
diff --git a/htdocs/yaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.css b/htdocs/yaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.css
deleted file mode 100644
index 96d1423..0000000
--- a/htdocs/yaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.css
+++ /dev/null
@@ -1,44 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) RTL Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
- * (de) RTL Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
- *
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
- /**
- * (en) Workaround disappearing list elements on hover
- * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
- *
- * @workaround
- * @affected IE 5.x/Win, IE6, IE7
- * @css-for IE 5.x/Win, IE6, IE7
- * @valid yes
- */
-
- .hlist * { direction:ltr !important; }
- .hlist a, .hlist strong { direction:rtl !important; }
-
- /*------------------------------------------------------------------------------------------------------*/
-
- .hlist ul {
- padding: 0 50px 0 0;
- }
-
- .hlist li {
- float: right;
- }
-}
diff --git a/htdocs/yaml/add-ons/rtl-support/navigation/nav_vlist-rtl.css b/htdocs/yaml/add-ons/rtl-support/navigation/nav_vlist-rtl.css
deleted file mode 100644
index 1197cb2..0000000
--- a/htdocs/yaml/add-ons/rtl-support/navigation/nav_vlist-rtl.css
+++ /dev/null
@@ -1,62 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) Vertical RTL list navigation "vlist"
- * (de) Vertikale RTL-Navigationsliste "vlist"
- *
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
- /* Menu Title */
- h6.vlist {
- padding-left: 0px;
- padding-right: 10%;
- }
-
- .vlist { text-align: right; }
- .vlist li { float:right; }
-
- /* Level 1 */
- .vlist a,
- .vlist strong,
- .vlist span {
- padding-left: 0px;
- padding-right: 10%;
- }
-
- /* Level 2 */
- .vlist li ul li a,
- .vlist li ul li strong,
- .vlist li ul li span {
- padding-left: 0px;
- padding-right: 20%;
- }
-
- /* Level 3 */
- .vlist li ul li ul li a,
- .vlist li ul li ul li strong,
- .vlist li ul li ul li span {
- padding-left: 0px;
- padding-right: 30%;
- }
-
- /* Level 4 */
- .vlist li ul li ul li ul li a,
- .vlist li ul li ul li ul li strong,
- .vlist li ul li ul li ul li span {
- padding-left: 0px;
- padding-right: 40%;
- }
-}
diff --git a/htdocs/yaml/central_draft.css b/htdocs/yaml/central_draft.css
deleted file mode 100644
index 6cc2c1b..0000000
--- a/htdocs/yaml/central_draft.css
+++ /dev/null
@@ -1,27 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) draft for a central stylesheet
- * (de) Vorlage für ein zentrales Stylesheets
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-/* import core styles | Basis-Stylesheets einbinden */
-@import url(/yaml/core/base.css);
-
-/* import screen layout | Screen-Layout einbinden */
-/* @import url(/yaml/navigation/nav_shinybuttons.css);
- @import url(/css/screen/basemod.css);
- @import url(/css/screen/content.css); */
-
-/* import print layout | Druck-Layout einbinden */
-/* @import url(/css/print/print_003.css); */
\ No newline at end of file
diff --git a/htdocs/yaml/core/base.css b/htdocs/yaml/core/base.css
deleted file mode 100644
index d8c5bbf..0000000
--- a/htdocs/yaml/core/base.css
+++ /dev/null
@@ -1,223 +0,0 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) YAML core stylesheet
- * (de) YAML Basis-Stylesheet
- *
- * Don't make any changes in this file!
- * Your changes should be placed in any css-file in your own stylesheet folder.
- *
- * @copyright Copyright 2005-2009, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.1
- * @revision $Revision: 343 $
- * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
- */
-
-@media all
-{
-
- /**
- * @section browser reset
- * @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
- */
-
- /* (en) Global reset of paddings and margins for all HTML elements */
- /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
- * { margin:0; padding: 0; }
-
- /* (en) Correction: margin/padding reset caused too small select boxes. */
- /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
- option { padding-left: 0.4em; } /* LTR */
- select { padding: 1px; }
-
- /**
- * (en) Global fix of the Italics bugs in IE 5.x and IE 6
- * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
- *
- * @bugfix
- * @affected IE 5.x/Win, IE6
- * @css-for IE 5.x/Win, IE6
- * @valid yes
- */
- * html body * { overflow:visible; }
- * html iframe, * html frame { overflow:auto; }
- * html frameset { overflow:hidden; }
-
- /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
- /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
- html { height: 100%; margin-bottom: 1px; }
- body {
- /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
- /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
- font-size: 100.01%;
-
- /* (en) Standard values for colors and text alignment */
- /* (de) Vorgabe der Standardfarben und Textausrichtung */
- color: #000;
- background: #fff;
- text-align: left; /* LTR */
- }
-
- /* (en) Clear borders for