body {
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	background:#067c03;
	background-image:url(../_images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#000;
	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:758px;
	margin:0 auto;
	background:url(../_images/mainbg.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding:0;
	display:table;
}

#top {
width:758px;
height:128px;
margin:0 auto;
background:url(../_images/top.jpg);
background-repeat:no-repeat;
padding-top:0px;
}

#lankar_upp{
margin-left:340px;

}

#menu {
padding-top:67px;
}

#kategorier1 {
border:1px solid #9090a9;
width:600px;
margin-top:0px;
background:#FFF;
text-align:left;
padding:50px;
}

#kategorier {

width:150px;
margin-top:0px;
border:0px solid #000;
text-align:left;
padding-left:5px;
float:left;
}

#kategorier td
{
width:150px;
padding-left:10px;
background:url(../_images/katalog.gif);
background-repeat:no-repeat;
height:20px;
font-weight:bold;
}

#kategorier a
{
color:#000;
}

#kategorier a:hover
{
color:#FFF;
background:#035b01;
}

#nyheter {
border:0px solid #FFF;
float:left;
width:153px;
margin-left:35px;
display:table;
}

#nyheter td, #nyheter table
{
border:0px;
border-color:#000;
padding:5px;
}

#nyheter a{
color:#FFF;
}

.GrdItemStyle
{
border:0px;
border-color:#000;
}

#text_forsta {
width:360px;
margin-left:35px;
float:left;
text-align:left;
border: 0px solid #000;
}

#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:12px;
margin-bottom:20px;
font-weight:bold;
color:#037700;
}

H1 {
	font: 14px Arial, sans-serif;
	color: #035b01;
	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:60px;
}

.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: #FFF;
padding: 3px 8px;
text-decoration: none;
border-right: 1px solid #FFF; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #FFF;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFF; 
padding-top: 3px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
background:#067c03;
}

