/******************************************************************
	Cascading Style Sheets	
******************************************************************/

/*** Innstillinger ***/
body {
	background-color: #424242;
	padding-top: 0px;
	padding-botom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	scrollbar-face-color : #5A5A5A ;
	scrollbar-shadow-color : #C0C0C0 ;
	scrollbar-highlight-color : #C0C0C0 ;
	scrollbar-3dlight-color : #5A5A5A ;
	scrollbar-darkshadow-color : #5A5A5A ;
	scrollbar-track-color : #5A5A5A ;
	scrollbar-arrow-color : #C0C0C0 ;
}

/*** Tabell ***/
td {
	background-color: #5A5A5A;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
td.copy	 {
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #424242;
}
td.bg_left {
	background: url(gfx/bg_left.gif); background-repeat: repeat-y;
}
td.bg_right {
	background: url(gfx/bg_right.gif); background-repeat: repeat-y;
}

/*** Linker ***/
a.meny:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #B4C1D0;
}
a.meny:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #808080;
}
a.meny:visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #B4C1D0;
}
a.meny:visited:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #808080;
}