html, body  {
	margin: 0px;
	background-color: #FFFFFF;
}

#topline  {
	position: relative;
	z-index: 10;
	height: 20px;
	left:600px;
	top:61px;
	right:0px;
	background-image: url(images/longLine.gif);
}

#bild {
	position: absolute;
	z-index: 0;
	left:70px;
	top:0px;
}

#loggan  {
   background:  url(images/logga.gif) no-repeat;
   position: absolute;
   z-index: 2;
   width: 67px;
   height: 44px;
   left:23px;
   top:12px;
}

#knappar {
	position: absolute;
	z-index: 1;
	width: 600px;
	height: 50px;
	top: 42px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3073AE;
	font-weight: bold;
	text-align: center;
	width: 450px;
	top: 95px;
	position: absolute;
	z-index: 3;
	left: 115px;
}

#textBild {
	padding: 10;
	position: absolute;
	top: 145px;
	left:600px;
}

#brodtext {
	z-index: 4;
	width: 450px;
	left: 115px;
	top: 130px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
 a:hover {
color: #000000;
	text-decoration: none;
}
 a {
color: #3073AE;
text-decoration:none;
}
