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

p {
	margin-top: 0;
}

/*===========================
			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:tahoma, sans-serif, verdana, arial, helvetica;
	font-size:12px;
	color:#3a3a3a;
	line-height: 1.2em;
}

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

div#topspacer {
	height: 20px;
}

h1 {
	font-size: 18px;
	color: #7DBE25;
	font-weight: lighter;
	margin-top: 24px;
}

img {
	border: none;
}

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

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;
	min-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_bottom.png') no-repeat;
	float: left;
}

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



/*===========================
		INNER CONTAINERS	
===========================*/
html > body div#contentTop {
	width: 840px;
	height: 17px;
	margin-left: 19px;
	margin-right: auto;
	margin-top: -50px;
}

html > body div#content {
	width: 580px;
	min-height: 460px;
	margin-right: auto;
	margin-left: 260px;
	margin-top: 50px;
}

div#content a {
	color: #7DBE25;
	text-decoration: none;
}

div#content a:hover {
	color: #7DBE25;
	text-decoration: underline;
}

html > body div#contentBottom {
	width: 840px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

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

div#languagediv img {
	border: none;
}

div#bottomMenu {
	margin-left: 250px;
}

div#bottomMenu ul {
	list-style-type: none;
}

div#bottomMenu li {
	display: inline;
	margin-left: 10px;
}

div#bottomMenu a {
	text-decoration: none;
	color: #FFFFFF;
}

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



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



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



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



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



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

div#menu {
	width: 204px;
	min-height: 782px;
	position: absolute;
	left: 40px;
	top: 0px;
}

html > body div#menu div#menuTop {
	background: transparent url('/site/qsi/design/graphics/menu_top.png');
	width: 204px;
	height: 47px;
}

html > body div#menu div#menuMiddleTop {
	background: transparent url('/site/qsi/design/graphics/menu_middleTop.png');
	width: 204px;
	height: 197px;
	
}

div#menu div#menuMiddleTop img {
	margin: 9px 17px 17px 17px;
}

div#menu div#menuMiddleCenter {
	width: 196px;
	min-height: 217px;
	margin-left: 2px;
	border-bottom: 1px solid #65CFEC;
	border-top: 1px solid #65cfec;
}

div#menu div#menuMiddleBottom {
	width: 204px;
	min-height: 274px;
}

html > body div#menu div#menuContainer {
	background: transparent url('/site/qsi/design/graphics/menu_scale.png') repeat-y;
}

html > body div#menuContentContainer {
	background: transparent url('/site/qsi/design/graphics/menu_middle2.png') no-repeat;
}

html > body div#menu div#menuBottom {
	background: transparent url('/site/qsi/design/graphics/menu_bottom.png');
	width: 204px;
	height: 47px;
}

div#menu div#menuTopSpacer {
	height: 15px;
	width: 204px;
}

div#menu ul.menuUl {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	width: 200px;
	text-align: left;
}

div#menu ul li.menuitem {
	white-space: nowrap;
	padding: 2px 0 2px 1px;
	padding-left: 20px;
	width: 177px;
}

div#menu li.menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
}

div.submenu {
	position: absolute;
	margin-top: -27px;
	left: 200px;
	min-width: 2px;
	z-index: 1000;
	/*background: url('/site/qsi/design/graphics/menu_item_bg.png') no-repeat; */
}

div.submenu div.subuldiv {
	background: url('/site/qsi/design/graphics/submenu_scale.png') repeat-y top right;
	height: 100%;
	margin-bottom: -1px;
}

div.submenu div.subbottom {
	background: url('/site/qsi/design/graphics/submenu_scalex.png') repeat-x bottom left;
	height: 6px;
	margin-right: 4px;
	width: 125px;
}

div.submenu div.subbottomright {
	background: url('/site/qsi/design/graphics/submenu_bottomright.png') no-repeat bottom right;
	width: 5px;
	height: 5px;
	position: absolute;
	bottom:0px;
	float: right;
	right: 0px;
}

div.submenu ul.subUl {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	margin: 0 3px 0 0;
}

div.submenu ul li {
	white-space: nowrap;
	padding: 0;
	background-color: #88cde1;
	margin-right: 5px;
}

div.submenu ul li a {
	color: #4a4a4a;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}

div.subsub {
	position: absolute;
	margin-top: -26px;
	left:200px;
	min-width:2px;
}

div.subsub div.subuldiv {
	background: url('/site/qsi/design/graphics/subsub_scale.png') repeat-y top right;
	height: 100%;
	margin-bottom: -1px;
}

div.subsub div.subsubbottom {
	background: url('/site/qsi/design/graphics/subsub_scalex.png') repeat-x bottom left;
	height: 6px;
	margin-right: 4px;
	width: 125px;
}

div.subsub div.subbottomright {
	background: url('/site/qsi/design/graphics/submenu_bottomright.png') no-repeat bottom right;
	width: 5px;
	height: 5px;
	position: absolute;
	bottom:0px;
	float: right;
	right: 0px;
}

div.subsub ul.subsubUl {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	margin: 0 3px 0 0;
}

div.subsub ul li {
	white-space: nowrap;
	padding: 0;
	background-color: #b7ddea;
	margin-right: 5px;
	border-left: 1px solid #FFFFFF;
}

div.subsub ul li a {
	color: #4a4a4a;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}

div#adresgegevens {
	padding: 20px;
	font-size: 12px;
	color: #343434;
}

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

#contact textarea {
	width: 250px;
}

#contact input {
	width: 144px;
}
