﻿@media print
{

html, body{
	height:auto;
}
body
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
}

a
{
	text-decoration:none;
}
select
{
	display:none;
}

#LogoPrint
{
	display:block;
	margin-bottom:10px;
}

#Site
{
	width:90%;
	border: none;
	background-image:none;
	overflow:visible;

}
#Main{
	width:100%;
}

#Margin{
	display:none;
}

#PreHeader
{
	display:none;
}

#Header{
	display:none;
}

#Ruler
{
	display:none;
}
		
#Navigation{
	display:none;
}


#FullPage, #LargePage, #LargePageExtended, #MediumPage, #SmallPage
	{
		width:100% ! important;
		padding:0;
		float:none;
		background:none;
		
	}


#MediumRelated{
	display:none;
}

#SmallRelated{
	display:none;
}
	
#Site #Footer
{
	position:static;
	background:none;
}
	
			

.InformationBox
{
	
	border:none;

}
.InformationBox .InformationBoxHeader
{
	background:none;

}

.ForwardButton
{
	display:none;
}
.BackButton
{
	display:none;
}
.StandardTextbox
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.StandardTextbox_Hover
{
	border:none;

}

.TeaserBox
{
	background:none;
	border:none;
	overflow:visible;
}

	.TeaserBox .TeaserBoxHeader
	{
		background:none;
		border:none;
		overflow:visible;
	}
		.TeaserBox .TeaserBoxHeader a
		{
			text-decoration:none;
		}
		.TeaserBox .TeaserBoxHeader a:hover
		{
			text-decoration:none;
		}

	.TeaserBox .TeaserBoxBody
	{
	}
		.TeaserBox .TeaserBoxBody .TeaserBoxBodyContent
		{
			padding:10px;
			
		}

		.TeaserBox .TeaserBoxBody ul
		{
			margin:0px; 
			padding-left:20px; 
			list-style-image:url(/Bilder/ListIcon.gif);	
			overflow:hidden;
		}
		.TeaserBox .TeaserBoxBody a
		{
			font-size:10px;
			text-decoration:none;
			text-transform:uppercase;
		}
		.TeaserBox .TeaserBoxBody a:hover
		{
			text-decoration:none;
		}

.Orange .TeaserBox
{
	background:none;


}
	.Orange .TeaserBox .TeaserBoxHeader
	{
		background:none;
	}
.Green .TeaserBox
{
	background:none;

}
	.Green .TeaserBox .TeaserBoxHeader
	{
		background:none;
	}
	
}

