body
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	background-color: #000000;
	background: #000000;
	background-image: url(../bild/bgside.gif);
}

TD
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
}

#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{color: #000000;}

#adminknapp{
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
	font-size: 70%;
}

#adminknapp li{margin-bottom: 0.25em;}

#adminknapp a{display: block; width: auto; height: 100%; background: #000000; padding: 0.25em; text-decoration: none; border: 1px solid #cccccc;}

#adminknapp a:link{color: #ffffff;}
#adminknapp a:visited{color: #ffffff;}
#adminknapp a:hover{background: #f26522;}

.produkt 
{
   float:left;
   width: 102px;
   margin-right: 3px;
}


.pris 
{
	color: #cc0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
    line-height: 19px;
}

A
{
	color: #365677;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
	
}

A:active
{
	color: #365677;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
}

A:link
{
	color: #365677;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: #365677;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: #f26522;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
    line-height: 13px;
	text-decoration: none;
	font-weight: bold;
}

select
{
	background: White;
	border: 1px solid silver;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	margin-bottom: 1px;
	margin-top: 1px;
}

input
{
	background: #ffffff;
	border: 1px solid silver;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
	margin-bottom: 1px;
	margin-top: 1px;    
}


textarea
{
	background: #ffffff;
	border: 1px solid silver;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.skicka_knapp 
{ 
	font-family: arial; 
	font-size: 11px; 
	color: #ffffff; 
	background-color: #000000; 
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background-color:#e2e2e2;
	background: url(../bild/list.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background-color:#e2e2e2;
	background: url(../bild/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	margin-top: 4px;
	margin-left: -20px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-top: 4px;
margin-left: 0px;
}
