/*
Added by David Schirrmacher
Contact Ron Kubsch for any questions
This small add was written to hide the header in the theme of thomasschirrmacher.info

Last updated by Johannes on 09-06-2010

*/
#top {
		display: none;
		}

#header {
		display: none;
		}

div.headerright {
		display: none;
		}

#nav {
		display: none;
		}

#navbar {
		display: none;
		}

#subnavbar {
		display: none;
		}

#sidebar {
		display: none;
		}

#bottom {
		display: none;
		}

#footer {
		display: none;
		}

#wpstats {
		display: none;
		}