 
/* CSS Document */
table,
table td,
body {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;
	font-size: 12px;
	color: #42427E; 	
}
.left{
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #4EBFFE url(../images/left.gif) no-repeat top fixed;
	border-right: 1px solid #000000;
	height: 100
}
#submenucontainer {
	width: 100%;
	height: 100%;
}
.main {
	background: #FFFFFF url(../images/bg.gif) no-repeat top fixed;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

.border_right {
	background-color: #414380; 
	border-right: 1px solid #000000;

}
.border_left {
	background-color: #414380; 
	border-left: 1px solid #000000;

}
.menu {
	background-color: #B8B4B5; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.bodyindex {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.logos {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titel {
	font-size: 14px;
	font-weight: bold;
}

/************************************/
/*				MENU				*/
/************************************/

#menu {
	background-color: #B8B4B5;
	padding: 0 0 0 130px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 16px;
	margin: 0;
}
#menu a {
	display: block;	
	margin: 0;
	padding: 0 20px 0 20px;
	float: left;
	width: auto;
	height: 16px;
	background: transparent url(img/menuachtergond.gif) top right no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding-bottom: 1px;
	color: #1B1A56;
	text-decoration: none;
	white-space: nowrap;
	
}
#menu a:hover {
	background-color: #F77738;
}

/************************************/
/*				SUBMENU				*/
/************************************/

#menu1_sub,
#menu2_sub,
#menu3_sub,
#menu4_sub,
#menu5_sub,
#menu6_sub,
#menu7_sub {
	position: absolute;	
	padding: 0;
	display: none;
	width: 120px;
	text-align: center;
}

#menu1_sub a,
#menu2_sub a,
#menu3_sub a,
#menu4_sub a,
#menu5_sub a,
#menu6_sub a,
#menu7_sub a {
	visibility: hidden;
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	height: 19px;
	text-decoration: none;
	background: #F47735;
	border: 1px solid #191A5D;
	color: #1B1A56;	
}

#menu1_sub a:hover,
#menu2_sub a:hover,
#menu3_sub a:hover,
#menu4_sub a:hover,
#menu5_sub a:hover,
#menu6_sub a:hover,
#menu7_sub a:hover {
	color: white;
}

/************************************/
/*				  FAQ				*/
/************************************/

#gaqs_q,
#faqs_qa {
	margin-top: 30px;
}

#faqs_q .faq a {
	color: #42427E; 
	text-decoration: none;
	display: block;
	padding: 0 0 3px 0;
}
#faqs_qa .faq p.back:hover,
#faqs_q .faq a:hover {
	text-decoration: underline;
}

#faqs_qa .faq {
	border: 1px solid #414380;
	padding: 0;
	margin: 0 0 20px 0;
}
#faqs_qa .faq p.q{
	background: #414380;
	margin: 0;
	padding: 5px;
	color: white;	
}

#faqs_qa .faq p.a{
	padding: 10px 5px 5px 5px;
	margin: 0;
	color: #42427E; 
	text-decoration: none;
}
#faqs_qa .faq p.back a{
	display: block;
	margin: 5px 0 5px 0;
	text-align: center;
	color: #42427E; 
	text-decoration: none;
}

#faqs_qa .faq p.back a:hover {
	text-decoration: underline;
}


