/* CSS Ferienappartements Loibl */
/* RESERVIERUGN */

/* Box zur Anzeige der Eingabefehler ************************************************/
#box-anzeige-eingabefehler
{border:1px solid red; width:530px; margin:20px 0px 20px 0px;}

#box-anzeige-eingabefehler .erste-zeile
{color:red; font-weight:bold; margin:10px 10px 10px 10px;}

#box-anzeige-eingabefehler .liste-fehler
{list-style-type:decimal; margin:0px 0px 0px 0px; padding:0px 0px 0px 30px; color:red;}

#box-anzeige-eingabefehler .listenpunkt-fehler
{margin:2px 10px 2px 10px;}

/* Fehleranzeigen / Erfolgsanzeigen */
.wohnung-belegt{color:#FF0000; margin:0px 0px 20px 0px;}
.wohnung-frei{color:#009900; margin:0px 0px 20px 0px;}

/* Box zur Anzeige der Alternativwohnung ********************************************/
#box-anzeige-alternativwohnung
{border:1px solid green; width:530px; margin:20px 0px 20px 0px;}

#box-anzeige-alternativwohnung .ueberschrift
{color:green; font-weight:bold; margin:10px 10px 10px 10px;}

#box-anzeige-alternativwohnung .infotext
{margin:0px 10px 10px 10px;}

#anzeige-daten-zur-kontrolle
{
border-collapse:collapse; 
width:450px;
}

#anzeige-daten-zur-kontrolle td
{
border:1px solid #999999;
padding:3px;
}
