BODY
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow-y:scroll;
}

P
{
	line-height:18px;
	margin:0px;
	margin-bottom:20px;
	color:#000000;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	line-height:normal;
	color:#000000;
	margin:0px;

}

UL, OL, LI
{
	margin-top:0px;
	line-height:18px;
	margin-left:-10px;
}

A
{
	color:#d01319;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom: 12px;
}

h2, h3, h4, h5, h6
{
	font-size:11px;
	margin:0px;
	line-height:normal;
	font-weight:bold;
	padding-bottom:4px;

}

/* --- CLASSES --- */
#height100,
.height100
{
	height:100%;
}

#head
{
	background-image:url(../images/headBG.jpg);
	background-repeat:repeat-x;
	height:111px;
}

.content
{
	padding:15px;
	margin:15px;
	height:100%;
	width:100%;
	vertical-align:top;	
}

.html4
{
	background-color:#ebebeb;
	color:#545454;
	padding-left:15px;
	padding-right:15px;
}

.html4 p,
.html4 div,
.html4 span,
.html4 a
{
	color:#545454;
	text-decoration:none;
}

/* --- TOPMENY --- */

#topmenu a
{	
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:9px;
	padding-bottom:9px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
}

#topmenu td a:hover,
#topmenu td a.selected,
#topmenu td a.selected:hover
{
	background-color:#ebebeb;
}

.menuLod
{
	background-image:url(../images/menuLod.jpg);
	background-repeat:repeat-y;
	width:2px;
}

.menuVag
{
	background-image:url(../images/menuVag.jpg);
	background-repeat:repeat-x;
	height:2px;
}

#menu UL
{    
	list-style:none; /*Tar bort punkten i punktlista */
	margin:0px;
	padding:0px;
	background-color:#ededed;
	height:100%;
}

#menu li.header a,
#menu li.header a:hover
{
	text-transform:uppercase;
	color:#363636;
	font-weight:bold;
	border-bottom:2px solid #ffffff;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ededed;
	background-image:none;
	margin:0px;
}

#menu li a
{	
	display:block;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:8px;
	text-decoration:none;
	color:#000000;
	background-image:url(../images/submenuBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#menu li.first a
{	
	margin-top:5px;
}


#menu li
{	
	float:none;
}

#menu li a:hover,
#menu li a.selected,
#menu li a.selected:hover
{
	background-color:#f7f7f7;
}

#menu li.submenu
{	
	float:none;
	margin:0px;
	padding:0px;
	height:20px;

}
#menu li.submenu a
{
	display:inline-block;
	padding-left:10px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	height:20px;
	color:#000000;
	width:100%;
	background-image:none;
	background-position:bottom;
	background-repeat:repeat-x;	
}

/* ---- SHADOW ---- */
.shadowTop
{
	background-image:url(../images/shadow/topBG.jpg);
	background-repeat:repeat-x;
}

.shadowBottom
{
	background-image:url(../images/shadow/bottomBG.jpg);
	background-repeat:repeat-x;
}
.shadowRight
{
	background-image:url(../images/shadow/rightBG.jpg);
	background-repeat:repeat-y;
}

.shadowLeft
{
	background-image:url(../images/shadow/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
