@charset "utf-8";
/* BEWERBUNGSTIPPS */

/* AUSWAHL BUTTONS */
#bewerbungsTippsButtons{
	margin:0 auto;
	height:121px;
	width:600px;
}

#bewerbungsTippsButtonSchreiben, #bewerbungsTippsButtonGespraech, #bewerbungsTippsButtonAusland{
	width:300px;
	height:121px;
	border:none;
	cursor:pointer;
}

#bewerbungsTippsButtonSchreiben{float:left; background: transparent url(images/tipps/t_button_schreiben.png);}
#bewerbungsTippsButtonGespraech{float:right; background: transparent url(images/tipps/t_button_gespraech.png);}
#bewerbungsTippsButtonAusland{background: transparent url(images/tipps/t_buttons_bewerbung_im_ausland.png); margin-left:150px;}

#bewerbungsTippsButtonAusland:focus::-moz-focus-inner,
#bewerbungsTippsButtonSchreiben:focus::-moz-focus-inner,
#bewerbungsTippsButtonGespraech:focus::-moz-focus-inner{border:none;}

#bewerbungsTippsButtonAusland:focus,
#bewerbungsTippsButtonSchreiben:focus,
#bewerbungsTippsButtonGespraech:focus{background-position: 0 0;}

#bewerbungsTippsButtonAusland:active,
#bewerbungsTippsButtonSchreiben:active,
#bewerbungsTippsButtonGespraech:active{background-position: 0 -121px;}