	@import url('frame.css');
	@import url('menu.css');
	@import url('home.css');
	@import url('screenshots.css');

	html
	{
		height:100%;
	}
	
	body
	{
		height:100%;
		margin: 0px auto;
		
	}
	
	body,td,th,p,div,span {
		font-family: verdana;
		font-size: 11px;
		line-height: 16px;
		color: #000000;
		margin: 0px auto;
	}
	
	p
	{
		text-align: left;
		margin-top: 5px;
		padding-top: 5px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	a{
		color: #004f88;
		font-weight: bold;
	}
	
	a:hover{
		color: #004f88;
		font-weight: bold;
		text-decoration: none;
	}
	
	h1{
		font-size: 1.2em;
		color: #ffaa00;
	}
	
	#contactForm input{
		border: 1px solid #A1C2E2;
		color: #336EDF;
		font-size: 11px;
		padding: 3px;
		width: 195px;
	}
	
	.inputField{
		border: 1px solid #A1C2E2;
		color: #336EDF;
		font-size: 11px;
		padding: 3px;
		width: 195px;
	}
	
	.bg{
		background: url('../img/bg.gif') repeat-x;
	}
	
	.mainTable
	{
		width:760px;
	}

	.contentTable
	{
		width:100%;
	}
	
	
	.title
	{
		font-weight:bold;
	}
	
	.contentTitle, .subTitle
	{
		font-weight:bold;
		font-size: 16px;
	}
	
	.contentText
	{
		
	}
	
	.contentLink
	{
		
	}

	.contentImageleft
	{
		margin-top:3px;
		margin-right:10px;
		margin-bottom:10px;
		padding:1px;
		float:left;
	}
	
	.contentImageright
	{
		margin-top:3px;
		margin-left:10px;
		margin-bottom:10px;
		padding:1px;
		float:right;
	}	 

	.contentImageright
	{
		margin-top:3px;
		margin:10px;
		padding:1px;
		float:center;
	}	 
	
	.footerLink{
		color: #676767;
		font-weight: normal;
	}
	
	.footerLink:hover{
		color: #676767;
		text-decoration: none;
		font-weight: normal;
	}
	
	#contentpageWrapper{
		min-height:420px; /* for modern browsers */
		height:auto !important; /* for modern browsers */
		height:420px; /* for IE5.x and IE6 */
	}
	
	.actieLinks{
		color: #336EDF;
		font-weight: normal;
		font-size: 11px;
		text-decoration: none;
	}
	
	.actieLinks:hover{
		color: #336EDF;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	.blackLink{
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-decoration: none;
	}
	
	.blackLink:hover{
		color: #000000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
	}
	
#contentpageWrapper	form {
		padding-left: 20px;
	}