/* --- geometry and timing of the menu --- */

/* -----------------------------------------------------------------------------
        News
-------------------------------------------------------------------------------- */

var MENU_POS_News = new Array();

	// item sizes for different levels of menu
	MENU_POS_News['height']     = [20, 21];
	MENU_POS_News['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_News['block_top']  = [0, 19];
	MENU_POS_News['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_News['top']        = [0, 20];
	MENU_POS_News['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_News['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_News = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_News['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_News['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_News['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];


/* -----------------------------------------------------------------------------
        Produktion
-------------------------------------------------------------------------------- */	
var MENU_POS_Produktion = new Array();

	// item sizes for different levels of menu
	MENU_POS_Produktion['height']     = [20, 21];
	MENU_POS_Produktion['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Produktion['block_top']  = [30, 19];
	MENU_POS_Produktion['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_Produktion['top']        = [0, 20];
	MENU_POS_Produktion['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Produktion['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Produktion = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Produktion['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_Produktion['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Produktion['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];
	

/* -----------------------------------------------------------------------------
        Vorverkauf
-------------------------------------------------------------------------------- */	
var MENU_POS_Vorverkauf = new Array();

	// item sizes for different levels of menu
	MENU_POS_Vorverkauf['height']     = [20, 21];
	MENU_POS_Vorverkauf['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Vorverkauf['block_top']  = [60, 19];
	MENU_POS_Vorverkauf['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_Vorverkauf['top']        = [0, 20];
	MENU_POS_Vorverkauf['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Vorverkauf['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Vorverkauf = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Vorverkauf['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_Vorverkauf['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Vorverkauf['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];
	

/* -----------------------------------------------------------------------------
        Archiv
-------------------------------------------------------------------------------- */	
var MENU_POS_Archiv = new Array();

	// item sizes for different levels of menu
	MENU_POS_Archiv['height']     = [20, 21];
	MENU_POS_Archiv['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Archiv['block_top']  = [90, -90];
	MENU_POS_Archiv['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_Archiv['top']        = [0, 20];
	MENU_POS_Archiv['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Archiv['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Archiv = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Archiv['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_Archiv['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Archiv['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];

/* -----------------------------------------------------------------------------
        Fotoalbum
-------------------------------------------------------------------------------- */	
var MENU_POS_Fotoalbum = new Array();

	// item sizes for different levels of menu
	MENU_POS_Fotoalbum['height']     = [21];
	MENU_POS_Fotoalbum['width']      = [160];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Fotoalbum['block_top']  = [120];
	MENU_POS_Fotoalbum['block_left'] = [10];

	// offsets between items of the same level
	MENU_POS_Fotoalbum['top']        = [0];
	MENU_POS_Fotoalbum['left']       = [0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Fotoalbum['hide_delay'] = [200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Fotoalbum = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Fotoalbum['onmouseout'] = [
		'color', ['#ffffff'],
		'background', ['#254A70'],
	];

	// state when item has mouse over it
	MENU_STYLES_Fotoalbum['onmouseover'] = [
		'color', ['#ffffff'],
		'background', ['#336699'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Fotoalbum['onmousedown'] = [
		'color', ['#ffffff'],
		'background', ['#6699cc'],
	];
	

		
/* -----------------------------------------------------------------------------
        Verein
-------------------------------------------------------------------------------- */	
var MENU_POS_Verein = new Array();

	// item sizes for different levels of menu
	MENU_POS_Verein['height']     = [20, 21];
	MENU_POS_Verein['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Verein['block_top']  = [150, 19];
	MENU_POS_Verein['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_Verein['top']        = [0, 20];
	MENU_POS_Verein['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Verein['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Verein = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Verein['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_Verein['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Verein['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];
	

/* -----------------------------------------------------------------------------
        Kiosk
-------------------------------------------------------------------------------- */	
var MENU_POS_Kiosk = new Array();

	// item sizes for different levels of menu
	MENU_POS_Kiosk['height']     = [20, 21];
	MENU_POS_Kiosk['width']      = [160, 145];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Kiosk['block_top']  = [180, 19];
	MENU_POS_Kiosk['block_left'] = [10, 40];

	// offsets between items of the same level
	MENU_POS_Kiosk['top']        = [0, 20];
	MENU_POS_Kiosk['left']       = [0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Kiosk['hide_delay'] = [200, 200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Kiosk = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Kiosk['onmouseout'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#254A70', '#336699'],
	];

	// state when item has mouse over it
	MENU_STYLES_Kiosk['onmouseover'] = [
		'color', ['#ffffff', '#ffffff'],
		'background', ['#336699', '#6699cc'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Kiosk['onmousedown'] = [
		'color', ['#ffffff', '#003366'],
		'background', ['#6699cc', '#6699cc'],
	];
	

/* -----------------------------------------------------------------------------
        Gaestebuchseite
-------------------------------------------------------------------------------- */	
var MENU_POS_Gaestebuchseite = new Array();

	// item sizes for different levels of menu
	MENU_POS_Gaestebuchseite['height']     = [21];
	MENU_POS_Gaestebuchseite['width']      = [160];

	// menu block offset from the origin:
	//  for root level origin is upper left corner of the page
	//  for other levels origin is upper left corner of parent item
	MENU_POS_Gaestebuchseite['block_top']  = [210];
	MENU_POS_Gaestebuchseite['block_left'] = [10];

	// offsets between items of the same level
	MENU_POS_Gaestebuchseite['top']        = [0];
	MENU_POS_Gaestebuchseite['left']       = [0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS_Gaestebuchseite['hide_delay'] = [200];

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/

var MENU_STYLES_Gaestebuchseite = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES_Gaestebuchseite['onmouseout'] = [
		'color', ['#ffffff'],
		'background', ['#254A70'],
	];

	// state when item has mouse over it
	MENU_STYLES_Gaestebuchseite['onmouseover'] = [
		'color', ['#ffffff'],
		'background', ['#336699'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES_Gaestebuchseite['onmousedown'] = [
		'color', ['#ffffff'],
		'background', ['#6699cc'],
	];
	

