?

/* baggrund og layout på siden */
body 
{
margin: 0; 
padding: 0; 
font-size: 90%; 
color: #000000; 
background-color: #000;
font-family: Bookman Old Style, times, "times new roman", serif; 
}

/* Logo og top */
div#banner h1
{ margin: 0; padding: .3em 0 .3em .5em; font-size: 2.2em; font-weight: normal; text-align: center;}

/* Linkmenu */
div#navigation { float: left; width: 90px; padding-top: 81px; position: absolut; position: fixed;}
div#navigation ul { list-style-type: none; padding: 0; margin: 0; }
div#navigation ul li { margin-top: 7px; }

#navigation ul li a { display: block; width: 135px; padding: 3px 5px 3px 10px; text-decoration: none; margin-left: 110px; 
margin-right: 15px;}

/* Tekstdel */
div#content { padding-top: 2em; margin-left: 260px; margin-right: 400px;line-height: 150%;}
div#content2 { padding-top: 2em; margin-left: 260px; width:60%; line-height: 150%;}
div#content h1 { font-family: Bookman Old Style, Arial, sans-serif; font-size: 20px; color: #FE9A2E; margin: 0; padding-top: 0em;
font-weight: bold;}
div#content h2 { font-family: Bookman Old Style, Arial, sans-serif; font-size: 16px; color: #FE9A2E; margin: 0; padding-top: 1em;
font-weight: bold;}

/* illustrationer til teksten */
.floatright { float: right; margin: 50px 100px 10px 10px;}

#cleardiv
{clear: both;height: 1em;}

/*foden*/
div#footer
{clear: both; padding: .5em 1em; text-align: right;}

/* de to link-typer */
a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Bookman Old Style, Arial, sans-serif; font-size: 16px; font-weight: none;}
a.navwhite:visited { text-decoration: none; color: #a0a0a0; font-family: Bookman Old Style, Arial, sans-serif; font-size: 16px; font-weight: none; }
a.navwhite:hover { text-decoration: none; color: #FE9A2E; font-family: Bookman Old Style, Arial, sans-serif; font-size: 16px; font-weight: none; }
a.navwhite:active { text-decoration: none; color: #faf25a; font-family: Bookman Old Style, Arial, sans-serif; font-size: 16px; font-weight: bold; }
a.navblack:link { text-decoration: none; color: #FF0FFF; font-family: Bookman Old Style, Arial, sans-serif;  font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #FF0FFF; font-family: Bookman Old Style, Arial, sans-serif;  font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #FFFFFF; font-family: Bookman Old Style, Arial, sans-serif;  font-weight: bold; }

/* Anden tekst  */
h1 { font-family: Bookman Old Style, verdana, sans-serif; font-size: 23px; font-color: ##FE9A2E;}
h1.whiteheadline { font-family: Bookman Old Style, Times New Roman; text-decoration: normal; color:#ffffff; font-size: 21px; font-weight:none; line-height: 200%;}
ul.small { line-height: 80%; text-align: center}
p.smaller { line-height: 10%; text-align: center}
body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li,hr { font-family: Bookman Old Style, verdana, sans-serif; font-size: 17px; color:#FE9A2E; }

