div#normalside{
width:900px;
}



/*** DIV Container for hovedteksten på siden (Design) ***/
div#hovedtekst{
width:500px;
margin-left:30px;
margin-top:20px;
padding:10px;
border:1px solid #000;
float:left;
background-color: #fdFdff;

}

div#hovedtekst h1{
	margin-bottom:30px;
	font-weight:bold;
	font-size:16px;
	font-family:'arial';
	color:#000000;
	border:1px; solid #000;
	
}


div#hovedtekst th{
	color:#111111;
	font-family:arial;
	letter-spacing:.04em;
	font-size:14px;
	
}

div#hovedtekst p{
	color:#222222;
	font-family:arial;
	letter-spacing:.03em;
	font-size:12px;
	}

div#hovedtekst p b{
	color:#222222;
	font-family:arial;
	letter-spacing:.02em;
	font-size:12px;
	}


div#hovedtekst a, a{
	color:#ff0077 ;
	font-weight:bold;
	text-decoration:underline;
	}

div#hovedtekst a:link, a:link{
	color:#000077;
	font-weight:bold;
	text-decoration:underline;
	}

div#hovedtekst a:visited, a:visited{
	text-decoration:underline;
	color:#000077;
	}

div#hovedtekst a:hover, a:hover{
	color:#2222ff;
	text-decoration:underline;
	background-color:#b3bdc6;
	}


div#hovedtekst ul li, ol li{
	color:#000;
	font-family:arial;
	letter-spacing:.03em;
	font-size:12px;
	margin-bottom:12px;
}

div#linkeradresser td{
	
}

div#linkeradresser th{
	text-decoration:underline;
	padding-bottom:12px;
	margin-bottom:12px;
	text-align:left;
}

/*** DIV Container for bilde på siden (Design) ***/
div#illbilde{
width:auto;
margin-top:80px;
margin-right:20px;
margin-left:70px;
float:right;
vertical-align:top;
padding:6px;
background-color:#ffffff;
border:1px solid #000;
}


@media screen and (min-width: 550px){
   div#illbilde { margin-right:-110px;}
}

div#illbilde img{
border: 2px solid #000;

}

div#biledtekst{
margin-top:4px;
padding:2px;
color:#222222;
font-family:arial;
font-size:12px;
background-color:;

}

div#meldingsboks{
font-family:arial;
font-size:14px;
}

/*** DIV Container for firmainfo nederst på siden (Design) ***/
div#firmainfo{
padding-top:20px;
padding-bottom:4px;
background-image: url(awe\bilder\177blueback.jpg); 
clear:both;
}


