/* CSS Document */

/* MAIN */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	
	scrollbar-face-color:#E3E3E3;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}







/* LINKS */
a:link { text-decoration: underline; color: #666666; }
a:visited { text-decoration: underline; color: #666666; }
a:active { text-decoration: underline; color: #666666; }
a:hover { text-decoration: none; color: #000000; }

/* 
a.a_menu:link { text-decoration: none; color: #666666; }
a.a_menu:visited { text-decoration: none; color: #666666; }
a.a_menu:active { text-decoration: none; color: #666666; }
a.a_menu:hover { text-decoration: underline; color: #666666; }
*/







/* TEXT */
.rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.underrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.brodtextfet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/* 
*** Övrigt som kan vara till användning *** 

.bg { background-image: url(bilder/grafik/bg.gif); }
background-repeat: repeat-x;
background-repeat: no-repeat;
background-position: center;

background-image: url(bilder/grafik/bg.jpg); background-repeat: no-repeat; background-position: left bottom; background-attachment: fixed;



{
	scrollbar-face-color:#6C6B6B;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;

}



.ul_prick { list-style-image: url(bilder/grafik/ul_prick.gif) } 
.ul_pil { list-style-image: url(bilder/grafik/ul_pil.gif) } 




.kantlinje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 200px;
}



*/
#menu .topmenu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu .topmenu .active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8B55C;
}

#menu .topmenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu .topmenu a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}


#menu .submenu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu .submenu a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#menu .submenu a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F8B55C;
}

#menu .submenu .active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8B55C;
}
