@import 'cms.css';
@import 'menu.css';
@import 'calendar.css';

/* Allgemeine Einstellungen - HTML Elemente */
html, body                         { color: #353535; font-size: 12px; font-family: Arial; line-height: 1.5em; margin: 0; padding: 0 }
input, textarea, select, option                    { color: #353535; font-size: 12px; font-family: Arial; line-height: 1em; text-decoration: none; margin: 0; padding: 0; border-color:  }
table, td, p   { color: #353535; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 0; padding: 0 }
body       { margin: 0; padding: 0 }
a          { color: #e2007a; font-size: 12px; font-weight: bold; text-decoration: none }
a:hover          { font-weight: bold; text-decoration: underline }
/* Allgemeine & Kundenspezifische Klassen*/
.clear {clear: both; margin: 0;padding:0;}

/* Hintergrund und Aufbau*/
#body   { background-image: url(../de/images/bg-map.gif); background-repeat: no-repeat; background-position: center top }
#bgheader         { background-position: center; text-align: center; position: absolute; z-index: 1; top: 0; width: 100%; height: 100% }
#wrapper     { text-align: center; margin: auto; position: absolute; z-index: 10; width: 100%; height: 100% }
#table   { text-align: center; margin: auto; width: 1015px }
#logo {margin-top:16px}
#footer    { color: #989898; margin-right: 10px; margin-left: 10px; padding-top: 5px; border-top: 1px solid #cecece }
#footer .copy {float:left}
