/*
	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
*/

/* =================== HEADER  ============= */
DIV#Header FORM  {
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top: 5px; left: 840px;
	width: 200px;
} 
DIV#Header FORM FIELDSET  {
	border: 0;
} 
DIV#Header FORM FIELDSET LEGEND {
	position: absolute;
	padding-top: 16px;
	font-size: 90%;
	color: #7a8084;
	text-align: left;
}
DIV#Header FORM FIELDSET INPUT {
	border: 1px solid #b7bcbe;
	width: 100px;
	height: 14px;
	margin-left: 40px;
	position: relative;
	top: 10px;
	padding: 1px 0 0 3px;
	font-size: 90%;
	letter-spacing: 0.1em;
	color: #868e92;
} 

DIV#Content FORM {
	position: relative;
	top: 50px;
}

DIV#Content FORM.editForm {
	position: relative;
	top: 0;
}
DIV#Content DIV.tx-newloginbox-pi1 {
	position: relative;
	top: 40px;
}
DIV#Content DIV.tx-newloginbox-pi1 FORM {
	top: 0px;
}


DIV.edit-mode-disabled {
	position: absolute;
        opacity: 0.75;
        z-index: 1015;
}
DIV#div-editBar {
	position: absolute;
        opacity: 0.75;
        z-index: 1015;
}
