/* omkadering */ 

div#header_kader{
	width:960px;
	height:140px;
	font-family:trebuchet ms,Arial,Sans-Serif; 
	font-size:15px;
	font-weight:bold;
}

/* headers */

div.header_educatie{
	background-image: url('/images/new_header/header_school.png');
	background-repeat: no-repeat;
}

div.header_cinekidstudio{
	background-image: url('/images/new_header/header_studio.png');
	background-repeat: no-repeat;
}

div.header_help{
	background-image: url('/images/new_header/header_help.png');
	background-repeat: no-repeat;
}

/* buttons */

div.btn_button{
	cursor: pointer;
}

div.btn_educatie{
	 background-image: url('/images/new_header/btn_school_active.png');
	 position:absolute;
	 height:46px;
	 width:140px;
	 top:44px;
	 left:590px;
}

div.btn_educatie_selectable {
	 background-image: url('/images/new_header/btn_school.png');
	 position:absolute;
	 height:46px;
	 width:140px;
	 top:44px;
	 left:590px;
}

div.btn_educatie_selectable:hover {
	 background-image: url('/images/new_header/btn_school_hover.png');
	 position:absolute;
	 height:46px;
	 width:140px;
	 top:44px;
	 left:590px;
}

div.btn_cinekidstudio{
	 background-image: url('/images/new_header/btn_studio_active.png');
	 position:absolute;
	 height:46px;
	 width:176px;
	 top:44px;
	 left:420px;
}

div.btn_cinekidstudio_selectable{
	 background-image: url('/images/new_header/btn_studio.png');
	 position:absolute;
	 height:46px;
	 width:176px;
	 top:44px;
	 left:420px;
}

div.btn_cinekidstudio_selectable:hover {
	 background-image: url('/images/new_header/btn_studio_hover.png');
	 position:absolute;
	 height:46px;
	 width:176px;
	 top:44px;
	 left:420px;
}

div.btn_help{
	 background-image: url('/images/new_header/btn_help_active.png');
	 position:absolute;
	 height:46px;
	 width:81px;
	 top:44px;
	 left:737px;
}

div.btn_help_selectable{
	 background-image: url('/images/new_header/btn_help.png');
	 position:absolute;
	 height:50px;
	 width:81px;
	 top:41px;
	 left:724px;
}

div.btn_help_selectable:hover {
	 background-image: url('/images/new_header/btn_help_hover.png');
	 position:absolute;
	 height:50px;
	 width:81px;
	 top:41px;
	 right:724px;
}

div.btn_andere_sites {
	 background-image: url('/images/new_header/btn_anderesites.png');
	 position:absolute;
	 height:44px;
	 width:364px;
	 top:0px;
	 right:0px;
}

div.btn_andere_sites:hover {
	 background-image: url('/images/new_header/btn_anderesites_hover.png');
	 position:absolute;
	 height:44px;
	 width:364px;
	 top:0px;
	 right:0px;
}

div#edu_edu_fix {
	left:596px;
}

div#help_edu_fix {
	height:44px;
	left:736px;
	top:44px;
}

