/*  
Theme Name: Schwarzgupfberglauf Theme
Theme URI: http://www.thomastropper.com
Description: Schwarzgupfberglauf Theme.
Version: 1.0
Author: Thomas Tropper
Author URI: http://www.thomastropper.com
*/

/*
The CSS, XHTML and design is released under Creative Commons
*/
#content {
		font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#header {
	display:none;
}
.menu {
	display: none; }
#footer {
	display:none;
}
#sidebar { 
	display:none;
}
#commentform { 
	display:none;
}
h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
     page-break-inside:avoid;
}
img { 
	page-break-inside:avoid; 
     page-break-after:avoid;
}
blockquote, table, pre {
	page-break-inside:avoid;
}
ul, ol, dl  {
	page-break-before:avoid;
}