@import 'cms.css';
@import 'menu.css';
@import 'calendar.css';

/* Allgemeine Einstellungen - HTML Elemente */
html, body                        { color: #6c615a; font-size: 11px; font-family: Tahoma, sans-serif; line-height: 1.5em; margin: 0; padding: 0; height: 100% }
input, textarea, select, option                     { color: #6c615a; font-size: 11px; font-family: Tahoma, sans-serif; line-height: 1.5em; text-decoration: none; margin: 0; padding: 0; border:0  }
table, td, p    { color: #6c615a; font-size: 11px; font-family: Tahoma, sans-serif; line-height: 1.5em; margin: 0; padding: 0 }
body      { margin: 0; padding: 0; width: 100%; height: 100% }
a          { color: #7f0119; font-weight: bold; text-decoration: none }
a:hover           { color: #7f0119; font-weight: bold; text-decoration: underline }
/* Allgemeine & Kundenspezifische Klassen*/
.clear {clear: both; margin: 0;padding:0;}
.bg-left { background-image: url("../de/images/bg-left.gif"); background-repeat: no-repeat; background-position: right top }
.bg-right { background-image: url("../de/images/bg-right.gif"); background-repeat: no-repeat; background-position: left top }