a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #EE3524;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #EE3524;
	margin-bottom: 5px;
	float: left;
	width: 700px;
}

#wrapper
{
	margin: 0 auto;
	width: 1004px;
	background-color: #fff;
	position: relative;	
}
	
	/*
		header die overschreven wordt door flash
	*/
	
	#branding
	{
		width: 1004px;
		height: 500px;
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;				
	}
	
	#branding-small
	{
		width: 1004px;
		height: 100px;
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;				
	}
	
	
	
	/*
		content blok dat gedeeltelijk over de flash heen ligt
	*/
	
	#body
	{
		width: 1004px;
		position: absolute;
		top: 374px;
		left: 0;
		z-index: 100;
		overflow: hidden;		
	}
		
		/*
			linkerkolom homepage
		*/
		
		#sidebar
		{
			width: 242px;
			float: left;
			display: inline;
			margin: 0 0 0 27px;
			background-color: #fff;
		}
		
			.submenu {
				background-image: url(/static/images/menu_midden.jpg);
				width: 217px;
				height: auto;
				padding-left: 25px;
				overflow: hidden;
			}
			
				.submenu h2 {
						background-image: url(/static/images/menu_header.jpg);
						width: 242px;
						height: 52px;
						float: left;
						margin-left: -25px;
						text-indent: -9999px;
				}
				
				.submenu_onderkant {
					width: 242px;
					height: 13px;
					float: left;
					margin-left: -25px;
					background-image: url(/static/images/menu_onderkant.jpg);
				}
			
				.hoofdlink {
					background-image: url(/static/images/sales_link_blokje.gif);
					background-repeat: no-repeat;
					background-position: 0px 1px;
					padding-left: 13px;
					font-weight: bold;
					float: left;
					width: 180px;
					font-size: 14px;
				}
				
				.hoofdlink a {
					color: black;
					text-decoration: none;
				}
				
				.hoofdlink a:hover {
					color: #EE3524;
				}
				
				.sublinks {
					padding-left:25px;
					padding-top:5px;
					width:180px;
					float: left;
				}
				
				.sublinks a {
					color: black;
					float: left;
					width: 205px;
					text-decoration: none;
				}
				
				.sublinks a:hover {
					color: #EE3524;
				}
		
	
	.inhoud_bg {
		background-image: url(/static/images/inhoud_midden.jpg);
		background-repeat: repeat-y;
		width: 707px;
		float: left;
		margin-left: 10px;
	}
	
		.inhoud_h2 {
			background-image: url(/static/images/inhoud_h2.jpg);
			float: left;
			width: 707px;
			height: 45px;
		}
		
		.inhoud_content {
			float: left;
			padding-left: 20px;
			width: 660px;
			overflow: visible;
		}
		
			.nonspot {
				float: left;
			}
			
			.nonspot div {
				float: left;
				clear: right;
				margin-right: 15px;
				color: #EE3524;
			}
			
			.websites_hyperlinks a:hover {
			a	text-decoration: none;
			}
			
		.inhoud_bottom {
			background-image: url(/static/images/inhoud_onderkant.jpg);
			background-position: left bottom;
			float: left;
			width: 707px;
			height: 13px;
		}
		
	
	#footer
	{
		float: left;
		display: inline;
		margin: 14px 27px 0 27px;
		width: 958px;
		padding: 14px 0;
		color: #999;
		text-align: center;
		background-image: url(../../static/images/footer.gif);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	
		#footer li { display: inline; }
		#footer a { color: #999; }

/*
	misc
*/
		
.hidden
{
	display: none;
	width: 0;
	height:0;
	overflow: hidden;
}
			
/*
	banners
*/
#leaderboard
{
	padding: 5px;
	text-align: center;
	background-color: #e3e1e1;
}

	#leaderboard_home,
	#rectangle_home
	{
		display: none;
	}
	
	#rectangle_target
	{
		padding: 6px;
		background-color: #eee;
	}
	
	#skyscraper_home
	{
		position: absolute;
		top: 100px;
		left: 1000px;
		z-index: 400;
	}
	


/*
	clearfix
*/
	
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* sifr */

.sIFR-dummy { 
  width: 480px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}
