body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

H2 { font-size: 26px; }
H4 { font-size: 16px; }

.frontfooter 
{
color: #000;
}



#indhold
{
	width: 500;
	padding: 0 40 0 40;
	text-align: justify;
	margin-left: 60px;
	margin-right: 100px;
}

#indhold a
{
	color: #900;
	text-decoration: none;
}

#indhold a:hover
{
	color: #000;
	text-decoration: underline;
}



#footer
{
	height: 32px;
	bottom: 0px;
	background-image: url(images/light-bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 100%;
	padding: 0 0 0 140px;
	color: #000;
}

#footersoft
{
	height: 32px;
	bottom: 0px;
	background-image: url(images/light-bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	padding: 0 0 0 140px;
	color: #000;
}

#footer a
{
	color: #900;
}

#footer a:hover
{
	color: #000;
}