body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#663300;
	margin:5px 0px 0px 0px;
	background:#ffffff;
}
.header{
	background:url(../img/bg_header.gif) top no-repeat;
	color:#ffffff;
}
.header_expand{
	background:url(../img/bg_header_expand.gif) left no-repeat;
}
.header_tekst{
    padding-top: 35px;
}
.content{
	background:url(../img/bg_content.gif) top repeat-y;
}
.content_footer{
	background:url(../img/bg_content_footer.gif) top no-repeat;
}
.footer{
	background:url(../img/bg_footer.gif) top no-repeat;
}
.small_text{
	font-size:11px; 
	color:#ffcc66;
}
.menu_item{
	background:url(../img/bg_menu.gif) top no-repeat;
	letter-spacing:1px;
	padding-left:60px; 
	cursor:pointer;
}
.menu_item_o{
	background:url(../img/bg_menu_hover.gif) top no-repeat;
	letter-spacing:1px;
	padding-left:60px; 
	cursor:pointer;
}
.menu_item_s{
	background:url(../img/bg_menu_select.gif) top no-repeat;
	font-weight:bold; 
	color:#006633; 
	letter-spacing:1px;
	padding-left:60px; 
	cursor:pointer;
}
.title{
	padding: 15px 0px 10px 0px;
	font-size:14px; 
	font-weight:bold; 
	color:#663300;
	/*border-bottom:1px solid #663300;*/
}
.contactinfo{
	font-size:11px; 
}
.training_item {
	width: 180px;
	padding-top: 39px;
	padding-right: 20px;
	vertical-align: top;
}
.training_inhoud {
	vertical-align: top;
	height: 386px;
	margin-top: 0px;
	padding-top: 0px;
}
ul.ul_training{
    margin: 0px 0px 0px 35px;
	padding: 0px;
	list-style:url(../img/ul_main.gif) outside;
	vertical-align:middle;
	line-height:20px;
}
ul.ul_main{
	list-style:url(../img/ul_main.gif) outside;
}

/*NAVIGATIE------------------------------------------------------------------------------------*/

a {
	font-size:12px; 
	color:#006633; 
	text-decoration:none;
}
a.nav_main_s{
	font-size:11px; 
}
a.nav_main_s:hover{
	font-weight:bold; 
	color:#663300; 
}
a.nav_main_s_sel{
	font-size:11px; 
	font-weight:bold; 
	color:#663300; 
}


/*FORMULIEREN----------------------------------------------------------------------------------*/

input{
	font-size:13px; 
}
textarea{
	font-size:13px; 
}
input.cf_text{
	width:300px; height:16px;
	border-left:1px solid #cc6600; border-right:1px solid #cc6600; 
	border-top:1px solid #cc6600; border-bottom:1px solid #663300;
}
input.cf_text_s{
	width:150px; height:16px;
	border-left:1px solid #cc6600; border-right:1px solid #cc6600; 
	border-top:1px solid #cc6600; border-bottom:1px solid #663300;
}
textarea.cf_textarea{
	width:300px;
	border-left:1px solid #cc6600; border-right:1px solid #cc6600; 
	border-top:1px solid #cc6600; border-bottom:1px solid #663300; 
}
input.button{
	height:24px;
	color:#000000;
}
input.button_b{
	font-weight:bold;
	height:24px;
	color:#000000;
}

