body {
	font-family: "Times New Roman", Times, serif; 
	font-size: 10px; 
	line-height:1.4em; 
	text-transform: uppercase; 
	font-style:italic;
	letter-spacing:1px;
	height: 100%; 
	background-color:#fff;
}
h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 30px; 
	line-height:1.6em; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing:6px;
}
h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px; 
	line-height:1.6em; 
	text-transform: uppercase; 
	letter-spacing:3px;
}

.class1 a:link {
	display:block; 
	padding:5px 10px 5px 10px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 11px;
	font-style: normal;
}
.class1 a:visited {
	display:block; 
	padding:5px 10px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 11px;
	font-style: normal;
}
.class1 a:active {
	display:block; 
	padding:5px 10px;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 11px;
	font-style: normal;
}
.class1 a:hover {
	display:block;
	padding:5px 10px;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	font-size: 11px;
	font-style: normal;
}

.class2 a:link {
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 10px;
	font-style: normal;
}
.class2 a:visited {
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 10px;
	font-style: normal;
}
.class2 a:active {
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 10px;
	font-style: normal;
}
.class2 a:hover {
	color:#000;
	text-decoration:none;
	letter-spacing:2px; 
	font-size: 10px;
	font-style: normal;
}

#layout {
	position: absolute;
	background-color:#FFF;
	left: 50%;
	top: 50%;
	margin-left: -427px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -280px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	width:854px;
	height: 560px;
	background-image:url(images/bg.gif);
}
#logo {
	position:absolute;
	left:34px;
	top:30px;
	width:785px;
	height:47px;
	z-index:1;
}
#meny {
	position:absolute;
	left:34px;
	top:78px;
	width:373px;
	height:382px;
	z-index:1;
	text-align: left;
}
#main {
	position:absolute;
	left:419px;
	top:78px;
	width:400px;
	height:460px;
	z-index:2;
}

hr {   
  border: none;
  background-color:#666;
  color: #666;
  height: 1px;
  }
#bottom {
	position:absolute;
	left:34px;
	top:465px;
	width:785px;
	height:47px;
	z-index:1;
}
 
.right {
	float: right;
}
td,body {
	font-family: "Times New Roman", Times, serif; 
	font-size: 10px; 
	line-height:1.4em; 
	text-transform: uppercase; 
	font-style:italic;
	letter-spacing:1px;
	height: 100%; 
	background-color:#fff;
}