/*
 * CUSTOM LANGUAGES CSS
 * CHANGE OF DIR (de)
 */
 

#form input.versturen { 
	width:110px; height:25px;
	background:url(/html/images/de/btn_verzenden.gif) no-repeat; 
	cursor:pointer; border:0px;
	margin-left:10px;
}

/* BUTTONS */
.send		{ border:0px; background:url(/html/images/de/btn_send.png) no-repeat top left; width:108px; height:18px; display:block; cursor:pointer; }
.send:hover	{ background-position:bottom left; }

.btn_alleberichten	{ display:block; width:137px; height:14px; background:url(/html/images/de/btn_alleberichten.png) no-repeat top left; cursor:pointer; }
.btn_alleberichten:hover { background-position:bottom left;}


.btn_nieuwsbrief	{ display:block; width:100px; height:15px; background:url(/html/images/de/btn_inschrijven.png) no-repeat top left; cursor:pointer; }
.btn_nieuwsbrief:hover { background-position:bottom left;}


.btn_inschrijven	{ display:block; width:210px; height:25px; background:url(/html/images/de/btn_inschrijven_nieuwsbrief.gif) no-repeat top left; cursor:pointer; }
.btn_inschrijven:hover { background-position:bottom left; }

