/* SIDANS GRUNDINSTÄLLNINGAR m.m. */
body {
background-color: #FFFFFF;
font-family: tahoma;
font-size: 13px;
font-color: #000000;
text-align: center; 
margin: 45px 0px 0px 0px;
scrollbar-base-color: #B1378E; scrollbar-track-color: #818181;
}

/*---------------------------------------------*/

/* LÄNKINSTÄLLNINGAR */
a:link { 
text-decoration: none; 
font-weight: none;
color: #000000; 
}

a:visited { 
text-decoration: none; 
font-weight: none; 
color: #000000; 
}

a:active { 
text-decoration: none; 
font-weight: none; 
color: #000000; 
}

a:hover { 
text-decoration: underline; 
font-weight: none; 
color: #000000; 
}
/*---------------------------------------------*/

/* GRUNDSIDANS position m.m. */
#main { 
z-index: 1;
background-color: none;
background-image: url(bilder_design/bakgrundsfarg.gif);
margin: auto;
position:relative;
padding: 0px; 
width: 850px;
height: 600px;
border: solid 1px #000000;
}

/*---------------------------------------------*/

/* LOGOTYPEFÄLTETS position m.m. */
#logo { 
z-index: 2;
background-color: none;
background-image: none;
margin: none;
position:absolute; top: 7px; left: 15px;
padding: 0px; 
width: 820px;
height: 86px;
border-top	: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
} 

/*---------------------------------------------*/

/* MENYFÄLTETS position m.m. */
#menu { 
z-index: 3;
text-align: left; 
background-color: none;
background-image: none;
margin: auto;
position:absolute; top: 106px; left: 26px;
padding: 0px; 
width: 120px;
} 

/* INSTÄLLNINGAR för meny */
#menycontainer	{font-family: arial black;
				 margin-left: 0px;
				 width: 150px;
				 font-size: 14px;
				 border-top: 0px solid #cccccc;
				 border-left: 0px solid #cccccc; 
				 border-right: 0px solid #cccccc;}

#meny		   {margin: 0; 
				padding: 0; 
				list-style-type: none;}
				
#meny a			{display: block; 
				margin: 0px; 
				background: none; 
				padding: 0.1em; 
				text-decoration: none; 
				height: 100%; 
				border-bottom: 0px solid #cccccc;}
				
#meny ul		{list-style-type: none;} 

#meny ul a		{margin: 0; 
				padding: 0.1em; 
				background: none;} 

#meny a:link	{color: #000000;}
#meny a:visited	{color: #000000;}
#meny a:hover	{color: #B1378E;}
#meny a#current	{font-weight: bold;}
#meny a#subcurrent{font-weight: bold;}

/*---------------------------------------------*/

/* SIDOBILDENS position m.m. */
#sidobild { 
z-index: 2;
background-color: none;
background-image: none;
margin: auto;
position:absolute; top: 315px; left: 26px;
padding: 0px; 
width: 120px;
height: 258px;
}

/*---------------------------------------------*/

/* INFORMATIONSFÄLTETS position m.m. */
#info { 
z-index: 3;
background-color: none;
background-image: url(bilder_design/taxiskylt.gif);
background-repeat: no-repeat;
margin: auto;
position:absolute; top: 106px; left: 174px;
padding: 0px; 
width: 650px;
height: 467px;
}

	/* INFORMATIONSFÄLTETS scrollbox, inställningar */
	.scrollbox 	{height: 467px;
				 width: 650px; 
				 padding: 0px; 
				 border: 0px solid #000000; 
				 overflow: auto; 
				 background-color: none;}
	
	/* INFORMATIONSFÄLTETS table, inställningar */
	.info_table {align: left;
				font-size: 12px;
				border: 0px; 
				padding: 10px;
				width: 650px; 
				}

/*---------------------------------------------*/

/* ADRESSFÄLTETS position m.m. */
#adress { 
z-index: 3;
background-color: none;
background-image: none;
margin: auto;
position:absolute; top: 576px; left: 0px;
padding: 0px; 
width: 850px;
height: 20px;
} 

	/* ADRESSFÄLTETS table, fontstorlek m.m. */
	.adress_td {align: center;
				font-size: 9px;
				color: #666666;
				font-weight: none;
				font-family: Arial;
				}
				
	.adress_tr {align: center;
			   }
				
	.adress_table { align: center;
					padding: 0px;
				  }

/*---------------------------------------------*/



