/******************************************************************************/ /* LAYOUT CSS */ /******************************************************************************/ /* ==========================General=============================*/ html { height: 100%; margin-bottom: 1px; } body, h1, h2, h3, h4, p, ul, li { margin: 0; padding: 0; } body { font-size: ; font-family: ; line-height: 140%; margin: 0; padding: 0; color: ; background-color: ; text-align: center; } ul { list-style: none; } dl { margin: 0.5em 0; line-height: 140%; } p { margin-bottom: 0.5em; } a { color: ; text-decoration: ; } a:hover { color: ; text-decoration: ; } a:focus { outline: none; } img { border: none; } /* =======================Buttons like===========================*/ a.sgl-button, input.sgl-button { margin: 0; padding: 2px 4px; background: url('/images/backgrounds/bg_buttons_blue.gif') 0 50% repeat-x; border: 1px outset; color: ; font-size: 1em; } input.sgl-button[disabled], input.sgl-button[disabled]:hover { background: ; border: 1px inset; color: ; } a.sgl-button:hover, input.sgl-button:hover, input.sfhover { border: 1px inset; color: ; text-decoration: none; } a.narrow, input.narrow { width: 8em; } /* ======================Global layaout==========================*/ #outer-wrapper { margin: 0 auto; text-align: left;