/* druck */

@media print{
{.hidden_content:display:none;}
}



body{
	background-color: #bebebe;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:50% 0;
}
body,td{
	font-family:Arial;
	font-size:12px;
	color:#000;
}




.spacer{
	height:60px;
}

.top_content_spacer{
	height:22px;
}

.top_title_spacer{
	height:100px;
}

.top_headline_height{
	height:135px;
	/*border:1px solid #000;*/
}