/* CSS til layout-blokke ------------------------------ */

html, body {
	min-height: 100%;
	width: 100%;
}

body {
	background-color:#E0DED4; 
	margin: 0; 
	margin-top:5px;
	font-family: 'Trebuchet MS', arial, sans serif; 
	color: #575757;
	font-size:105%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body {
	height: auto;


}

#leftrightborder {
   border-left: 1px solid #cecdc3;
   border-right: 1px solid #cecdc3;
   width: 782px;
}

#border {
   border: 1px solid #a8a69f;
   border-bottom: 0px;
   background-color: #FFFFFF;
	background-image: url('images/gfx/bgcontent.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content {
   margin-top: 45px;
   margin-bottom: 130px;

}

.footergfx {	
   text-align: center;
	font-size:75%; padding-top:4px;margin:0px;
	background-image:url('images/gfx/bgfooter.gif');
	background-color:#80886C;
	height: 19px;
}

