.tab_left, .tab_right, .tab_middle {height:29px;cursor:pointer;}
.tab_left, .tab_right {width:7px;background-repeat:no-repeat;}
.tab_middle {padding:0px 10px 0px 10px;background-repeat:repeat-x;}
.tab_middle, .tab_middle a, .tab_middle a:link, .tab_middle a:visited, .tab_middle a:hover, .tab_middle a:active {text-decoration:none;font-family:"Trebuchet MS";font-size:12px;font-weight:bold;line-height:13px;}

.tab_section_off, .tab_section_off a, .tab_section_off a:link, .tab_section_off a:visited, .tab_section_off a:hover, .tab_section_off a:active {color:#fff;}
.tab_section_on, .tab_section_on a, .tab_section_on a:link, .tab_section_on a:visited, .tab_section_on a:hover, .tab_section_on a:active {color:#fff;}
.tab_section_selected, .tab_section_selected a, .tab_section_selected a:link, .tab_section_selected a:visited, .tab_section_selected a:hover, .tab_section_selected a:active {color:#666;}
.tab_section_off .tab_left {background-image:url(img/tab_eeeeee_off_left.gif);}
.tab_section_off .tab_middle {background-image:url(img/tab_eeeeee_off_middle.gif);}
.tab_section_off .tab_right {background-image:url(img/tab_eeeeee_off_right.gif);}
.tab_section_on .tab_left {background-image:url(img/tab_eeeeee_on_left.gif);}
.tab_section_on .tab_middle {background-image:url(img/tab_eeeeee_on_middle.gif);}
.tab_section_on .tab_right {background-image:url(img/tab_eeeeee_on_right.gif);}
.tab_section_selected .tab_left {background-image:url(img/tab_eeeeee_selected_left.gif);}
.tab_section_selected .tab_middle {background-image:url(img/tab_eeeeee_selected_middle.gif);}
.tab_section_selected .tab_right {background-image:url(img/tab_eeeeee_selected_right.gif);}


#langnavi {font-family:Georgia;color:#CCCCCC;font-size:13px;font-weight:bold;padding-right:20px;padding-bottom:3px;}
#langnavi a, #langnavi a:link, #langnavi a:visited {text-decoration:none;color:#CCCCCC;}
#langnavi a:hover, #langnavi a:active {text-decoration:none;color:#999;}



body {
	background-color: #ffffff;
	margin: 5px 0px 0px 0px;
        background-color: #ffffff;
        margin: 5px 0px 0px 0px;
        scrollbar-arrow-color:WHITE;
        scrollbar-track-color:#D6D6D6;
        scrollbar-shadow-color:#D6D6D6;
        scrollbar-face-color:#0057AE;
        scrollbar-highlight-color:#D6D6D6;
        scrollbar-darkshadow-color:#0057AE;
        scrollbar-3dlight-color:#0057AE;
}

/* Länkfärg */
a, a:link, a:visited {
	text-decoration: underline;
	color: #666956;
}

/* Länkfärg, OnMouseOver */
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}


/* Grundtypsnitt */
body, table, tr, th, p, span, div {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
        scrollbar-arrow-color:WHITE;
        scrollbar-track-color:#D6D6D6;
        scrollbar-shadow-color:#D6D6D6;
        scrollbar-face-color:#0057AE;
        scrollbar-highlight-color:#D6D6D6;
        scrollbar-darkshadow-color:#0057AE;
        scrollbar-3dlight-color:#0057AE;

}


/* Typeface, footer */
#footer {
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* Lodrät (y-axel) scrollbar synlig */
html {
	overflow-y: scroll;
}
