body {
	margin: 0px;
	background-image:url(/*http://www.stadin.se/blackserie/1024x768/jgsky.jpg*/);
	background-color:#000000;
	scrollbar-arrow-color: ff0000;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: ;
	scrollbar-track-color: 161514;
	scrollbar-face-color: 292B2A;
	scrollbar-shadow-color: ff0000;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: 595D5C;
	}
	
.bg_table{
	background: url(../../layout/opaque_bl.png);
	width:730px;
	height:500px;
	}
	
.white_table{
	background-color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

	}
	.dark_table{
	background-color:#161514;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

	}

.txt_table{
	background-color: #FFFFFF;
	background: url(../../layout/txt_bg.jpg);
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #05024d;
	width:100%;
	height:100%
	background-repeat:repeat;
	background-attachment: fixed
	}
	
	.scroll_table{
	font: bold 10px Verdana,Arial,Helvetica,sans-serif;
	color: #b4b3b3;
	text-decoration: none;
	background-color: #161514;
	height:216 px;
	width:161px;
	background: url(../../layout/info_table_bl_start.jpg);
	background-repeat: no-repeat;
}
	
/*=========================MENY FUNKTIONER =========================
table.menu {border: 0px solid #000000;}

td.menu, .overskrift {font: bold 10px tahoma, sans-serif;text-align: center;}

a.menudot {
font: 10px bold tahoma;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border-top : 1px solid #000000;
  border-left : 1px solid #000000;
  border-bottom : 1px solid #ffffff;
  display: block;
  line-height: 12px;
  width:99%;
}

a.menupunkt:hover {
  text-decoration: none;
  background-color: #000000;
  border-bottom : 1px solid #ffffff;
  display: block;
  color: #cc0000;
  width:99%;
}

.overskrift {
  background-color: #000000;
  color: #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 12px;
}


/*------------------------CSS DOKUMENT FÖR ALMÄNNA FUNTIONER, FÖR MENYFUNKTIONER SE MENU_CSS DOKUMENT--------------------*/
.main_text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.main_text_bold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.bold_orange {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2ba00b;
	text-decoration: none;
}
.img_text {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb_text {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #2ba00b;
	text-decoration: none;
}

.news_text {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-decoration: none
}
.txt-orange {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #2ba00b;
	font-weight: normal;

}

.headline10 {
	font: bold 10px Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none
}
.headline12 {
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none
	}
.headline14 {
	font: bold italic 16px Verdana,Arial;
	color: #FFFFFF;
	text-decoration: none
	}
.list1 {list-style: circle outside ; color:#FFFFFF; margin-left: 0px;} 
.list2 {list-style: square; color:#FFFFFF; margin-left: -35px;}

/*---------------------------- LÄNK FUNKTIONER  ----------------------*/
.url{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.url a:link{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.url a:link, a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.url a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2ba00b;
	text-decoration:underline;
}
a.lista_small {color:#000000; text-decoration:none;}
a.lista_small:link {color:#000000;}
a.lista_small:visited {color:#000000;}
a.lista_small:hover {color:#00000; text-decoration: underline; font-weight:bold; color: #000000;}

a:link { /* link  */
	font: bold 10px tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none; 
}

a:visited { /*link visited */
	font: bold 10px tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none; 
}

a:hover { /*länk mouse over */
	font: bold 10px tahoma, sans-serif;
	color: #2ba00b;
	text-decoration: underline; 
}



