/* Main (Global) */
body { background-color: #534b48; margin: 0px; padding: 0px; font-family: Arial, Geneva, Verdana, Helvetica; font-size: 12px; color: #ffffff; }
.main { width: 800px; margin-left: auto; margin-right: auto; text-align: center; vertical-align: top; }
.home_logo { margin-top: 24px; }
.home_text_headline { width: 500px; margin: 24px auto 24px auto; font-size: 18px; }
.home_text_main { width: 500px; margin: auto; font-size: 12px; color: white; }

.style2 { font-size: 12px }

/* Header-Footer */
.headerMain { width: 100%; margin-top: 18px; border: 1px solid #9b9b9b; }
.footer { margin-top: 20px; }
.footerBarTop { width: 100%; height: 1px; background-color: #d9d9d9; vertical-align: bottom; }
.footerBarBottom { width: 100%; height: 1px; background-color: #d4d0c8; vertical-align: top; }
.footerBarText { padding-top: 6px; padding-bottom: 6px; text-align: center; font-size: 9px; color: #696969; }

/* END Header-Footer */

/* Links */

a { color: #01deff; text-decoration: none; }
a:hover { color: #01dddd; text-decoration: underline; }
a IMG { border: none; text-decoration: none }
a:hover IMG { border: none; text-decoration: none }

.display_error { font-size: 11px; font-weight: 500; color: red; }
