/*===========================
			MAIN			
===========================*/
div#container {
	
}

p {
	margin-top: 0;
}

/*===========================
		OUTER CONTAINERS	
===========================*/
html > body div#mainTop {
	width: 874px;
	height: 200px;
	background: transparent url('/site/index/design/graphics/content_top.png') no-repeat;
}

html > body div#flashtop {
	background: transparent url('/site/index/design/graphics/flash.png') bottom left no-repeat;
	height: 200px;
	width: 866px;
	margin-left:3px;
	z-index: 0;
}

html > body div#main {
	width: 874px;
	height: 427px;
	background: transparent url('/site/index/design/graphics/content_middle.png') repeat-y;
	float: left;
}

html > body div#mainBottom {
	width: 874px;
	height: 65px;
	background: transparent url('/site/index/design/graphics/content_bottom2.png') no-repeat;
	float: left;
}

/*===========================
	OUTER CONTAINERS POPUP	
===========================*/



/*===========================
		INNER CONTAINERS	
===========================*/
html > body div#contentTop {
	width: 840px;
	height: 17px;
	background: transparent url('/site/index/design/graphics/home_center_top.png') no-repeat;
	margin-left: 19px;
	margin-right: auto;
	margin-top: -50px;
	position:absolute;
}

html > body div#content {
	width: 840px;
	min-height: 460px;
	background: transparent url('/site/index/design/graphics/home_center_middle.png') repeat-y;
	margin-left: 19px;
	margin-right: auto;
	position:absolute;
	margin-top: -33px;
}

html > body div#contentBottom {
	width: 840px;
	height: 20px;
	background: transparent url('/site/index/design/graphics/home_center_bottom.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#languagediv {
	text-align: right;
	margin-right: 20px;
}

div#languagediv img {
	border: none;
}


/*===========================
	INNER CONTAINERS HOME	
===========================*/

html > body div.logo {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 12px;
}

div.affiliate {
	width: 234px;
	display: inline;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 26px;
	margin-right: 18px;
}

div.affiliate h1.qsv {
	color: #7dbe25;
	font-size: 16px;
	margin-bottom: 28px;
}

div.affiliate h1.qsc {
	color: #558ffb;
	font-size: 16px;
	margin-bottom: 28px;	
}

div.affiliate h1.qsi {
	color: #cf4618;
	font-size: 16px;
	margin-bottom: 28px;	
}

div.affiliate a {
	color: #fe2928;
	text-decoration: none;
	font-style: italic;
}

div.affiliate a.qsi {
	color: #cf4618;
}

div.affiliate a.qsv {
	color: #7dbe25;
}

div.affiliate a.qsc {
	color: #558ffb;
}


/*===========================
	INNER CONTAINERS VERVOLG
===========================*/



/*===========================
			TEKST			
===========================*/



/*===========================
		HITLIST&DETAIL		
===========================*/



/*===========================
		FORM ITEMS			
===========================*/



/*===========================
			MENU			
===========================*/



/*===========================
			OTHERS			
===========================*/

body{
	background-color:#696969;
	background-image: url('/site/index/design/graphics/background.gif');
	background-repeat: repeat-x; 
	background-attachment:fixed;
	background-position: top-left;
	margin:0 0 100px 0;
}

*{
	font-family:sans-serif, verdana, arial, helvetica;
	font-size:12px;
	color:#7F7F7F;
}

div#container{
	position: relative;
	top:30px;
	width: 874px;
	height:auto;
	margin: 0 auto; 
	text-align: left;
}

div#copyright {
	float: right;
	margin-top: 36px;
	margin-right: 18px;
	font-size: 13px;
	color: #000000;
}