body {
    background-color: #ECE0A4;
    background-image: url('../images/bg_body.jpg');
	background-repeat:repeat-x;
}
body * {
    font-size: 12px;
    font-family: Arial,Verdana, sans-serif;
}
a {
    text-decoration: none;
}
a img {
    border: 0;
}
a:hover {
    text-decoration: underline;
}
#app_wrap {
    background: #ECE0A4;
    width: 760px;
    margin: 50px auto;
		padding: 10px;
}
#app_head_nl {
		background-color: #FFFFFF;
		background-image: url('../images/bg_header_nl.jpg');
		background-repeat: no-repeat;
    height: 80px;
    position: relative;
}
#app_head_fr {
		background-color: #FFFFFF;
		background-image: url('../images/bg_header_fr.jpg');
		background-repeat: no-repeat;
    height: 80px;
    position: relative;
}
#app_nav_lang {
    position: absolute;
    top:-35px;
    right:0;
    text-align: center;
}
#app_nav_lang a {
		color: #000000;
		padding: 0 5px;
}
#app_nav_menu {
		margin-left: -10px;
		margin-right: -10px;
    border-top: #EFBD66 2px solid;
    border-bottom: #EFBD66 2px solid;
    background: #FF921F;
    color: #FFFFFF;
    text-align: center;
    padding: 7px 0;
}
#app_nav_menu a {
		color: #FFFFFF;
		font-weight: bold;
		/*padding: 0 10px;*/
		text-transform: uppercase;
}
#app_nav_top {
    position: absolute;
    top:5px;
    right:85px;
    text-align: center;
}
#app_nav_top a {
		color: #CB6803;
		padding: 0 5px;
		text-transform: uppercase;
}
#app_menu_foot {
		margin-left: -10px;
		margin-right: -10px;
		background-color: #ECE0A4;
		background-image: url('../images/bg_menu_foot.jpg');
		background-repeat: no-repeat;
		height: 10px;
		font-size: 1px;
}
#app_content {
    background: #FFFFFF;
	padding: 10px 20px 20px 20px;
}
#app_credits {
	text-align: right;
	padding-top: 10px;
}
#app_credits a {
    color: #FF921F;
}
#app_content a {
    color: #FF921F;
}
#app_content p.title {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
    color: #FF921F;
}
#app_content p.sub_title, #app_content p.sub_title a {
	font-size: 13px;
	font-weight: bold;
	color:black;
}
#app_content p.sub_title_li {
	font-size: 14px;
	font-weight: bold;
    text-decoration: underline;
}
#app_content ol li {
	margin-top: 15px;
}
#app_content li.category {
	margin-top: 25px;
	margin-left: -25px;
	list-style-type: none;
	font-weight: bold;
    text-decoration: underline;
}
#app_content li.question {
	font-weight: bold;
}
#app_content li.answer {
	list-style-type: none;
}

#app_content ol.faq_content ul li {
	margin-top: 5px;
}
#app_content ol.faq_content li a {
    color: #000000;
}
#app_content ol.faq_content li.category {
	margin-left: -25px;
	list-style-type: none;
    text-decoration: underline;
}
#app_content ol.faq_content li.question {
	font-weight: normal;
}
#app_content select,
#app_content input,
#app_content textarea  {
	border: 1px solid #FF921F;
}
button {
	border: 1px solid #FF921F;
	background: #FFFFFF;
}
.required {
    margin: 5px;
    font-size: 130%;
    color: #FE3241;
}
#app_content .fool {
	display:none;
}
.kader {
	background-color:#FF921F;
	padding:15px;
}
.img_left {
	padding-right:20px;
	padding-bottom: 15px;
}
.img_right {
	padding-left:20px;
	padding-bottom: 15px;
}
.gototop {
	border-bottom: #FF921F 1px dashed;
	color: #FF921F;
	margin-bottom: 5px;
}
	

/*---NAVIGATIE---*/
#nav {
list-style:none;
height:2em;
width:725px;
margin:0 auto;
padding-left:0;
}
#nav li {
position:relative;
float:left;
width:120px;
background:#FF921F;
text-align:center;
}
#nav li.last {
border-right:0;
}
#nav li:hover {
background:#FF921F;
}
#nav a {
display:block;
color:#fff;
font-weight:bold;
text-decoration:none;
line-height:2em;
}
#nav a:hover {
	text-decoration:underline;
}
#nav a b {
position:absolute;
bottom:-1px;right:0;
border-left:12px dashed transparent;
border-bottom:12px solid #000;
}
/* --------- Drop Down -------- */
#nav ul {
position:absolute;
left:-999em;
top:2em;
list-style:none;
/*border-top:1px solid #000;*/
padding-left:0;
}
#nav ul li {
/*border:1px solid #000;*/
border-bottom:1px solid #fff;
}
#nav li:hover ul {
left:-1px;
top:auto;
}
