HTML
{
	height:100%;
}
BODY
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	/* bg with white center field shaded in the edges*/
	background-image:url(../img/body_bg_center.jpg); 
	background-repeat:repeat-y;
	background-position:50% 0;
	background-color:#047dc3;
}


/* CONTAINER ELEMENTS */
/*--------------------------------------------------*/
#CONTAINER_BG
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	/* top based gradient bg from dark blue to bg color*/
	background-image:url(../img/body_bg_gradient.jpg); 
	background-repeat:repeat-x;
	background-color:Transparent;
	overflow:visible;
}
#CONTAINER_SHADE
{
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
	padding:0;
	/*vertical gradient on horizontal gradient background with white field*/
	background-image:url(../img/body_bg_shade.jpg); 
	background-repeat:no-repeat;
	background-position:50% 0;
	background-color:Transparent;
	overflow:visible;
}
#CONTAINER_WRAP
{
	/* bg with white center field shaded in the edges*/
	width:790px;
	height:100%;
	margin:0 auto;
	padding:0 45px;
}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* CONTAINER TABLES */
/*--------------------------------------------------*/
#CONTENT
{
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#MAIN
{
	padding:0;
	padding-bottom:-100px;
	vertical-align:top;
	font-size:11px;
}
#FOOT
{
	padding:0;
	vertical-align:bottom;
}
/*--------------------------------------------------*/





/* TEXT ELEMENTS */
/*--------------------------------------------------*/
H1, H2, H3, H4, P{margin:0;padding:0;}
H1{font-size:20px;}
H1 B{color:#c11c22;}
H2{font-size:14px;}
H3{font-size:13px;}
H4{font-size:12px;}
P
{
	font-size:11px;
	margin:10px 0;
}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* LINK PROPERTIES */
/*--------------------------------------------------*/
A.qlink{color:#909090;text-decoration:none;margin-left:10px;}
A.qlink:hover{color:#047dc2;text-decoration:none;}

A.link{color:#000;}
A.link:hover{color:#c11c22;}

A.hdn{color:#000;text-decoration:none;}
A.hdn:hover{color:#c11c22;text-decoration:none;}

A.right{float:right;}
A.left{float:left;}

A.clear{clear:both;}
A.block{display:block;margin:2px 0;}

A.licon{padding-left:20px;background-position:0 0;background-repeat:no-repeat;}
A.ricon{padding-right:20px;background-position:100% 0;background-repeat:no-repeat;}
A.icon{padding:10px;background-position:0 0;background-repeat:no-repeat;}

A.rss{background-image:url(../img/icon_rss.gif);}
A.print{background-image:url(../img/icon_print.gif);}
A.handikapp{background-image:url(../img/icon_handikapp.gif);}
A.engelsk{background-image:url(../img/icon_engflag.gif);}
/*--------------------------------------------------*/




/*--------------------------------------------------*/
/* SECTION ELEMENTS: HEAD */
/*--------------------------------------------------*/
#LOGO
{
	float:left;
}
#SITE_HEADER
{
	float:right;
	color:#909090;
	font-weight:bold;
	margin-top:15px;
	height:15px;
	overflow:hidden;
}
#QUICK_LINKS
{
	float:right;
	clear:right;
	font-size:10px;
	font-weight:bold;
	margin:5px 0 5px 0;
	/*width:85%;*/
	height:15px;
	overflow:hidden;
}

/*--------------------------------------------------*/







/*--------------------------------------------------*/
/* NAVIGATION */
/*--------------------------------------------------*/
#TOPNAV
{
	clear:right;
	margin:0;
	padding:0;
	height:30px;
}
#TOPNAV UL.topnav
{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(../img/topnav_firsttab_fix.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:1px;
}
#TOPNAV LI.topnav
{
	float:left;
	height:30px;
	background-color:#F0F0F0;
}
#TOPNAV B
{
	float:left;
	height:30px;
	width:6px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#TOPNAV B.l
{
	background-image:url(../img/topnav_rounded_left.gif);
	margin-left:-1px;
}
#TOPNAV B.r{background-image:url(../img/topnav_rounded_right.gif);}
#TOPNAV A.topnav
{
	height:20px;
	padding:10px 4px 0 4px;
	float:left;
	background-image:url(../img/topnav_topborder.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	font-size:10px;
}
#TOPNAV LI.active
{
	background-color:#047dc3;
	background-image:url(../img/topnav_active_bg.gif);
	background-position:0 3px;
	background-repeat:repeat-x;
}
#TOPNAV LI.active B{background-position:0 -4px;}
#TOPNAV LI.active A.topnav{
	background-position:0 -4px;
	color:#FFFFFF;
}
/*--------------------------------------------------*/
#TOPNAV DIV.subnav1
{
	float:left;
	clear:left;
	overflow:hidden;
	visibility:hidden;
	margin-left:-1px;
}
#TOPNAV DIV.subnav1 UL
{
	position:absolute;
	width:130px;
	padding:2px 2px;
	margin:0;
	background-color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	list-style:none;
}
#TOPNAV DIV.subnav1 LI
{
	clear:left;
	margin:0 0 0 0;
	padding:2px 7px;
}
#TOPNAV DIV.subnav1 LI.active
{
	color:#FFF;
	background-color:#047dc2;
	background-image:none;
}
#TOPNAV DIV.subnav1 LI.active A{color:#FFF;}
#TOPNAV DIV.subnav1 A
{
	padding:2px 0;
	display:block;
	background-image:none;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	font-size:10px;
}
#TOPNAV DIV.subnav1 DIV /*SHADE*/
{
	position:absolute;
	float:left;
	clear:left;
	background-image:none;
	padding:2px 2px;
	background-color:#000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* SECTION ELEMENTS: UPPER BODY */
/*--------------------------------------------------*/
#BODY_UPPER
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	background-color:#047dc2;
}
#BODY_IMAGE
{
	width:640px;
	height:255px;
	padding:0;
	text-align:center;
}
#IMAGE_HOLDER
{
	width:640px;
	height:255px;
}
#IMAGE_LOADER IMG
{
	margin:112px 0;
}
IMG.pic
{
	margin-right:7px;
	margin-bottom:7px;
	display:block;
	float:left;
}
/*--------------------------------------------------*/




/*--------------------------------------------------*/
/* SECTION ELEMENTS: MAIN BODY */
/*--------------------------------------------------*/
#BODY_MAIN
{
	width:100%; /*790-165=625 625-188=437 437-415=22 22-15=7*/
	border-collapse:collapse;
	background-color:#ffffff;
	margin-top:15px;
}
#BODY_MAIN TD{vertical-align:top;}
#MAIN_LEFT
{
	width:165px;
	padding:0;
}
#MAIN_CENTER
{
	width:415px;
	padding:0 7px 15px 15px;
	overflow:hidden;
}
#MAIN_CENTER DIV.cwrap
{
	width:415px;
	overflow:hidden;
}
#MAIN_RIGHT
{
	width:178px;
	padding:0 0 0 10px;
	background-image:url(../img/dotted_bg.gif);
	background-repeat:repeat-y;
}/*--------------------------------------------------*/




/*--------------------------------------------------*/
/* SECTION ELEMENTS: FOOT */
/*--------------------------------------------------*/
#FOOT P
{
	width:100%;
	min-height:26px;
	padding:10px 0;
	margin:0;
	background-image:url(../img/dotted_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
/*--------------------------------------------------*/







/*--------------------------------------------------*/
/* VARIOUS USEFUL ELEMENTS */
/*--------------------------------------------------*/
DIV.HR
{
	clear:both;
	height:1px;
	margin:10px 0;
	background-repeat:repeat-x;
	background-image:url(../img/dotted_bg.gif);
	background-repeat:repeat;
}
P.ingress
{
	margin:5px 0;
	padding:0;
	font-size:14px;
}

/*--------------------------------------------------*/





/*CLEANED 2008-04-10*/
/*--------------------------------------------------*/















/*--------------------------------------------------*/
/* CALENDAR STYLES */
/*--------------------------------------------------*/
#CALENDAR
{
	overflow:hidden;
	background-color:#99cdff;
	padding:5px 7px;
}
#CALENDAR DL
{
	margin:0;
	padding:0;
}
#CALENDAR DT
{
	font-weight:900;
	font-size:12px;
	color:#c11c22;
	padding-top:5px;
}
#CALENDAR DD
{
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	background-image:url(../Img/CalendarItem_Dd_Dot.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	padding-top:2px;    /*HASSES KLÅPARKOD FÖR ATT ÖKA AVSTÅND MELLAN EVENEMANGEN*/
}
#CALENDAR IMG.loader
{
	margin:5px 55px;
}
#CALENDAR DIV.navigation
{
	overflow:hidden;
	height:20px;
	padding-top:5px;
}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* CALENDAR STYLES */
/*--------------------------------------------------*/
#CALENDARVIEW
{
	overflow:hidden;
	background-color:#99cdff;
	padding:5px 7px;
}
table.calendar
{
	width:100%;
	border-collapse:collapse;
}
table.calendar td.spc
{
	border:1px solid #99cdff;
}
table.calendar th.left
{
	text-align:left;
}
table.calendar th.right
{
	text-align:right;
}
table.calendar td.wd
{
	border-bottom:1px solid #047dc2;
}
table.calendar td.h
{
	color:#c11c22;
	border-color:#c11c22;
}
table.calendar td.md
{
	border-right:1px solid #7bbdf3;
	border-bottom:1px solid #7bbdf3;
	border-color:#7bbdf3;
	text-align:right;
}
table.calendar td.wn
{
	border-right:1px solid #047dc2;
}
/*#CALENDAR DL
{
	margin:0;
	padding:0;
}
#CALENDAR DT
{
	font-weight:900;
	font-size:12px;
	color:#c11c22;
	padding-top:5px;
}
#CALENDAR DD
{
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	background-image:url(../Img/CalendarItem_Dd_Dot.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
}
#CALENDAR IMG.loader
{
	margin:5px 55px;
}
#CALENDAR DIV.navigation
{
	overflow:hidden;
	height:20px;
	padding-top:5px;
}*/
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* BUTTON and GENERIC FORM ELEMENT STYLES */
/*--------------------------------------------------*/
FORM
{
	margin:5px 0;
}
SELECT, INPUT, BUTTON
{
	font-size:11px;
	font-family:Trebuchet MS;
}
INPUT.text
{
	border:1px solid #2a3ea8;
	border-bottom-color:#4f598f;
	padding:2px 2px 1px 2px;
	margin:2px 0;
}
.button
{
	float:left;
	border:0;

	height:21px;
	display:block;
	padding:0;
	margin:2px;
	cursor:hand;
	cursor:pointer;
}
.button B.r,
.button B.l
{
	background-repeat:no-repeat;
	width:4px;
	height:21px;
	display:block;
}
.button B.l{background-image:url(../img/btn_left.gif);float:left;}
.button B.r{background-image:url(../img/btn_right.gif);float:left;}
.button SPAN
{
	float:left;
	padding:2px 4px;
	background-image:url(../img/btn_bg.gif);
	background-repeat:repeat-x;
	height:19px;
	text-align:center;
}
.button_over B.l{background-image:url(../img/btn_left_hover.gif);}
.button_over B.r{background-image:url(../img/btn_right_hover.gif);}
.button_over SPAN{background-image:url(../img/btn_bg_hover.gif);}
.dynbtn SPAN{width:110px;}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* SPECIFIC BUTTONS AND FORM ELEMENTS */
/*--------------------------------------------------*/
SELECT#SITES
{
	border:1px solid #2a3ea8;
	border-bottom-color:#4f598f;
	padding:0 2px;
	margin:2px 0;
	width:168px;
}
#NEWSLETTER
{
	float:left;
}

#BTN_NEWS SPAN{width:14px;}

INPUT#INP_SEARCH
{
	clear:both;
	width:77px;
	float:left;
}
#BTN_SEARCH{float:right;margin-left:0;}
#BTN_SEARCH SPAN{width:19px;}
INPUT#INP_NEWS
{
	clear:both;
	float:left;
	width:128px;
}
/*--------------------------------------------------*/




/*--------------------------------------------------*/
/* TD TAG PROPS */
/*--------------------------------------------------*/
TD.top{vertical-align:top;}
TD.bottom{vertical-align:bottom;}
TD.center{text-align:center;}
TD.left{text-align:left;}
TD.right{text-align:right;}
TD.pad10{padding:10px;}
TD.navbg
{
	background-image:url(../Img/left_bg.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
}
/*--------------------------------------------------*/






/*--------------------------------------------------*/
/* PUFFAR */
/*--------------------------------------------------*/
UL#PUFFAR
{
	width:430px;
	margin:0;
	padding:0;
	list-style:none;
}
UL#PUFFAR LI
{
	margin:0 15px 15px 0;
	padding:0;
	float:left;
	overflow:hidden;
}
UL#PUFFAR LI.big
{
	width:415px;
}
UL#PUFFAR LI.small
{
	width:200px;
}
UL#PUFFAR IMG{border:0;}

/*
TABLE#PUFFAR
{
	width:415px;
	border-collapse:collapse;
	clear:both;
}
TABLE#PUFFAR TD
{
	padding:0 0 15px 0;
}
TABLE#PUFFAR TD IMG
{
	border:0;
}
TABLE#PUFFAR TD.center
{
	width:425px;
}
TABLE#PUFFAR TD.left,TABLE#PUFFAR TD.right
{
	width:200px;
}
*/
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* CONTENT */
/*--------------------------------------------------*/
DIV.longtext{margin:0;}
DIV.longtext A.more{margin:0 0 10px 0;}
DIV.longtext DIV.full
{
	position:absolute;
	left:-1000px;
	top:-1000px;
	visibility:hidden;
}
P.dim, P.dim *
{
	color:#7f7f7f;
	font-size:10px;
}
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/* AKTUELLT-PAGE */
/*--------------------------------------------------*/
H2.list{padding:10px 0 0 0;}
DL.newslist
{
	margin:10px 0;
	padding:0;
}
DL.newslist DT
{
	background-image:url(../img/dotted_bg.gif);
	background-repeat:repeat-x;
	margin:6px 0 0 0;
	padding:4px 0 0 0;
	font-weight:bold;
}
DL.newslist DT A B
{
	color:#000;
}
DL.newslist DD
{
	margin:2px 0 2px 10px;
	padding:0;
}
DL.newslist A
{
	color:#000000;
	text-decoration:none;
}
DL.newslist A:hover
{
	text-decoration:underline;
}
DL.newslist A:visited
{
	color:#7f7f7f;
}
/*--------------------------------------------------*/





/*--------------------------------------------------*/
/* AKUTRUTAN */
/*--------------------------------------------------*/
DIV#AKUT
{
	border:1px solid #c11c22;
	margin-bottom:10px;
	padding:5px;
	background-color:#ecf2f9;
}
DIV#AKUT H2
{
	color:#c11c22;
}
DIV#AKUT P
{
	margin:5px 0;
	color:#c11c22;
}
/*--------------------------------------------------*/




DIV#BANNER_RIGHT
{
	padding:0;
	margin:0;
}