.kontainer {
	background-image: url(../img/bg.jpg);
	width: 800px;
	height: 600px;
}
.rubrik {
	background-image: url(../img/knapp_upp.gif);
	background-repeat: no-repeat;
	color: #000000;
	cursor: hand;
	width: 143px;
	height: 31px;
	font: Arial;
	font-size: 15px;
	text-align: center;
	text-decoration: none; 
	left: 50px;
	position: absolute;
	top: 150px;
}
.rubriktext{
	position: relative;
	top: 7px;
}
.urubrik {
	visibility: hidden;
	width:114px;
	position: absolute;
	top: 181px;
	left: 70px;
	z-index: 2;
	background-color: #AAAAFF;
}
.menylink {
	font: Arial, Helvetica, sans-serif 15px normal;
	color: #000000;
	text-decoration: none;
	width: 114px;
}
.menylink:hover {
	font-style: italic;
	font-weight: bold;
}

body {
	background-color: #AAAAFF;
}
.workspace{
	background-color: #FFFFFF;
	position: absolute;
	top: 155px;
	left: 210px;
	width: 590px;
	height: 455px;
	overflow: auto;
	scrollbar-face-color: AAAAFF;
	scrollbar-arrow-color: 5555FF;
	scrollbar-track-color: DDDDFF;
	scrollbar-shadow-color: 555555;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: AAAAAA;
	scrollbar-darkshadow-color: 555555;
	scrollbar-base-color: 9999FF;
}
.footer {
	background-image: url(../img/adress.jpg);
	background-repeat: repeat;
	width: 770px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 620px;
	color: #000000;
	text-align: center;
}
.footerend {
	background-image: url(../img/adressend.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 620px;
	left: 790px;
}
.footerstart {
	background-image: url(../img/adresstart.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 620px;
	left: 0px;
}
