		/**
			* Name: OViNGE.nl
			* Date: March 2011
			* Description: Global Basic Style Sheet
			* Version: 1.0
			*/
		
		/* Imports
		===============================================*/
		@import url('nav.css');
		/* Global Styles
		===============================================*/
		
		.container
		{ max-width: 980px; min-height: 640px; height: auto; position: relative; top: 20px; width: 960px; margin: 0 auto 0 auto; padding: 21px; background: rgb(255,255,255); 		}
		.topmenu
		{ height: 121px; top: 10px; left: 10px; background: #060; color: #FFFFFF; padding: 21px; text-align: left; }
		
		#topmenucontent h1
		{
		font-weight: normal;
		color: #fff;
		font-size: 2.5em;
		}
		
		#topmenucontent  h1 sup
		{
		color: #777;
		}
		
		#topmenucontent  h2
		{
		font-size: 1.0em;
		font-weight: normal;
		color: #aaa;
		}
		
		.header
		{ height: 141px; background: url(/templates/huisderekere/images/hdrpic.jpg) no-repeat center center; }
		
		.subheader
		{ height: 61px; 
		}
		.banner
		{
			width: 100%;
			float: left;
			height: 281px;
		}
		.column1
		{
			float: left;
			width: 241px;
			padding: 0px;
			height: auto;
			min-height: 441px;
		}
		.column2
		{ float: right; width: 261px; padding: 21px; height: auto; min-height: 200px; background: #FDFCF6 url(../images/boxbg.gif) repeat-x; 
		}
		.content
		{ padding: 21px 0 0 0; width: 641px; float: left; min-height: 200px; height: auto; line-height: 24px; 
		}
		/* ~~Footer ~~ */
		.footer
		{ height: 21px; position: relative; width: 961px; padding: 21px; background: rgb(255,255,255); max-width: 980px; font-size: 10px; font-style: normal; 
		}
		.fltrt
		{
			float: right;
			margin-left: 8px;
		}
		.fltlft
		{
			float: left;
			margin-right: 8px;
		}
		.clearfloat
		{
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;
		}
		
		ul.linklist
		{
		list-style: none;
		}
		
		ul.linklist li
		{
		line-height: 2.0em;
		}
