/* Generella */
html { background-color: #666; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; }
body { background-color: #666; text-align: center; vertical-align: middle; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; }

/* Layout */
#container { background-color: #fff; position: absolute; top: 50%; left: 50%; width: 700px; height: 400px; margin-top: -200px; margin-left: -350px; padding: 0; border: solid 2px #aaa; }

/* Innehåll */
#contents { color: #333; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; vertical-align: top; width: 680px; height: 356px; margin: 0; padding: 10px; }
#contents_scroll { color: #333; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; padding: 10px; vertical-align: top; width: 680px; height: 353px; overflow: auto; }
#contents a:link { color: #333; text-decoration: none; }
#contents a:visited { color: #333; text-decoration: none; }
#contents a:hover { color: #36f; text-decoration: underline; }
#contents a:active { color: #333; text-decoration: none; }

/* Meny */
#menu { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left; vertical-align: top; position: absolute; left: 0; bottom: 0; width: 694px; height: 20px; margin: 0; padding: 3px; border-top: 1px dotted #333; }
#menu a:link { color: #333; text-decoration: none; }
#menu #current { color: #333; font-weight: bold; text-decoration: none; }
#menu a:active { color: #333; text-decoration: none; }
#menu a:visited { color: #333; text-decoration: none; }
#menu a:hover { color: #36f; text-decoration: underline; }
