
/* Styring main */

body, html{
	position: relative;
	
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: 11px verdana, arial, sans-serif;
	
	background: #e5e5e5;
	
}
#ydre-ramme {
	position: relative;
	z-index: 0;
	width: 886px;
	margin: 0 auto;
	height: auto;
	background: #e5e5e5;
	
	}
	#indre-ramme {
	position: absolute;
	/*	z-index: 1;*/
	top: 0px;
	left: 0px;
	width: 886px;
	height: 915px;
	border-right-width: 1px;	
	border-right-style: solid  ;	
	border-right-color: #1367af;	
	border-left-width: 1px;	
	border-left-style: solid  ;	
	border-left-color: #1367af;	

	background:#e5e5e5;
	overflow:auto;
}
/*	#side-ramme {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	
	width: 885px;
	height: 489px;
	background:#e5e5e5  ;
	clear: both;
	
}
#indre-sideramme {
	position: absolute;
	top: 38px;
	left: 0px;
	
	margin: 0;
	width: 885px;
}*/
