/* Search Form */
.contentHeaderLeft								{position: relative;}
#trainingSearchForm								{display:none; position:absolute; right:0; top:24px; padding:10px; width:240px; background:#1467B0 !important; color:#FFFFFF;}
#trainingSearchForm label						{display:block; float:left; clear:both; width:90px; text-align:right; line-height:20px;}
#trainingSearchForm input,
#trainingSearchForm select						{margin-top:2px; float:right; border:none; width:140px; font-size:11px; background:url(/fileadmin/template/img/bg_input.gif) repeat-x;}
#trainingSearchForm input						{padding:2px; width:136px;}
#trainingSearchForm select						{padding:1px 0px;}
#trainingSearchForm select option				{background:#fff;}
#trainingSearchForm input.submit				{width:140px; margin-top:5px; background:#6ca0cf; font-size:11px; font-weight:bold; color:#FFFFFF;}

/* Information Events */
#informationevents 								{float:left;}

#informationevents h3							{cursor:pointer; color:#FFF; background:url(/fileadmin/template/img/bg_accordion_open_white.gif) #055EAC no-repeat 335px center; font-size:12px; line-height:20px; padding:10px; width:460px; margin-bottom:5px; -moz-user-select:none; -khtml-user-select:none;}
#informationevents h3.closed					{background:url(/fileadmin/template/img/bg_accordion_closed.gif) #DEE7EF no-repeat 455px center; color:#055EAC;}
* html #informationevents h3					{width:360px;}

#informationevents .list						{display:none; float:left;} 
#informationevents .event						{color:#565656; width:340px; position:relative; height:48px;}
* html #informationevents .event				{width:360px;}
#informationevents .event .information 			{color:#055EAC; width:300px;}
#informationevents .event.hover					{background:#DEE7EF none repeat scroll 0 0;}
#informationevents .event.hover .information 	{font-weight:bold;}
#informationevents .trainingLink				{position:absolute; right:10px; top:20px; height:16px; width:16px; overflow:hidden;}
#informationevents .trainingLink a				{background:url(/typo3conf/ext/apprenticeships/Resources/Public/Images/icon_details.png) no-repeat 0 0; display:block; height:16px; text-indent:-10000px; width:16px;}


