/* CSS Document */

/* Utseende på aktuelltfältet */
	div.aktuellt {
		position: absolute;
		left: 590px;
		top: 82px;
		max-width: 170px;
		z-index: 2;
		}
  .aktuellt td {
    padding-left: 4;
    padding-right:4;
    padding-top: 4;
    padding-bottom: 4;
    background-color: #CDDEF5
    }	
	 
  .aktuellt table {background-color: #FFFFFF}	

  .aktuellt p {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
   color: #004585; 
	}
  .aktuellt a:link, .aktuellt a:visited {
    font-family: tahoma; 
    font-size: 10px; 
    font-weight: bold;
    color: #004585;
    text-decoration: none
    }
  .aktuellt a:hover {color: #A0522D;}
  
 /* Utseende på huvudfältet */
table.main {
	
	width: 556px;
}
.main td {
	vertical-align: top;
	border: 0;
	padding: 0;
	}
.main h1 {
	font-family: tahoma; 
	font-size: 18px; 
	font-weight: bold; 
	color: #004585
	}
.main p {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
}
.main a{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}

 /* Utseende på adressfältet */
table.adresser {
	
	width: 556px;
}
.adresser td {
	vertical-align: middle;
	border: 0;
	padding: 0;
}

.adresser p {
	font-family: tahoma;
	font-size: 10px;
	color: #9AA6B8;
	text-decoration: none;
	}
.adresser a{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AA6B8;
	text-decoration: none;
}

