/* Tallieu & Tallieu nv - www.tnt.be*/

		a:active, a:focus {
			outline: none;
		}
	
	
	
		
	
		html
		{
		height: 100%;
		}
		
		
		body#f17{
			margin: 0px auto 0px;
			padding: 0;
			background: #ccc;
			font: 12px/20px Georgia, "Times New Roman", serif;
			color: #000;
			height: 100%;
		}
		
		
		
		div#header
		{
		margin: 0px auto 0px;
		text-align: center;
		padding: 20px 0 20px 0;
		background: #fff;
		width: 1000px;
		}
		
		
		div.werken
		{
		float: right; 
		width: 500px;
		}
		
		
		div.werken a img
		{
		border: 1px #ccc solid;
		padding: 1px;
		}
		
		
		
		div.werken a:hover img
		{
		padding: 1px;
		border: 1px #666 solid;
		}
		
		
		div.werken h4
		{
		font: bold 18px/23px Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		margin: 5px 0 15px 0;
		text-align: center;
		}
		
		
		div#content
		{
		width: 980px;
		margin: 0px auto 0px;
		text-align: left;
		background: #fff;
		padding: 0px 10px 10px 10px;
		}
		
		
		div.txt
		{
		float: left;
		width: 400px;
		margin: 30px 0 0 0;
		}
		
		div.txt p a, p a
		{
		color: #000
		}
	
		div.txt p a:hover, p a:hover
		{
		color: #333;
		text-decoration: none;
		}
	
		div.txt h1
		{
		text-align: center;
		font: bold 55px/55px Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		margin: 0;
		padding: 0; 
		}
		
		div.txt h1.small
		{
		text-align: left;
		font: bold 35px/40px Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		}
		
		
		div.txt h2
		{
		text-align: center;
		font: 22px/30px Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		}
		
	
		
		div.txt p
		{
		text-align: justify;
		margin: 10px 0 10px 0;
		}
	
		
		
		div#footer
		{
		padding: 10px 0 10px 0;
		text-align: center;
		font: 11px/20px "Trebuchet ms", Arial, sans-serif;
		background: #383838;
		width: 1000px;
		margin: 0px auto 0px;
		color: #fff;
		text-transform: uppercase;
		}
			
		div#footer p
		{
		margin: 0px;
		padding: 0px;
		}
			
			
		div#footer a
		{
		color: #fff;
		font-weight: bold;
		}
		
		div#footer a:hover
		{
		text-decoration: none;
		}
