html, body {
	background:#fff;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
}

a:link, a:visited, a:active {
	background:transparent;
	text-decoration:underline;
	color:#333;
}

a:hover {
	background:transparent;
	text-decoration:underline;
	color:#7881a0;
}

h1, h2, p {
	font-size:12pt;
	font-family:Verdana, Helvetica, Sans-Serif;
	color:#000;
	margin:4px;
	padding:0px;
}

h1 {
	font-size:14pt;
	color:#4e556a;
	margin-bottom:15px;
}

h2 {
	font-size:13pt;
	color:#4e556a;
	margin-top:20px;
	margin-bottom:15px;
}

img {
	border:0px;
}

.kursiv {
	font-style:italic;
}

.nyttStycke {
	margin-top:20px;
}

#tonaIn {
	position:absolute;
	z-index:4;
	top:0px;
	left:0px;
	width:690px;
	height:620px;
	background:#fff;
}

div.textScroll {
	position:absolute;
	top:20px;
	left:40px;
	width:650px;
	height:580px;
	overflow:auto;
	background:url("pix/bgText.png") repeat;
}

div.scroll {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:95%;
}

div.track {
	position:relative;
	z-index:3;
	float:right;
	top:0; 
	width:9px;
	height:100%;
	background:url("pix/bgScroll.jpg") 3px 0 repeat-y;
}

div.drag_bar {
	position:absolute;
	z-index:4;
	width:8px;
	height:14px;
	cursor:pointer;
	background:#333;
}

#underKonstruktion {
	position:absolute;
	z-index:1;
	top:300px;
	left:20px;
	width:320px;
	height:320px;
	background:url("pix/underKonstruktion.png");
}