
html
{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	html
	{
		height: 100%;
		margin-left: -1px; /* 1px bug Chrome en Safari*/
		overflow-x: hidden;
		overflow-y: scroll;
	}
}


body
{
	background: url(/blog_images/template4_achtergrond.png) #FFFFFF repeat-x top;
	margin: 0;
	padding: 0;
	color: #76756c;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


#main_container
{
	background: url(/blog_images/template4_content_achtergrond.gif) repeat-y top;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;

	position: relative;
}

	#content_container
	{
		background: url(/blog_images/template4_header.gif) no-repeat top;
		min-height:100%;
		width:100%;
	}
	
		#header_links
		{
			background: url(/blog_images/template4_header_links.gif) no-repeat top;
			2background-color: #FF0000;

			width: 172px;
			height: 195px;
			
			margin-left: 40px;
			
			float: left;
		}	

		#header_titel
		{
			width: 665px;
			
			margin-top: 85px;
			margin-left: 60px;

			font-size: 24px;
			line-height: 30px;
			letter-spacing: 5px;

			float: left;
		}
	
		#header_dummy
		{
			height: 60px;
		}
		
		#menu_container
		{
			background: url(/blog_images/template4_menu_achtergrond.gif) repeat-y left;
			2background-color: #0000FF;

			2padding-top: 60px;
			margin-left: 3px;
			
			width: 245px;
			2height: 200px;
			
			float: left;
		}
		
			#menuitem_actief
			{
				background-color: #f7941e;
				
				padding-left: 10px;			
				padding-right: 25px;
				width: 210px;
				
				padding-top: 8px;
				height: 29px;
				
				color: #FFFFFF;
				font-size: 16px;
			}
			
			a.menuitem_actief:link, a.menuitem_actief:visited, a.menuitem_actief:active, a.menuitem_actief:hover
			{
				color: #FFFFFF;
				text-decoration: none;
			}
	
			#menuitem
			{
				background-color: #fcd9ae;
				
				padding-left: 10px;			
				padding-right: 10px;			
				width: 210px;
				
				padding-top: 8px;
				2height: 29px;
				
				color: #777777;
				font-size: 12px;
			}
			
			a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:hover
			{
				color: #777777;
				text-decoration: none;
			}
			
			#menu_onderkant
			{
				background: url(/blog_images/template4_menu_onderkant.gif) no-repeat top;
	
				width: 232px;
				height: 18px;
			}

		#content
		{
			2background-color: #FF0000;
			padding-left: 50px;
			width: 580px;

			margin-top: 35px;
			
			float: left;
		}

		#opvullen_voor_footer_overloop
		{
				min-height:400px;
				width:100px;
				overflow: hidden;
			}
	
	
	#main_footer_container
	{
		background: url(/blog_images/template4_footer_achtergrond.gif) no-repeat top;
		2background-color: #FF0000;
		min-height:120px;
		width:960px;
		overflow: hidden;
	
		position: absolute;
		bottom: 0px;
	}
	
		#footer_links
		{
			margin-top: 35px;
			margin-left: 25px;
				
			font-size: 14px;
			color: #FFFFFF;
			height:20px;
			
			float: left;
		}
		
		#footer_rechts
		{
			margin-top: 25px;
				
			font-size: 10px;
			line-height: 12px;
			color: #a8a799;
			text-align: right;
			height:20px;
			width: 945px;
			
			float: left;
		}
		
		a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
		{
			color: #a8a799;
			text-decoration: none;
		}




#clear
{
	clear: both;
}


h1
{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}

p
{
	text-align: justify;
}

hr
{
	border: none;
	height: 1px;
	background-color: #EEEEEE;
	color: #EEEEEE;
}

.subtitel
{
	font-size: 11px;
	color: #AAAAAA;
}

a:link, a:visited, a:active, a:hover
{
	color: #777777;
	text-decoration: none;
}

