body {
	margin:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color: #ffffff;
}

#wrapper {
	width:920px;
	margin:0px auto;
}

#header {
	height:200px;
	width: 920px;
	overflow:hidden;
	background-image: url(images/infobox/bakgrunnheader.png);
	background-repeat: repeat-x;
	
}

#content {	
	overflow: auto;
	padding-bottom: 15px;
}

#content div {
	float:left;
	overflow:hidden;
}

	#content-left {
		width:30px;
		height:1px;
	}
	
	#content-left-menu {
		width:190px;
	}
	
	#content-between {
		width:20px;
		height: 1px;
	}
	
	#content-main {
		width:640px;
	}
	
	#content-right-menu {
		width:0px;
	}
	
	#content-right {
		width:30px;
		height: 1px;

	}

#footer {
	float:left;
	height: 32px;
	font-size: 10px;
	width:660px;
	padding: 18px 0px 0px 260px;
	background-image: url(images/infobox/footer.png);
	overflow:hidden;
}

#bottom {
	clear:both;
}

/* BOF Knapper */
a.button {
		background: transparent url('/images/infobox/bg_button_a.gif') no-repeat scroll top right;
		color: #444;
		display: block;
		float: left;
		font: normal 12px arial, sans-serif;
		height: 24px;
		margin-right: 6px;
		padding-right: 18px; 
		text-decoration: none;
}

a.button span {
		background: transparent url('images/infobox/bg_button_span.gif') no-repeat;
		display: block;
		line-height: 14px;
		padding: 5px 0 5px 18px;
} 

a.button:active {
		background-position: bottom right;
		color: #000;
		outline: none;
}

a.button:active span {
		background-position: bottom left;
		padding: 6px 0 4px 18px; 
} 

input.button{
		background: transparent url('images/infobox/bg_button_span.gif') no-repeat;
		display: block;
		line-height: 14px;
		padding: 5px 0 5px 18px;
} 

/* EOF knapper */

