/* css dokument */

body {
	font-famely: cooper black, arial ;
	font-size: 18px;
	color: #000000}

h1 {
	font-size: 24px ;
	font-weight: bold }

/*div definisjoner*/


#topp {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 733px;
	height: 55px;
	border: solid 20px #000000;
	background: #ff9009;
	padding: 20px;
	font-size: 20px}
	

#meny {
	position: absolute;
	top: 186px;
	left: 20px;
	width: 78px;
	height: 287px;
	overflov: auto;
	border: solid 20px #000000;
	background: #ff9009;
	padding: 20px }

#midt {
	position: absolute;
	top: 187px;
	left: 219px;
	width: 551px;
	height: 300px;
	overflow: auto;
	border: solid 20px #000000;
	background: #ff9009;
	padding: 13px }

#bunn {
	position: absolute;
	top: 580px;
	left: 20px;
	width: 753px;
	height: 20px;
	border: solid 20px #000000;
	background: #ff9009;
	padding: 13px;
	font-size: 14px }



/*lenkeinformasjon*/

#venstreMeny a:link, #venstreMeny a:hover, #venstreMeny a:visited, #venstreMeny a:active {
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 70px;
	background-color: #000000}

#venstreMeny a:link {
	color: #ff9009 }

#venstreMeny a:hover {
	color: #ff9009;
	font-size: 16px }

#venstreMeny a:visited {
	color: #ff9009 }

#venstreMeny a:active {
	color: #ff9009 }







