@import 'cms.css';
@import 'menu.css';
@import 'calendar.css';

/* Allgemeine Einstellungen - HTML Elemente */
html, body                       { color: #000; font-size: 12px; font-family: Arial; line-height: 1.5em; text-align: center; margin: auto; padding: 0; width: 100%; height: 100% }
input, textarea, select, option                     { font-size: 12px; font-family: Arial; text-decoration: none; margin: 0; border-color:  }
table, td, p  { color: #000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 0; padding: 0 }
body     { text-align: center; margin: auto; width: 100%; height: 100% }
a         { color: #004071; 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;}

/*Seitenaufbau*/
#wrapper    { margin: auto; padding-top: 30px; width: 927px }
#header   { background-image: url(../de/images/header.gif); background-position: left top; margin: auto; width: 927px; height: 30px }
#footer  { background-image: url(../de/images/footer.gif); background-position: left bottom; margin: auto; width: 927px; height: 30px }
#background    { background-position: left top; position: absolute; z-index: 1; width: 907px; height: 405px }
#page  { position: absolute; z-index: 2; width: 907px; height: 405px }
#content   { background-image: url(../de/images/background.gif); background-repeat: repeat-y; background-position: left top; margin: auto; width: 927px }
#content #top     { background-image: url(../de/images/verlauf-oben.gif); background-repeat: repeat-x; background-position: left bottom; margin-right: 10px; margin-left: 10px; height: 60px }
#content #link { display: block; width: 907px; height: 405px; overflow: hidden; }
#content #middle     { background-repeat: no-repeat; background-position: left bottom; text-align: left; margin-right: 10px; margin-left: 10px; width: 907px; height: 405px }
#content #bottom     { background-image: url(../de/images/verlauf-unten.gif); background-repeat: repeat-x; background-position: left top; text-align: center; margin-right: 10px; margin-left: 10px; height: 60px; border-top: 4px solid #eed093 }
#content #bottom #adresse { font-size: 11px; margin-top: 10px }

