/*
	Website: Herres Sekt http://www.herres.de/
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	14.08.2008 Daan Meskers
	$last_change: 14.08.2008 Daan Meskers
*/

/* =================== SPLASH  ============= */
HTML, BODY {
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	overflow: hidden;
	text-align: center;
	background: #ccd0d1;
	font-family:  Verdana, Arial, Sans-serif;
	font-size: 9pt;
}
/* ================================ */
DIV#Main {
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	text-align: center;
	position: relative;

}
DIV#Main DIV {
	position: absolute;
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	top: 0; left: 0;
}
DIV#Main DIV#SlideThree {
	z-index: 10;
	text-align: center;
	margin: 0 auto;
	width: 1024px; height: 100%;
	background: #FFF;
	position: relative;
}
DIV#SlideThree DIV.Bild {
	position: relative;
	height: auto; width: 1024px;
	margin: 0 auto; padding: 0;
	border-bottom: 1px solid #899195;
	line-height: 1px;
}
DIV#SlideThree DIV.Bild IMG {
	width: 1024px; height: auto;
	margin: 0; padding: 0;
}
DIV#SlideThree A.Logo {
	position: absolute;
	bottom: 0;  display: block;
	width: 100%; height: 30%;
	text-align: center;
	background: #FFF;
	background: transparent url( ../../img/Splash/bg_transp.png );
	border-top: 1px solid #FFF; 
	z-index: 123;
	overflow: hidden;
}
DIV#SlideThree A.Logo IMG {
	border: 0;
	margin: auto;
}
DIV#SlideThree UL.Footer {
	list-style: none;
	display: block;
	position: absolute;
	bottom: 20px;  left: 0;
	width: 1024px; height: 15px;
	background-color: #ccd0d1;
	margin: 0;	padding: 0;
	z-index: 999;
}
DIV#SlideThree UL.Footer LI {
	list-style: none;
	display: block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 15px; 
	left: -100px;
	position: relative;
	float: left;
	margin-right: -1px;
} 
DIV#SlideThree UL.Footer LI.spacer {
	width: 51%;
	border-left: 0;
	border-right: 0;
} 
DIV#SlideThree UL.Footer LI A {
	display: block;
	margin: 0;
	padding: 1px 15px 0 15px;
	min-width: 60px;
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #5f696d;
} 
DIV#SlideThree UL.Footer LI A:hover {
	color: #FFF;
	background-color: #868e92;
} 

/* ================================ */
DIV#editPanelSet {
	position: absolute;
	margin: 0; padding: 0;
	top:0; left: 0;
	width: 100%;
	z-index: 1005;
	opacity: 0.6;
	border-bottom: 1px solid #FFF;
}
DIV#editPanelSet DIV.headerAndButtons {

}
TABLE.logOutTable {
	position: absolute;
	margin: 0; padding: 0;
	top:0; right: 0;
}
DIV#Content FORM TABLE.typo3-editPanel {
	min-width: 200px;
}
DIV#Content FORM TABLE.typo3-editPanel TR,
DIV#Content FORM TABLE.typo3-editPanel TR TD {
	background: transparent !important;
	opacity: 0.8;
	position: relative;
}