html, body 
{	
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height			: 100%; /* needed to display container at full height in IE */
}

body {
	margin			: 0px auto;
	height			: auto;
	padding			: 0px;
	text-align		: center;
	background		: #262823 url('../_images/background.jpg') repeat-x;
}	

* html #container 
{
	height			: 100%; /*sets container to full height in IE w short content -- also need height:100% in body*/
}


#container 
{
	text-align		: left;
	background		: #262823 url('../_images/bg.jpg') repeat-y;
	position			: absolute; /*needed to expand to full height beyond content in FF */
	top				: 0px;
	left				: 50%;
	margin-left		: -473px; 
	height			: 100% auto; /* FF needs this setting to expand div to fit long content */
	min-height		: 100%;
	width				: 946px;
}

h1
{
	color				: #78a337;
	font-family		: Tahoma, Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
}

div.navdiv 
{
	width			: 145px;
}

.content
{
	color				: #b9baae;
	font-family		: Lucida Sans Unicode, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	line-height		: 18px;
}

.nieuwstitel
{
	color				: #FFFFFF;
	font-family		: Lucida Sans Unicode, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	line-height		: 18px;
}



a.navigation   			{text-decoration: none; color: #b9baae;}
a.navigation:hover 		{text-decoration: none; color: #FFF;}

a 								{text-decoration: none; color: #999;}
a:hover						{text-decoration: underline; color: #FFF;}

a.comment 					{text-decoration: none; color: #FFF;}
a.comment:hover			{text-decoration: underline; color: #FFF;}

a.schedule					{text-decoration: none; color: #FFF;}
a.schedule:hover			{text-decoration: underline; color: #FFF;}