﻿@charset "UTF-8";
/**
 * "CSS Grundanpassungen für Modules"
 */

@media all
{	
	/*---PopUpMenu------------------------------------------------------------------------------------------*/
 
	/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
	/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
	/* See WhitePaper.aspx for details. */

	/* Menubreite aufziehen */
	.PopUp-Menu a,
	.PopUp-Menu span
	{
		display			: block;
		width			: auto;
		cursor			: pointer;		
	}

	/* Verhindern der Abstände unterhalb der Menupunkte bei IE7 */
	.PopUp-Menu li
	{
		font-size		: 0;
		display			: table;
	}

	/* Alle Listen */
	.PopUp-Menu,
	.PopUp-Menu ul
	{
		margin			: 0;
		padding			: 0;
		display			: table; /* Fix for Older Browsers, Menu-Items always 100% */
		list-style		: none;
	}

	/* Set PopUp Menu Items invisible */
	ul.PopUp-Menu ul
	{
		visibility		: hidden;
		display			: inline-block;
	}

	/* Add more rules here if your menus have more than three (3) tiers */
	ul.PopUp-Menu li:hover ul ul,
	ul.PopUp-Menu li:hover ul ul ul,
	ul.PopUp-Menu li.PopUp-Menu-Hover ul ul,
	ul.PopUp-Menu li.PopUp-Menu-Hover ul ul ul
	{
		visibility		: hidden;
	}

	/* Add more rules here if your menus have more than three (3) tiers */
	ul.PopUp-Menu li:hover ul,
	ul.PopUp-Menu li li:hover ul,
	ul.PopUp-Menu li li li:hover ul,
	ul.PopUp-Menu li li li li:hover ul,
	ul.PopUp-Menu li.PopUp-Menu-Hover ul,
	ul.PopUp-Menu li li.PopUp-Menu-Hover ul,
	ul.PopUp-Menu li li li.PopUp-Menu-Hover ul,
	ul.PopUp-Menu li li li li.PopUp-Menu-Hover ul
	{
		visibility		: visible;
	}

  	/*---PopUpMenu-Horizontal-------------------------------------------------------------------------------*/

	/* Liste Tier 2 */
	.PopUp-Menu-Horizontal ul ul
	{
		position		: absolute; 
		top				: 100%;
		left			: 0;
	}	

	/* Liste Tier 3+ */
	.PopUp-Menu-Horizontal ul ul ul
	{
		position		: absolute; 
		top				: -1px;
		left			: 100%; 		
	}

	/* Listenelement Tier 1 */
	.PopUp-Menu-Horizontal ul li
	{
		position		: relative;
		white-space		: nowrap;
		margin			: 0;
		display			: block;
		
		float			: left;
	}

	/* Listenelement Tier 2+ */
	.PopUp-Menu-Horizontal ul ul li
	{	
		float			: none;
	}

  	/*---PopUpMenu-Vertikal-------------------------------------------------------------------------------*/

	/* Liste Tier 2 */
	.PopUp-Menu-Vertical ul ul
	{
		position		: absolute;
		top				: 0;
		left			: 100%;
	}	

	/* Listenelement Tier 1 */
	.PopUp-Menu-Vertical ul li
	{
		position		: relative;
		white-space		: nowrap;
		margin			: 0;
		display			: block;
	}

	* html .PopUp-Menu-Vertical ul li { float: left; width: 100%; }
	* html .PopUp-Menu-Horizontal ul li { float: left; width: 100%; }

	/*---SlideDownMenu---------------------------------------------------------------------*/

	/* Menubreite aufziehen */
	.SlideDown-Menu a,
	.SlideDown-Menu span
	{
		display			: block;
		width			: auto;
		cursor			: pointer;		
	}

	/* Verhindern der Abstände unterhalb der Menupunkte bei IE7 */
	.SlideDown-Menu li
	{
		font-size		: 0;
	}

	/* Alle Listen */
	.SlideDown-Menu,
	.SlideDown-Menu ul
	{
		margin			: 0;
		padding			: 0;
		display			: table; /* Fix for Older Browsers, Menu-Items always 100% */
		list-style		: none;
	}
	
	/* Klasse zum Ausblenden */
	ul .SlideDown-Menu-Hide
	{
		display			: none;
		overflow		: hidden;
	}

	/*---AkkordeonMenu---------------------------------------------------------------------*/

	/* Menubreite aufziehen */
	.Accordion-Menu a,
	.Accordion-Menu span
	{
		display			: block;
		width			: auto;
		cursor			: pointer;		
	}

	/* Verhindern der Abstände unterhalb der Menupunkte bei IE7 */
	.Accordion-Menu li
	{
		font-size		: 0;
	}

	/* Alle Listen */
	.Accordion-Menu,
	.Accordion-Menu ul
	{
		margin			: 0;
		padding			: 0;
		display			: table; /* Fix for Older Browsers, Menu-Items always 100% */
		list-style		: none;
	}
	
	/* Klasse zum Ausblenden */
	ul .Accordion-Menu-Hide
	{
		display			: none;
		overflow		: hidden;
	}

	* html .Accordion-Menu a, * html .Accordion-Menu a:hover { background-color: White; }

	/*---Sitemap--------------------------------------------------------------------------------------------*/ 

	.Sitemap-0
	{
		width               : 100%;
		border-style		: solid;
		border-width		: 1px;
		border-spacing      : 2px 2px;
	}	
	
	.Sitemap-1
	{
		width               : 100%;
		border-style		: solid;
		border-width		: 1px;
		border-spacing      : 2px 2px;
	}		

	.show-row 
	{ 
		display			: table-row; 
	}
	
	.hide-row 
	{
		display			: none !important;
	}	
		
	/*---Forms, Fields & Buttons----------------------------------------------------------------------------*/ 
	
	.form_radio * 
	{
		padding-left: 0.25em; 
	}	
	
	.form_checkbox *
	{ 
		padding-left: 0.25em; 
	}	
	
	.form_field 
	{
		font-style			: inherit;
	}

	.form_button 
	{
		font-style			: inherit;
	}	
	
	/*---HTML Gallery---------------------------------------------------------------------------------------*/ 
	
	.HTMLGallery_Table
	{
		float				: left;
		border-width		: 1px;
		border-style		: solid;
		margin-left			: 10px;
		margin-right		: 10px;
		margin-bottom		: 15px;		
	}
		
	.HTMLGallery_Image
	{
		border-width		: 1px !important;
		border-style		: solid;
	}	

	/*---Javascript Gallery---------------------------------------------------------------------------------*/ 
	
	.JavaGallery_Image
	{
		border-width		: 1px !important;
		border-style		: solid;
	}	
	
	/*---LyteBox Gallery------------------------------------------------------------------------------------*/ 
		
	#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; background-color: #000000; }

	#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
	#lbMain a img { border: none; }

	#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; border: 3px solid #888888; }

	#lbDetailsContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; border: 3px solid #888888; border-top: none; }

	#lbImageContainer, #lbIframeContainer { padding: 10px; }
	#lbLoading { position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; }

	#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#lbImageContainer>#lbHoverNav { left: 0; }
	#lbHoverNav a { outline: none; }

	#lbPrev { width: 49%; height: 100%;  display: block; left: 0; float: left; }
		
	#lbNext { width: 49%; height: 100%; display: block; right: 0; float: right; }

	#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; color: #333333; }
		
	#lbPrev2_Off, #lbNext2_Off { font-weight: bold; color: #CCCCCC; }
		
	#lbDetailsData { padding: 0 10px; color: #333333; }

	#lbDetails { width: 60%; float: left; text-align: left; }
	#lbCaption { display: block; }
	#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
	#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

	#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }

	#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }

	#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	
	/*------------------------------------------------------------------------------------------------------*/ 	
}