body {
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	background:#f4f4f7;
	text-align:center;
	color:#9090a9;
	line-height: 18px;
	
}
a {
	color: #9090a9;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	width:800px;
	margin:0 auto;
	background:url(../_images/mainbg.jpg);
	background-repeat:repeat-y;
	text-align:center;
}

#kategorier1 {
border:1px solid #9090a9;
width:600px;
margin-top:10px;
background:#FFF;
text-align:left;
padding:50px;
}

#kategorier {
border:1px solid #9090a9;
width:700px;
margin-top:10px;
background:#FFF;
text-align:left;
padding-left:20px;
}

#kategorier td
{
width:225px;
padding-left:20px;
background:url(../_images/katalog.gif);
background-repeat:no-repeat;
height:20px;
font-weight:bold;
}

#kategorier a
{
color:#9090a9;
}

#kategorier a:hover
{
color:#FFF;
background:#9090a9;
}

#text_forsta {

width:700px;
margin-top:20px;

text-align:left;
}

#links
{
color:#000;
}

#links a {
	color: #9090a9;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
}
#links a:hover {
	color: #000;
	text-decoration: underline;
}

#rubrik {
font-size:16px;
text-align:left;
padding-left:40px;
margin-top:20px;
font-weight:bold;
}

H1 {
	font: 14px Arial, sans-serif;
	color: #9090a9;
	font-weight: bold;
}
H2 {
	font: 14px Arial, sans-serif;
	color: #5c5c5c;
	font-weight: bold;
}






.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-left:40px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #9090a9;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #9090a9; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #9090a9;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFF; 
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background:#9090a9;
}

