/* CSS Document */

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:20; padding:10; padding-left:20px; padding-top:10px; font-family:Georgia, "Times New Roman", Times, serif;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:relative; top:0; left:0; z-index:0; height:100%; border:none;}

/* places the content ontop of the background image */
#content {position:absolute; z-index:1; color:#FFFFFF;}
#illu { position:absolute; top:0; left:850px; z-index:1;}
#menu { position:absolute; top:20px; left:0; font-family:Georgia, "Times New Roman", Times, serif; line-height:28px; color:#FFFFFF; font-size:16px; padding-left:45px; padding-top:10px; z-index:1}
#main { position:absolute; top:20px; left:230px; font-family:Georgia, "Times New Roman", Times, serif; color:#FFFFFF; z-index:2; padding-left:30px; padding-top:110px; width:650px; }
#overskrift { z-index:3; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px; padding-right:30px;}
span.high { background-color:#000000;}

a,a:visited,a:active {color:#FFFFFF;}

hr.top {border-width:1px; width:660px; border-color:#FF0000}