
body { background-color: #dddddd; font-family: Verdana, sans-serif; font-size: 15px; color: #808080; }
body { scrollbar-base-color: #ffff00; scrollbar-track-color: #ffffdd; }


h1 { font-family: Verdana, sans-serif; font-size: 24px; color: #330099; }
/*   Det är en sammanblandning mellan h1 och #top, använd bara h1  */ 
a:link { color: #808080; text-decoration: none; }
a:visited {color: #808080; text-decoration: none; }
a:active { color: #808080; text-decoration: none; }
a:hover { background-color: #cccccc; }


#top { width: 980px; height: 24px; padding: 0px; border: 0px; }
#left { width: 70px; height: 125px; padding: 10px; background-color: #f1f1eb; margin: 15px 0px 0px 0px; }
/*  gör om #left till .left eftersom det förekommer fler än en gång på en sida  */
#secleft { width: 70px; height: 125px; padding: 10px; background-color: #f1f1eb; margin: 15px 0px 0px 0px;
position: absolute;
left: 100px;
top: 15px; 
}

#bigbox
{
width: 95%;
height: 95%;
margin: 10px;
border: 3px;
border-style: solid;
border-color: #FFFF00;
padding: 10px;
background-color: #1F1EB;
text-align: center;
}

.scrollbox { position: absolute; left: 110px; top: 55px; width: 863px; height: 505px; padding: 10px;   
border: 3px solid #ffff00; overflow: auto; background-color: #F1F1EB; }

.box { background-color: #f1f1eb; width: 775px; height: 505px; padding: 25px; border: 3px solid #ff6600; }

