body {
	overflow: hidden;
}

#container-content {
	margin-top: 1px;
}

#content {
	width: 740px;
	margin: 40px auto 20px auto;
	padding-left: 10px;
	text-align: left;
}

#content h2 {
	/* overrule styles */
	background-image: none;
	text-indent: 0;
	height: auto;
	margin: auto;
	/* / overrule styles */
	font-size: 10pt;
}

#content p {
	width: 350px;
	margin-right: 10px;
	float: left;
	font-size: 8pt;
	line-height: 22px;
}

#content-home-bg {
	position: absolute;
	width: 500px;
	height: 200px;
	margin-top: -1px;
	background: url(../images/content-home.png) transparent no-repeat top left;
}

#container-flash {
	height: 278px;
	background: url(../images/bg-home-flash-container.jpg) transparent repeat-x top left;
}

#content-flash {
	width: 740px;
	height: 278px;
	margin: 0 auto;
	background: url(../images/bg-home-flash-content.jpg) transparent no-repeat top left;
	position: relative;
}

#content-flash .clip {
	position: absolute;
	top: 0px;
	left: 120px;
}

#content-bg {
	margin: 0 auto;
	background: url(../images/content-home-text.gif) transparent no-repeat top left;
}

/* language blocks */

#lang-nl {
	float: left;
}
#lang-nl a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	background-color: #d5d3d5;
	text-align: center;
	text-decoration: none;
}
#lang-nl a:hover {
	text-decoration: underline;
}

#lang-en {
	float: left;
}
#lang-en a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	background-color: #d5d3d5;
	text-align: center;
	text-decoration: none;
}
#lang-en a:hover {
	text-decoration: underline;
}

/* home kolommen */

.right {
	margin-top: -18px;
	_margin-top: -38px;
}