/*
Hotel-Moench.de Style
Coded by Medien-Print.de
(Michael Zipser Tinendo.de)
*/

body { font-family: Times; font-size: 13pt; background-color: #FFF; color: #000; background-image: url(../bilder/spacer.gif); }

/* Das Navigationsmenue 1 mit Moueseover */
a.button { display: block; text-align: left; width: 140px; border-style: none; border-width: 0px; padding: 5px; text-decoration: none; display: none; }
a.button:link    { color: #FFFFFF; background-color: #AD5555; }
a.button:visited { color: #FFFFFF; background-color: #AD5555; }
a.button:hover   { color: #FFFFFF; background-color: #C17D7D; }
a.button:active  { color: #FFFFFF; background-color: #C17D7D; }

/* Das Navigationsmenue 1 --->(KLASSE NUR FÜR DEN AKTIVEN MENUEPUNKT!)*/
a.buttonaktiv { display: block; text-align: left; width: 140px; border-style: none; border-width: 0px; padding: 5px; text-decoration: none; display: none; }
a.buttonaktiv:link    { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:visited { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:hover   { color: #FFFFFF; background-color: #C17D7D; }
a.buttonaktiv:active  { color: #FFFFFF; background-color: #C17D7D; }

/* Mini Links */
a { font-weight: normal; text-decoration: none; }
a:link { color: #FFF; }
a:visited { color: #FFF; }
a:active { color: #FFF; }
a:hover { color: #FFF; }

/* Validierungs Links */
a.valid { font-family: georgia; font-size: 9px; font-weight: normal; text-decoration: none; }
a.valid:link { color: #FFF; }
a.valid:visited { color: #FFF; }
a.valid:active { color: #FFF; }
a.valid:hover { color: #FFF; }


/* Text Links */
a.text { font-weight: normal; text-decoration: underline; }
a.text:link { color: #333; }
a.text:visited { color: #666; }
a.text:active { color: #333; }
a.text:hover { color: #000; }

/* Die Haupttabelle */
table.maintable { width: 582px; padding: 0px; }

/* Die Navigations-TD */
td.navigation { vertical-align: top; width: 155px; }

/* CSS Hack fuer IE */
* html td.navigation {
display : none;
}

/* Header */
td.header { vertical-align: top; width: 580px; }

/* Contentbereich */
td.content { padding: 22px; }

/* Footer */
td.footer { vertical-align: bottom; }

/* Ueberschrift h1+h2 */
h1 {
font-family: georgia, times, serif;
font-size: 1.3em;
font-weight: normal;
color: #9F3737;
text-decoration: underline;
}

h2 {
font-family: georgia, times, serif;
font-size: 1.1em;
font-weight: normal;
color: #333;
text-decoration: none;

margin-bottom: 14px;
}

/* Absaetze / Schrift */
p { font-weight: normal; line-height: 165%; }

/* Absaetze / Schrift in Formularen */
p.form { font-weight: normal; line-height: 30%; }

/* Kleiner Absatztext */
span.mini { line-height: 140%; }

/* Normale Bilder */
img.moench { float: left; margin-top: -12px; margin-right: 7px; margin-bottom: 2px; padding: 4px; }

/* Artikel Bilder */
img.artikel { float:left; border-width:1px; border-style: solid; border-color: #ccc; margin-top: 4px; margin-right: 7px; margin-bottom: 2px; padding: 4px; }
