body { /* de stijlen voor het hele document */ margin: 0; padding: 1em; font: 12px verdana, arial, helvetica, sans-serif; } a { /* de stijlen voor de links */ color: #3c7796; } a:hover { /* de stijlen voor de links waar de cursor boven zweeft */ color: #009933; } a:visited { /* de stijlen voor de bezochte links */ color: #3c7796; } #container { /* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */ width: 855px; height: 100%; border: 1px #3c7796 solid; text-align: left; ; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em } #header { /* de stijlen van de header, het logo */ height: 150px; margin: 0 0 0.5em; border: 1px #3c7796 solid; background: #3c7796; ; width: 850px } #nav { /* de stijlen van de navigatie */ margin: 0; padding: 0; float: left; } #nav a { /* de stijlen voor de links in de navigatie */ padding: 0.5em 0 0.5em 0; margin: 0 0 1px 0; width: 150px; display: block; text-indent: 1em; border: 1px solid #3c7796; font-variant: small-caps; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; background: #3c7796; color: #ffffff; } #nav a:hover { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */ color: #9ecf39; } #content { /* de stijlen voor de inhoud, de tekst */ float: left; margin: 0 0 0 0.5em; padding: 0 0.5em 0 0.5em; width: 500px; } #content h2 { /* de stijlen voor de kopjes in de inhoud */ border: 1px solid #3c7796; text-indent: 0.5em; font-size: 12px; font-variant: small-caps; color: #ffffff; margin: 0; padding: 0.5em; background: #3c7796; } #content p { /* de stijlen voor de alinea's in de inhoud */ margin: 0.5em; padding: 0; } #news { /* de stijlen voor de kolom links, het nieuws */ width: 175px; border: 1px solid #3c7796; float: left; padding: 0; margin: 0 0 0 0.5em; margin-bottom: 1em; } #news h2 { /* de stijlen voor de kopjes in de kolom nieuws */ border: 1px solid #3c7796; text-indent: 0.5em; font-size: 12px; font-variant: small-caps; color: #ffffff; margin: 0; padding: 0.5em; background: #3c7796; } #news p { /* de stijlen voor de alinea's in de kolom nieuws */ margin: 1em; } #footer { /* de stijlen voor de voet, de copyright */ clear: both; text-align: center; height: 20px; margin: 0; padding: 0; border: 1px solid #3c7796; background: #3c7796; color: #ffffff; } #footer p { /* de stijlen voor de alinea's in de voet */ margin: 0; padding: 0; }