BODY
{
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	overflow-y:scroll;
}

P
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	line-height:14px;
	margin:0px;
	margin-bottom:12px;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	line-height:normal;
	margin:0px;
}

A
{
	color:#990033;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	color:#006699;
}

h2, h3, h4, h5, h6
{
	font-size:13px;
	margin:0px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:8px;
	color:#006699;

}
hr
{
	color:#e9e9e9;
	height:1px;
	size:1px;
	margin-bottom:6px;
	margin-top:0px;
}
/* --- ID -------------------------------------------------- */
#height100,
.height100
{
	height:100%;
}

#head
{
	background-image:url(../images/headBG.jpg);
	background-repeat:repeat-x;
	height:111px;
}

#mainTable
{
	background-image:url(../images/head_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#html4
{
	color:#333333;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
}

#html4 p,
#html4 div,
#html4 span,
#html4 a
{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

#faktaRuta
{
	line-height:normal;
	font-size:9px;
	padding-left:20px;
	padding-right:20px;
}
#faktaRuta p
{
	line-height:normal;
	font-size:9px;
}
#faktaRuta h6
{
	line-height:normal;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

#tipsRuta
{
	background-image:url(../images/blueDot.gif);
	background-repeat:repeat-y;
	padding-left:16px;
	padding-right:10px;
}
#tipsRuta h6
{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	margin-top:10px;
	color:#990033
}


/* --- CLASSES -------------------------------------------------- */
	/* --- SHADOW ----------------------------------------------- */
	.shadow_top
	{
		background-image:url(../images/shadow_t.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	.shadow_bottom
	{
		background-image:url(../images/shadow_b.gif);
		background-repeat:repeat-x;
		background-position:top;
	}	
	.shadow_right
	{
		background-image:url(../images/shadow_r.gif);
		background-repeat:repeat-y;
		background-position:left;
	}
	.shadow_left
	{
		background-image:url(../images/shadow_l.gif);
		background-repeat:repeat-y;
		background-position:right;
	}

/* --- TOPMENY --- */
.menu_td
{
	background-image:url(../images/menu_td_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-left:3px;
}
#topmenu
{
	background-image:url(../images/topmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*background-color:#339900;*/
}
#topmenu.selected
{
	background-image:url(../images/topmenu_bg_selected.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#339900;

}
#topmenu a
{	
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:5px;
}

#topmenu.selected a
{
	color:#339900;
}
#menu
{
	border-bottom:1px solid #006699;
}
#menu UL
{    
	list-style:none; /*Tar bort punkten i punktlista */
	margin:0px;
	padding:0px;
}


#menu a
{	
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#006699;
	border-right:1px solid #006699;

}
#menu a:hover
{
	background-color:#f2f2f2;
}
#menu li
{	
	float:left;
}


