* { margin: 0; padding: 0; }html,body{height:100%} 	body {	 				font-family: arial, helvetica, sans-serif;	font-size: 14px;	color: black;	text-align: left;	background: url("bakgrunn.gif");	}			/* div'ene */ 	#wrap { width:800px; height:609px;margin: 0 auto; text-align: left;float: left;padding: 0;}#header { height:150px;float: left;width:800px; background: url("header2.gif"); background-repeat: repeat-y;}	#menutop { float: left; width:149px;height:45px;text-align: center;background: url("menystripetopp.gif");background-repeat: repeat-y;}#menuwrap { float: left; width:150px;height:auto;text-align: center;}	#menu { float: left; width:150px;height:auto;text-align: center;}	#contentwrap { float: left; position: absolute; left: 150px; top: 135px;width:640px;height:auto; margin: 0px;text-align: left;padding: 0;}			#content { float: left; width:600px;height:auto; margin: 20px;text-align: left;padding: 0;}					#tekst { float: left; width:560px;padding: 10px;height:auto; margin: 20px;text-align: left;padding: 0;}		#hjornet1 { float: left; background: url("hjornet1.gif");background-repeat: repeat-y;width:600px;height:86px; margin: 0px;padding: 0;}			#hjornet2 { float: left; background: url("hjornet2.gif");background-repeat: repeat-y;width:600px;height:auto; margin: 0px;padding: 0;}		#hjornet3 { float: left; background: url("hjornet3.gif");background-repeat: repeat-y;width:600px;height:86px; margin: 0px;padding: 0;}					/* innholdsformattering */ 		.overskrift {		text-align: center;	padding: 10px; 	}		p { padding: 10px; /*Vil gj¿re slik at teksten dyttes vekk fra kanten. */ margin: 5px;}	.meny {}				a:link{color:#336;text-decoration:underline}a:visited{color:#99C;text-decoration:none}a:hover{color: #99c;background: #336;text-decoration:underline}a:active{color:black;background: #336;text-decoration:underline;}			a.menu:link{color: #336;text-decoration:underline;}a.menu:visited{color: #99c;text-decoration:none}a.menu:hover{color: #99c;background: #336;text-decoration:underline}a.menu:active{color:black;text-decoration:underline}		h4{color: #336;background: white;font-size: 17px;border-style: solid;border-top-width: 5px;border-bottom-width: 0px;border-left-width: 5px;border-right-width: 5px;margin-right: 15px;border-color: #336;}h2{color: black;font-size: 35px;text-align: center;padding: 5px;}