/* CSS Document */

/* Egenskaper för <body> */
  body.no_body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	}

/* Egenskaper för logo */
  *#logo {
    position:absolute;
    left:19px;
    top:9px;
    width:77px;
    height:12px;
    z-index:1
  }

/* Utseende på länkar ovanför menyraden */
  div.kontakt {
    position: absolute;
    top: 0px;
    left: 97px; 
    z-index:3
  }
  
  .kontakt td {
	width: 663px;
	height: 29px;
	background-color: none;
	padding: 0;
	border: 0 none;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 1px;
	font-size: 10px;
}

	.kontakt a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: black;
}


/* Utseende på huvudmenyn*/  

   *#menyrad {
	position: absolute;
	top: 29px;
	left: 20px;
	z-index: 4;
	width: 740px;
	height: 21px;
	background-color: #004585;
	}

  *#hm {
    height: 70px;
	 background-color: none;
    }

	
 /* Utsende på adresserna */
table.fot {
	background-color: none;
	width: 750px;
	}
.fot td {
	vertical-align: top;
}	
.fot p {	
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9AA6B8;
	text-decoration: none;
	} 
.fot a {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AA6B8;
	text-decoration: none;
}	
 
 /* Utsende på avdelare (prickad linje) */ 
.prickar {
	background-image: url('prick.gif');
	background-repeat: repeat-x;
	height: 20px;
	background-position: center;
}
