body {background-color:white;}

h1, h2, h3, h4, h5
   {color: #A0522D; margin-left: 20px;
   font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; } 

h1 {font-size:30pt; }

li
   {color:black;font-size:16pt;
   font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; } 

td
   {background-color:white; font-size:10pt;
   font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; } 
caption
   {color:white;
    background-color: #A0522D; font-size:12pt;
    font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; } 

hr {color:navy} 

p, form
   {font-size:10pt;
    font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; } 

a:link {color: #A0522D} 
a:visited {color: #A0522D} 
a:hover {color: #C0C0C0} 
a:active {color:blue}

div#container {
	text-align: left;
	margin: 0px auto 0px auto;
	background: #FFF;
	width: 750px;
}

div#top {
	text-align: center;
	height: 50px;
}

/*Navigations menyn*/
ul#linklist
{
	border-bottom: 2px double #C0C0C0;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	margin-bottom: 0.1px;
	padding: 0px;
}

ul#linklist a, ul#linklist a:link, ul#linklist a:visited
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-decoration: none;
}

ul#linklist a:hover, ul#linklist a:active, ul#linklist a:focus
{
	background-color:#B22222;
	text-decoration: none;
}

ul#linklist li
{
	display: inline;
}

ul#linklist #active a 
{ 
	background-color: blue; 
}
/*slut på navigations meny*/



div#content
{
	padding: 0px;
	margin: 0px;
	height:450px;
	overflow: auto;
}

div#footer
{
	height: 30px;
}


/*Footlist*/
ul#footlist
{
	border-top: 2px double #C0C0C0;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	margin-bottom: 0.1px;
	padding: 0px;
}

ul#footlist a, ul#footlist a:link, ul#footlist a:visited
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

ul#footlist a:hover, ul#footlist a:active, ul#footlist a:focus
{
	background-color:#B22222;
	text-decoration: none;
}

ul#footlist li
{
        font-size:10pt;   
        font-family: 'Century Gothic', 'Trebuchet MS', 'sans'; 
	display: inline;
}

ul#footlist #active a 
{ 
	background-color: blue; 
}
/*slut footlist*/



