@charset "UTF-8";

h1 {
	border-bottom: 1px solid white;
	height: 50px;
	left: 0; 
	position: absolute;
	top: 0;
	width: 50%;
}

h1#elmarFloetotto
{
	text-align: right;
	z-index: 8;
}

h1#planungsprogramm
{
	z-index: 9;
}

#homeLink
{
	padding: 10px;
	text-align: right;
}

@media screen
{
	h1
	{
		color: white;
	}
	
	h1#elmarFloetotto
	{
		/* MODIF DM */
		/*background-color: #D71E1E; */
	}
}

@media print
{
	h1 img
	{
		visibility: hidden;
	}

	h1#elmarFloetotto
	{
		background-color: white;
		/* MODIF DM */
		/*background-image: url(images/elmarFloetotto-print.gif);
		background-position: top right;
		background-repeat: no-repeat;*/
	}

	#freddy h1#planungsprogramm
	{
		/* MODIF DM */
		/*background-image: url(images/freddyPlanungsprogramm-print.gif); */
		background-image: url(../images/logo_floetotto.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#freddyPlus h1#planungsprogramm
	{
		/* MODIF DM */
		/*background-image: url(images/freddyPlusPlanungsprogramm-print.gif);*/
		background-image: url(../images/logo_floetotto.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
}
