@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
	{
		
		background-color: #D71E1E; 
	}
}

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

	h1#elmarFloetotto
	{
		background-color: white;
		
		
	}

	#freddy h1#planungsprogramm
	{
		background-image: url(../images/logo.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
}