﻿

.hintergrundfarbe {
 background-color:#eee; /* Hintergrundfarbe für Textfeld, helles Grau */
} 

/* Layer 2 Hintergrundbild rechts oben - Unbedingt Reihenfolge einhalten */
.ro {
margin:0;
background:url('images/ro.gif') no-repeat right top;
}

/* Layer 3 Hintergrundbild links oben */
.lo {
margin:0;
background:url('images/lo.gif') no-repeat left top;
}

/* Layer 4 Hintergrundbild rechts unten */
.ru {
margin:0;
background:url('images/ru.gif') no-repeat right bottom;
}

/* Layer 5 Hintergrundbild links unten */
.lu {
margin:0;
background:url('images/lu.gif') no-repeat left bottom;
}

.textfeld {
padding:8px 1px 40px 13px;  /* 1. Wert: Innenabstand von oben, 2. Wert: Innenabstand rechts, 3. Wert: Innenabstand von unten, 3. Werte: links */
/*display:inline-block; /* Stabilisierung der Höhe, Breite passt sich automatisch dem Inhalt an */ 
}


