/* rubor software / jussi.kantola@gmail.com / (c) 2009 */ body { font-family:verdana,sans-serif; background: #fff; } hr { display:none; } .blokki { margin-bottom: 48px; } h3 { margin-bottom:0px; margin-top:12px; } a { color: #c2d0e6; text-decoration: none;} /*a:visited { color: #c2d0e6; text-decoration: none; }*/ /*a:hover { color: #fff; text-decoration: none;}*/ .m { display:inline; margin: 4px; } #base { position: absolute; top: 0px; left: 0px; margin: 8px; width: auto; width: 1920px; background: #fff; } #banner { position: absolute; top: 0px; left: 0px; width: 1920px; height:196px; background: #d1eef7; color: #171850; font-size: 24px; } #menu { position: absolute; top: 182px; width: 1920px; height: 48px; background: #171850; text-align: center; color: white; font-weight: bold; font-family: verdana; font-size: 24px; } #menu td { padding-left: 12px; padding-right: 12px; } #content { position: absolute; top: 214px; left: 0px; width: 1860px; margin-top: 40px; margin-left: 48px; } #content a { text-decoration: none; color: #733; } #content td { padding: 1px; border: 0px solid #eee; } .bordered { border: 3px solid #eee; margin: 8px; /*padding: 8px;*/ } .hover { color: white; } .active { /*text-decoration: underline;*/ border-bottom: 1px solid #d1eef7; }