/*

	druck.css
	für www.enterprise-technologies.de
	erstellt von

	Enterprise Technologies Systemhaus GmbH
	www.etsg.de


	geändert:
	wann       |wer  |was
	-----------+-----+---------------------------------------------------------------------------------
	10.03.2005 |mh/ET| Datei angelegt
	-----------+-----+---------------------------------------------------------------------------------

*/

/* --------- Grundformatierung gültig für die gesamte Seite ---------- */
*
{

	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;

}


/* --------- Grundformatierung der Boxen ---------- */

#headerBox
{
/*background-image:	url(/et/reference/373/navigator_Ihr_Entwicklungsteam_ET.jpg);
background-position:	left;
background-repeat:	repeat-y;*/
border-bottom:		0px solid #C0C1C2;
padding-bottom:		100px;
background-color:	#FFFFFF;
}

#boxLinieLinks
{
display: none;
}

#headerBoxMiddle
{
display: none;
}

#bottomBoxMiddle
{
display: none;
}

#footerBoxMain
{
border-top:		0px solid #C0C1C2;
/*background-color:	#00529B;*/
font-size:		0.8em;
padding-top:		100px;
color:#000000;
}

#fieldsetIndex
{
visibility:visible;
}

.wrapBoth
{
clear:both;
line-height:0px;
}

.boxLeft
{
display: none;
}

.boxRight
{
display: none;
}

fieldset
{
border:0px solid red;
}

h1.header
{
visibility: hidden;
}



