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