/* 	
	File Created 	: 16 feb 2006
	Creator		: Leonard Eshuis
	for     		: Mediamaal 
	website   	: kroon op het werk
*/

/*** Browser Reset ***/
		
		html,body, dt, dl, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6 , form, fieldset, a,blockquote {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
		
		h1,h2,h3,h4,h5,h6 {
			font-weight:normal;
			font-size:1.6em;
		}
		
/*** Site Settings ***/
		
		img {
			border: 0px;
		}
		
		a {
			text-decoration: underline;
		}
		
		a:link,
		a:visited,
		a:hover,
		a:active {
			color: #000;
		}
		
		body {
			font-size: 62.5%;
		}
		
		p {
			padding-bottom:1.6em;
		}
		
/*** Standaard Universal Classes ***/
		
		.hide {
			display: none;
		}
		
		.printonly {
			display: block;
		}
		
		.screenonly {
			display: none;
		}
		
		.noborder {
			border:0px !important;
		}
				
/* de class en printonly hide kunnen worden gebruikt om accessibility/usability te vergroten door 
elementen te verbergen, deze worden zichtbaar als deze stylesheet niet worden gerenderd
*/

/*** Page layout - General ***/
		
	html {
	}
	
	body{
		margin:0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
	}
		
	#logo {
		float:right;
	}

	#sitewide_navigation,
	#primary_navigation,
	#secondary_navigation,
	#vervolg #content #leftcolumn {
		display:none;
	}

	#header h1 {
		border-bottom:1px solid #000;
		
		font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
		font-size:50px;
		font-weight:bold;
		text-transform:uppercase;
	}

	#content #pagetitel{
		width:100%;
		border-bottom: 5px solid #000;
		margin-bottom:15px;
	}
	
		#content #pagetitel h1 {
			font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			font-size:2.4em;
			font-weight:bold;
		}
	
	#breadcrumb li a {
		text-decoration:none;
	}
