/* CSS Document */
body,p,td { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	color:#333333;
	scrollbar-base-color: #F5F5EB;
	scrollbar-arrow-color: #004C1B;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	overflow-X: hidden   }

/* Länkar */
	
a { 
	color: #4D4D4D;
	text-decoration: none }
	
a:hover, a:active{ 
	color: #4D4D4D;
	text-decoration: underline }

/* Menyn */

/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li { margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 14px; }

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(img/grafik/pil_ner.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(img/grafik/pil.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(img/grafik/prick.gif) top left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }

ul.aqtree3clickable  { margin-left:10px;  }
.fot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.minifot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;



}
.aktuellt {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 10px;




}


.scrollbox {
padding: 3px;
height: 120px;
width: 125px;
border: 0px solid #999999;
overflow: auto;
background-image: url(img/grafik/1pix_akt.gif);
scrollbar-face-color: ##ffffff; 
scrollbar-highlight-color: ##ffffff; 
scrollbar-shadow-color: ##ffffff;
scrollbar-3dlight-color: ##ffffff;
scrollbar-arrow-color: #990000; 
scrollbar-track-color: ##ffffff;
scrollbar-darkshadow-color: ##ffffff; 

}

