div {
	font-family:arial,helvetica,sans-serif;
	font-size:1em;
	}

/*lenker !!*/
a:link {color:black;text-decoration:underline;}
a:visited{color:black;text-decoration:underline;}
a:hover{color:black;text-decoration: underline;}

/*******************div-kontainere*******************************************/

.wrapper{
	width: 800px;
	margin: 0 auto;
	height: auto;
	clear: both;
	background-color:#CCCCFF;
	}

.topp{
	float:left;
	width:100%;
	background-color:#666699; 
	letter-spacing:0.3em;
	text-align:center;	
	}

.toppmeny {
	clear:both;
	float:left;
	width:97.5%;
	padding: 0px;
	background-color: #9999CC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:0.8em;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	text-align:center;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
.meny {
	clear:both;
	float:left;
	width:8em;
	padding:5px 5px 5px 10px;
	font-size:1.2em;
	text-align:left;
	}
	

.kropp {
	margin-left:11em;
	width:auto;
	padding:10px 10px 10px 10px;
	border-left: thin dotted #666699;
	text-align:left;
	}

.bunn {
	clear:both;
	float:left;
	width:100%;
	padding: 0px;
	background-color: #9999CC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:0.8em;
	text-align:center;
	}


/***********************************************************************************/


h1 {font-size:3em;}



/*plassering av bilder i teksten */
.bildehoyre {
float:right; 
padding-left:1em;}

.bildevenstre {
float:left;
padding-right:1em;
}

.bildemidt {
text-align:center;
}
/*Denne må nok endres*/

/***********************************************************************************/

