/**
*	Background
*/
#bg-large {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 309px;
	background-image: url("../images/bg-fader-large.gif");
	background-position: right top;
	z-index: 0;
}



/**
*	Inhoud
*/
div#inhoud {
	min-height: 430px;
	_height: 430px;
}

/**
*	Flash
*/
div#flash {
	height: 185px;
	background-image: url("../images/atmos-home.jpg");
}

div#flash-no-bg {
	height: 185px;
}

/**
*	Content left
*/
div#content-left {
	margin-top: 106px;
}

/**
*	Text
*/
div#text {
	padding: 10px;
}

/**
*	300 occasions
*/
div#driehonderd-occasions {
	top: 200px;
}

/**
* Nieuws
*/
div#nieuws {
	
}

div#nieuws h3 {
	margin: 0px;
	font-size: 12px;
	color: #409896;
	padding-bottom: 8px;
	border-bottom: solid 1px #D1F0F0;
}

div#nieuws div.nieuws {
	padding-top: 8px;
	width: 185px;
	float: left;
	padding-right: 15px;
}

div#nieuws div.nieuws a {
	color: #02538C;
	text-decoration: none;
}

div#nieuws div.nieuws a:hover {
	text-decoration: underline;
}

div#nieuws div.border {
	border-right: solid 1px #D1F0F0;
	margin-right: 15px;
}