/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ BigBallSport.de CSS for Print +++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
   background: white;
   font: 10pt Verdana,Helvetica,sans-serif;
   background-image:none;
   margin:0;
   padding:0;
   border:0;
   }
/* +++++++++++++++++++++ */
/* +++ Header ++++++++++ */
/* +++++++++++++++++++++ */   
#print-header {
	border-top:1px solid #333;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:1px solid #333;	
} 
#print-header h1 {
	margin:0px;	
	padding:0px;
}   
#print-header h2 {
	margin-bottom:10px;	
	padding-top:0px;
	padding-bottom:10px;
}
#header {
	display:none;
}
/* ++++++++++++++++++++++++ */
/* +++ Navigation +++++++++ */
/* ++++++++++++++++++++++++ */	
#navigation {
   display: none;
   }
/* +++++++++++++++++++++ */
/* +++ Content +++++++++ */
/* +++++++++++++++++++++ */   
#content-left {
   display: none;
   }
#content-center {
   width: auto;
   background: white;
   text-align:left;
   margin:0px 0px;
   padding:20px 0px;
   border:0;
   float: none !important;
   color: #333;
   background-color:#ffffff;
   background-image:none;
   background: none;
   } 
img {
   display:none;
}
object, embed {
   display:none;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
/* +++++++++++++++++++++ */
/* +++ Footer ++++++++++ */
/* +++++++++++++++++++++ */	 
#footer {
   display: none;
   }
#print-footer {
	border-top:1px solid #333;	
	text-align:center;
	margin-top:20px;
}   	
