body {
 background-color: #fff;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
 		/* CENTER MAIN SITE */
		margin: 30px auto;   /* align for good browsers */
		text-align: left; /* counter the body center */ 
background: url("/_gfx/baggrund.jpg");

}
a {
 color: #4F5155;
 background-color: transparent;
 text-decoration: none;
 
 font-weight: normal;
}
a:hover {
 color: darkred;
 background-color: transparent;
 text-decoration: none;
 
 font-weight: normal;
}
#indhold{
	width:926px;
	text-align:left;
	background-color: black;
		background: url("/_gfx/bgloop.gif");

	
}
#banner{
	background-color: black;
	height: 125px;
	width:926px;
	background: url("/_gfx/banner.gif");

}
#content{
	width: 680px;
	float: left;

}
#menu{
	width: 230px;
	float: left;
}
#menuindhold{
padding: 20px;
font-size: 12px;

}
#bottom{
	width:926px;
	height: 40px;
	clear: both;
}

