
body
{
    font-size: 12pt;
    background-color: #000000;
    font-family: 'courier new',Garamond, serif;
    color: #ffffff;
	line-height: 15pt;
}



/* -------------------------- */

.huvudrubrik
{
	font-size: 16pt;
	color: #ffffff;
}


.leftmenutot
{
	position:relative;
	width:129px;
	text-align:center;
	padding: 0px;
	padding-left:7px;
	float:left;
	margin:0px;
	
}

.leftmenu
{	
	position:relative;
	z-index:100;
	text-align: center;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.leftmenu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.leftmenu ul ul
{
	width:150px;
}

.leftmenu li
{
	padding:0;
	padding-top:15px;
	margin:0;
	list-style-type:none;
}


/* style the links for the top level */
.leftmenu a, .leftmenu a:visited
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#ffffff; 
	width:125px; 
	height:18px; /* 30px; */
	border:1px solid #fff; 
	border-width:1px; 
	background:#000000; 
	padding-left:10px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .leftmenu a, * html .leftmenu a:visited
{
	width:150px;
	w\idth:125px;
	text-decoration:none;
}







/* another hack for IE5.5 */
* html .leftmenu ul ul
{
	top:18px; /* 30px; */
	t\op:19px; /* 31px; */
	text-decoration:none;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.leftmenu table 
{
	position:absolute;
	top:0;
	left:0;
}



/* yet another hack for IE5.5 */

* html .leftmenu ul ul a
{
	width:150px;
	w\idth:115px;
	text-decoration:none;
}


/* style the top level hover */
.leftmenu a:hover, .leftmenu ul ul a:hover
{
	color:#fff; 
	background:#A0A0A0;
	text-decoration:none;
}

.leftmenu :hover > a, .leftmenu ul ul :hover > a
{
	color:#fff;
	background:#A0A0A0;
	text-decoration:none;
}



