BODY
{
	margin-top:13px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow-y:scroll;
}

P
{
	font-family:"Trebuchet MS", Georgia, Arial;
	font-size:12px;
	color:#686868;
	margin:0px;
	margin-bottom:6px;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:"Trebuchet MS", Georgia, Arial;
	font-size:12px;
	line-height:normal;
	color:#686868;
	margin:0px;

}

A
{
	color:#2f7dc1;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:6px;
	margin-top:6px;
	color:#686868;
}

h2, h3, h4, h5, h6
{
	font-size:11px;
	padding-bottom:4px;

}

/* --- CLASSES --- */
#height100,
.height100
{
	height:100%;
}

#head
{
	background-image:url(../images/headBG.jpg);
	background-repeat:repeat-x;
	height:111px;
}

.html0
{
	padding:20px;
	padding-top:40px;
}

.html1
{
	color:#ffffff;
	font-size:12px;
}

.html1 p,
.html1 div,
.html1 span,
.html1 a
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}


.html4
{
	background-image:url(../images/html4BG.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}

.html4 p,
.html4 div,
.html4 span,
{
	color:#6a6a6a;
	text-decoration:none;
}

.html5
{
	color:#ffffff;
	font-size:12px;
	padding-left:13px;
	padding-right:13px;
	padding-top:17px;
}

.html5 p,
.html5 div,
.html5 span,
.html5 a
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

/* --- TOPMENY --- */
#menuTD
{
	background-image:url(../images/menu/menuBG.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
}

#topmenu
{
	background-image:url(../images/menu/menuItemBG.jpg);
	background-repeat:repeat-x;
	
}

#topmenu A,
#topmenu A:hover
{	
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:3px;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#2c76b8;
}

#topmenu a.selected,
#topmenu a.selected:hover
{
	background-image:url(../images/menu/menuSelBG.jpg);
	background-repeat:repeat-x;
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:3px;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#2c76b8;

}

#menu UL
{    
	list-style:none; /*Tar bort punkten i punktlista */
	margin:0px;
	padding-top:62px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

#menu li a
{	
	border-top:1px solid #d5e4f1;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#2c76b8;
}

#menu li.last a,
#menu li.following a
{
	border-bottom:1px solid #d5e4f1;
}


#menu li,
#menu li.submenu
{	
	float:none;
}

#menu li a:hover,
#menu li a.selected,
#menu li a.selected:hover,
#menu li.submenu a.selected
{
	color:#707070;
}

#menu li.submenu a
{
	display:inline-block;
	padding-left:10px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#2c76b8;
	background-image:none;
	border:none;
}

#bubblesBG
{
	background-image:url(../images/bubblorBG.jpg);
	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;
}
