@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(images/achtergrond.jpg) no-repeat left top;
	background-color: #e9ecf1;
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	color: #555555;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
p {
}
hr
{	
    border: none;
	border-bottom: 1px solid white;
	border-top: 1px dotted #B0B0B0;
}

.title
{
	font-weight:bold;
	color: #555555;
}
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #222222;
}

img {
	border: none 0;
}

#menu {
	position:relative;
	float: left;
	display: block;
	width: 140px;
	left: 50%;
	margin-left: -847px;
	margin-top: 100px;
	z-index: 10;
	background:url(images/menu-bg.png) y-repeat top;
	clear:none;
}
#menu img {
	margin-bottom: 10px;
}

#wrapper {
	width: 845px;
	display: block;
	clear: none;
	position:relative;
	float: left;
	left: 50%;
	margin-left: -420px;
	margin-top: 40px;
	z-index: 0;
}
#title-intro {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-intro.png) left top no-repeat;
}
#pic-bg {
	float: left;
	width: 845px;
	height: 160px;
	background:url(images/pic-background.png) repeat-y top left;
	display: block;
	clear: both;
	
}
#pic-intro {
	float: left;
	width: 671px;
	height: 160px;
	background:url(images/pic-intro.jpg) no-repeat top left;
	display: block;
	position: relative;
	left: 150px;
	top: 0px;
}
#title-contact {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-contact.png) left top no-repeat;
}
#pic-contact {
	float: left;
	width: 671px;
	height: 160px;
	background:url(images/pic-contact.jpg) no-repeat top left;
	display: block;
	position: relative;
	left: 150px;
	top: 0px;
}
#title-terms {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-terms.png) left top no-repeat;
}
#pic-terms {
	float: left;
	width: 671px;
	height: 160px;
	background:url(images/pic-terms.jpg) no-repeat top left;
	display: block;
	position: relative;
	left: 150px;
	top: 0px;
}
#title-support {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-support.png) left top no-repeat;
}
#pic-support {
	float: left;
	width: 671px;
	height: 160px;
	background:url(images/pic-support.jpg) no-repeat top left;
	display: block;
	position: relative;
	left: 150px;
	top: 0px;
}
#title-products {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-products.png) left top no-repeat;
}
#pic-products {
	float: left;
	width: 671px;
	height: 160px;
	background:url(images/pic-products.jpg) no-repeat top left;
	display: block;
	position: relative;
	left: 150px;
	top: 0px;
}
#title-ce {
	width: 845px;
	height: 60px;
	display: block;
	float: left;
	clear: both;
	background:url(images/title-ce.png) left top no-repeat;
}
#pic-ce {
	float: left;
	width: 845px;
	height: 160px;
	background:url(images/pic-ce.png) no-repeat top left;
	display: block;
	clear: both;
}

#page-content {
	position: relative;
	float: left;
	width: 845px;
	display: block;
	clear: both;
	background: url(images/page-content.png) repeat-y top left;
}
#text-content {
	margin-top: 20px;
	margin-left: 180px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#page-footer {
	position: relative;
	float: left;
	width: 845px;
	height: 60px;
	background:url(images/page-footer.png) no-repeat left top;
	display: block;
	clear: both;
}

.qa_table TD {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

.qa_table_question TD {
	background-color:#eaeaea;
	color: #666666;
}