/* CSS Document */body {	background-image: url(img/bkg1.gif);	background-repeat: repeat;	margin: 0px;}p {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: normal;	color: #1a1a1a;	}		h5 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;}	h4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}#page {	background-color: #1A1A1A;	width: 750px;	border: 2px solid #070707;	float: center;}#header{}#copyright{	background-color: #F0F0F0;	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	line-height: normal;	color: #1a1a1a;}#content {	background-color: #F0F0F0;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: normal;	color: #1a1a1a;	text-decoration: none;	margin: 15px;	padding: 7px;}#meny {	border-right-width: 2px;	border-right-style: dotted;	border-right-color: #F0F0F0;}#menucontainer{	background-color: #1A1A1A;	float: left;	width: 140px;	margin-top: 2px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 2px;}#menu{	padding: 0;	list-style-type: none;	width: 120px;		height: 100%;	margin-top: 25px;	margin-right: 0px;	margin-bottom: 0;	margin-left: 5px;	text-indent: 20px;}#menu a{	display: block;	text-decoration: none;	margin: 0px;	height: 18px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	padding-top: 4px;	padding-right: 0px;	padding-bottom: 4px;	padding-left: 10px;}#menu a:link{	color: #F0F0F0;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #F0F0F0;	background-image: url(img/menu_1.jpg);	background-position: left;	background-repeat: no-repeat;}#menu a:visited{	color:  #F0F0F0;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #F0F0F0;		background-image: url(img/menu_1.jpg);	background-position: left;		background-repeat: no-repeat;}#menu a:active{	color:  #F0F0F0;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #F0F0F0;	background-image: url(img/menu_1.jpg);	background-position: left;		background-repeat: no-repeat;}#menu a:hover{	color: #731012;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #F0F0F0;	background-image: url(img/menu_2.jpg);	background-position: left;		background-repeat: no-repeat;}a:link {	color: #333333;}a:visited {	color: #666666;}a:hover {	color: #990000;}a:active {	color: #993300;}