#Overall {
	position: absolute;
	width: 1000px;
	height: 4000;
	background-color: #ffffff;
	margin-left:  100px;
	border: solid 2px black;
	
	left: 220x;
	top: 20px;
}

#content {
	
	background-color: #fff;
	padding: 10px;
	float:  left;
	position: absolute;
	top:   300px;
	width:  800px;
	height:  48px;
	left: 11px;
	font-color: 666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
}

#sidebar {
	float:	right;
	position: absolute;
	top:  290px;
	width:  auto;
	height: auto;
	left: 750px;
}

.boks {
	background: #c6e5f3;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	font-color: #000000;
	text-align: left;
	
	padding: 5px;
}



.tekst {
	
	background: #ffffff;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana;
	font-color: #000000;
	text-align: left;
	padding: 5px;

}




#menuline ul {
	background-color: #c6e5f3;
	margin-top: 7;
	padding: 5;
	list-style-type: none;
}

#menuline ul li { display: inline; }

#menuline ul li a {
	text-decoration: none;
	padding: .2em 1em;
}
	
.strong{
	background-color: #c6e5f3;
}  


  	h1{color:#666;}
	h1{font-size:36px;}
	h1{font-family:georgia;}
  	a:link {color:	#666666;}
	a:visited {color: #666666;}
	a:hover {color: #666666;}
	a:active {color: #666666;}
	a:link {text-decoration: none;}
	a:visited {text-decoration: none;}
	a:hover {text-decoration:  line-through;}
	a:active {text-decoration: none;}
	