body {
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eef0e1', endColorstr='#b1b786', gradientType='0');*/
	 background-image: url(../images/BG.gif);
	 background-position: top left;
	 background-repeat: repeat-x;


	background-color: #eef0e1;
	margin-top: 50px;
	margin-bottom: 10px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #dbdfbf;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color:#dbdfbf;
}

.BottomMenu
{
	position: absolute;
	color: black;
	background-color: transparent;
	top:0px;
	margin-top: 0px;
	height: 10px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	z-index:113;
	text-align: center;
	font-family: "Georgia", georgia, helvetica, "Times New Roman", Times, serif;
	font-size: 20px;
}

/*  för hela "vänstertabellen" */

.LeftColumn
{
	z-index:13;
	position: absolute;
	width: 750px; 
	height: 84%; 
	top: 80px; 
	left: 50%; 
	margin-left: -375px;
}

/*  för hela "vänstertabellens div" */
#LeftAreaDiv{
	/* top är där själva diven börjar och margin-top är så att det blir glapp mellan de olika rutorna */
	z-index: 3;
	position: absolute;
	display: block;
	overflow: auto;

	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;				
	
	height:90%;
	width: 400px;

	background-color: white;
}

/*  för hela "högertabellen" */

#RightAreaDiv{
	z-index: 1;
	/* top är där själva diven börjar och marin-top är så att det blir glapp mellan de olika rutorna */
	position: relative;
	display: block;

	margin-top: 15px;
	margin-bottom: 5px;
	
	margin-left: 5px;
	
	left: 50%;
	width:340px;
	background-color: white;
	padding: 20 10 10 10;

}

/*  Välkommen-diven" */	
#WelcomeDiv{
	position: absolute;
	z-index:2;
	width: 500px;
	left: 50%;
	margin-left: -350px;	
	
	height: 20px;
	top: 50px;

	font-family: "Georgia", georgia, helvetica, "Times New Roman", Times, serif;
	font-size: 44px;
	color: white;
}
TD {
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', gradientType='0');
	padding: 10px;
	vertical-align:top;
	font-family: arial, Palatino Linotype, Georgia, "Times New Roman", Times, garamond, serif; 
	font-size: 9pt;
	line-height: 130%;
	color: #4b4b4b;
}
