body
{
	font-family	: "Trebuchet MS";	
	font-size	: 12px;
}

#main
{
	background	: url("../_img/bg.jpg") repeat-x top center;		
	width		: 100%;
}

#container
{
	margin		: 0 auto;
	width		: 900px;
	background	: url("../_img/bgschaduw.jpg") repeat-y;
	padding		: 0 0 20px 0;			
}

#header
{
	width		: 900px;
	height		: 109px;
	background	: url("../_img/header.jpg") no-repeat left top;		
}

	#header #menu
	{
		padding		: 69px 0px 0px 575px;
	}
	
	ul#navigation 
	{
		margin		: 0px;
	}
	
	#navigation li
	{	
		float		: left;
		margin		: 0 2px;
		cursor		: pointer;
		list-style	: none;
	}
	
	#navigation .tab_left
	{
		background	: url("../_img/tab_left.png") no-repeat;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_left.png', sizingMethod='scale');						
		height		: 40px;
		width		: 16px;
		float		: left;
	}
	
	#navigation li:hover .tab_left,
	#navigation li.active .tab_left
	{
		background	: url("../_img/tab_active_left.png") no-repeat;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_active_left.png', sizingMethod='scale');								
	}
	
	#navigation .tab
	{
		float		: left;
		height		: 28px;
		padding		: 12px 0 0 0;
		background	: url("../_img/tab_middle.png") repeat-x;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_middle.png', sizingMethod='scale');										
	}
		
		#navigation .tab a
		{
			font-size		: 18px;
			color			: #fff;
			text-decoration	: none;
		}
		
		#navigation .tab:hover a,
		#navigation li.active .tab a
		{
			color		: #151515;
		}
	
	#navigation li:hover .tab,
	#navigation li.active .tab
	{
		background	: url("../_img/tab_active_middle.png") repeat-x;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_active_middle.png', sizingMethod='scale');										
			
	}
	
	#navigation .tab_right
	{
		background	: url("../_img/tab_right.png") no-repeat;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_right.png', sizingMethod='scale');								
		height		: 40px;
		width		: 16px;
		float		: left;
	}
	
	#navigation li:hover .tab_right,
	#navigation li.active .tab_right
	{
		background	: url("../_img/tab_active_right.png") no-repeat;*/
		background	: none;
		filter		: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.emkedouwe.nl/~emke/emkedouwe2/public_html/_img/tab_active_right.png', sizingMethod='scale');										
	}
	
	
#left
{
	padding		: 30px 0 0 10px;
	width		: 458px;
	float		: left;	
}

#right
{
	margin		: 0 0 0 82px;
	padding		: 30px 0 0 0;
	float		: left;	
	width		: 350px;
}

#middle
{
	background	: url("../_img/bg2.jpg") repeat-x top center;	
	height		: 181px;	
	width		: 100%;
	color		: #fff;
}

	#middle #container
	{
		background		: none;
	}
	
		#middle #container #left
		{
			padding		: 15px 0 0 10px;
		}
		
		#middle #container #right
		{
			padding		: 15px 0 0 0px;
		}		

#footer
{
	margin		: 0 auto;
	width		: 890px;
	font-size	: 12px;
	padding		: 15px 0 10px 10px;
}

.ruler
{
	color		: #fff;
	border-top	: 1px solid #C4C4C4;	
	margin		: 2px 0 5px 0;
}

	#middle .ruler
	{
		color		: #fff;
		border-top	: 1px dotted #fff;	
		margin		: 2px 0 5px 0;
	}
	
.datum
{
	background		: url("../_img/datum.gif") no-repeat;	
	width			: 38px;
	height			: 39px;
	color			: #fff;
	line-height		: 14px;
	text-align		: center;
	font-weight		: bold;
	font-size		: 13px;
	padding			: 4px 0 0 0;
	float			: left;
	margin			: 2px 15px 0 0;
}

.newsItem
{
	margin			: 10px 0px;	
}

.posting
{
	float			: left;
	width			: 405px;	
}

.pagination {
	text-align		: center;
	font-size		: 12px;
}
.pagination table {
	margin			: 0pt auto;
}
.pagination table td {
	padding			: 2px;
}

/* OPMAAK */

h1
{
	font-size	: 18px;
	color		: #73a312;
}

h2
{
	font-size	: 18px;
	color		: #73a312;
}

	#middle h2
	{
		color	: #73a312;
	}
	
h4
{
	font-size	: 12px;	
}
	
a
{
	text-decoration	: none;
	color			: #73a312;	
}

a:hover
{
	text-decoration	: underline;
}

p
{
	margin		: 15px 0px;
	font-size	: 12px;
	line-height	: 20px;
}

	.newsItem p
	{
		margin			: 0px;
	}

	p a
	{
		text-decoration	: none;
		color			: #73a312;
	}
	
	.posting a
	{
		color			: #73a312;
		text-decoration	: none;
		font-weight		: bold;
		font-size		: 12px;
	}
	
	.posting a:hover
	{
		text-decoration: underline;
	}
	
	.pagination a
	{
		color			: #73a312;
		text-decoration	: none;
	}
	
	.pagination a:hover
	{
		text-decoration	: underline;
	}
	
	.pagination a.selected
	{
		text-decoration	: underline;
	}
	
ul
{
	margin				: 5px 0px 5px 15px;
}
	
ul li
{
	list-style-image	: url("../_img/li_white.gif");
}

#middle ul li
{
	list-style-image	: url("../_img/li_black.gif");
}
	
table td
{
	font-size			: 12px;
}

.rssfeed
{
	margin				: 15px 0px;
}

	.rssfeed .rssitem
	{
		
	}
	
	.rssfeed .rssitem h3
	{
		
	}

	.rssfeed .rssitem p.date
	{
		font-style		: italic;
	}
	
	.rssfeed .rssitem p
	{
		margin			: 0px 0px 10px 0px;
		border-bottom	: 1px dotted #C4C4C4;
	}
	
	