/************************************* <CUSTOMER> <PROJECT> script *****/
/************************** Copyright (c) <yyyy>-<yyyy> <CUSTOMER> *****/
/***********************************************************************/
/*********************************************** individual script *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-05-25 14:42:24 +0200 (Di, 25 Mai 2010) $ *****/

$(document).ready(function() {

	// add a 1px outline div to all selectboxes in IE 7
	if(vi.Info.os.isWin && vi.Info.browser.isIE7){ divToSelectsForIe('select'); }

	// ...
});

