@import 'skrift.css';
@import 'forms.css';
@import 'formattering.css';
@import 'menu.css';

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f6eef4 url('../gfx/page/bg.gif');
}

#container {
	width: 803px;
	margin: 0px auto 0px auto;
}

#topp {
	width: 803px;
	height: 226px;
	text-align: center;
}
#topp_v {
	float: left;
	height: 226px;
	width: 178px;
	background: url('../gfx/page/sele_venstre.png') no-repeat top right;
}
#topp_h {
	float: right;
	height: 226px;
	width: 178px;
	background: url('../gfx/page/sele_hoyre.png') no-repeat top left;
}
#meny {
	width: 803px;
	height: 38px;
	padding: 8px 0px 0px 0px;
	background: url('../gfx/page/hoved_topp.png') no-repeat top center;
}
#menycontainer {
	width: 663px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#midt {
	width: 493px;
	margin: 0px 155px 0px 155px;
}
#midtcontainer {
	margin: 0px;
	padding: 0px;
	background-image: url('../gfx/page/hoved_bg.png');
	background-position: top center;
	background-repeat: repeat-y;
}
#bunn {
	width: 803px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	background-image: url('../gfx/page/hoved_bunn.png');
	background-position: center;
	background-repeat: repeat-y;
}
#bunntekst {
	text-align: center;
}
#venstre {
	float: left;
	width: 150px;
}
#hoyre {
	float: right;
	width: 150px;
}

