
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/template1_bg.png) #660000 no-repeat top;
	margin: 0;
	padding: 0;
	color: #660000;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


#main_container
{
	background: url(/blog_images/template1_content.png) repeat-y center;
	min-height: 100%;
	width: 100%;

	position: relative;
}

	#main_header_container
	{
		min-height:80px;
		width:100%;
	}

		#header_container
		{
			margin: 0 auto;
			width: 920px;
			border-bottom: 1px solid #660000;
		}

			#header
			{
				height: 50px;
				width: 100%;
				margin: 0 auto;
				padding-top: 30px;
				font-size: 24px;
				line-height: 28px;
			}

	#main_content_container
	{
		position:relative;
		margin-top: 20px;
	}


		#content_container
		{
			width: 940px;
			margin: 0 auto;
		}
		
			#content
			{
				width: 680px;
				padding-right: 20px;
				margin-left: 10px;
				float: left;
				border-right: 1px solid #660000;
			}
			
			#content_rechts
			{
				padding-left: 20px;
				width: 200px;
				float: left;
			}

			#opvullen_voor_footer_overloop
			{
				min-height:60px;
				width:100px;
				overflow: hidden;
			}


	#main_footer_container
	{
		min-height:40px;
		width:100%;
		overflow: hidden;

		position: absolute;
		bottom: 0px;
	}

		#footer_container
		{
			border-top: 1px solid #660000;

			width:920px;
			margin: 0 auto;
		}

			#footer_links
			{
				margin-top: 20px;
					
				font-size: 10px;
				line-height: 12px;
				color: #CCCCCC;
				height:20px;
				width: 50%;
				
				float: left;
			}
			
			#footer_rechts
			{
				margin-top: 20px;
					
				font-size: 10px;
				line-height: 12px;
				color: #CCCCCC;
				text-align: right;
				height:20px;
				width: 50%;
				
				float: left;
			}
			
			a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
			{
				color: #CCCCCC;
				text-decoration: none;
			}



#clear
{
	clear: both;
}


p
{
	text-align: justify;
	margin-top: 0px;
}

.subheader
{
	font-size: 18px;
	line-height: 24px;
}

.subheader2
{
	font-size: 11px;
	line-height: 16px;
	color: #CCCCCC;
}

a:link, a:visited, a:active, a:hover
{
	color: #660000;
	text-decoration: underline;
}

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

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

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