
body {
	min-width: 970px;
	background-color: #EBEBEB;
    background-position: top center;
	background-repeat: no-repeat;
 	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}

a:link {
text-decoration: none;
color: #FF6600;
}

a:visited {
text-decoration: none;
color: #f0a1a1;
}

a:hover {
text-decoration: none;
color: #999999;
}

h1{
 	font-size: 14px;
	margin: 0px;
	color: #FF6600;
}

/* Index text START*/
h2{
 	font-size: 9px;
	margin: 0px;
	color: #F5F5F5;
}
/* Index text SLUT*/

/* Uppdaterat START*/
h3{
 	font-size: 9px;
	margin: 0px;
	color: #000;
}
/* Uppdaterat SLUT*/

/* Individ/Legend/Arkiv START*/
h4{
 	font-size: 9px;
	margin: 0px;
	color: #000;
}
/* Individ/Legend SLUT*/

/* MENY START */

#navlist
{
margin-left: 15px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
clear: both;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 7px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

/* SLUT MENY */





