/* 	------------------------------ */
/*	Energieagentur Regensburg	 */
/*	- print style sheet -		 */
/*	eveca GmbH, 2009-10-30		 */
/*  	------------------------------ */

/*	Table of Contents */
/*
	1. HIDE UNNECESSARY INFO
	2. RESETS
	3. CONTENT STYLES
	4. STRUCTURE
*/


/* 	------------------------------ */
/*   1.  HIDE UNNECESSARY INFO	 */
/* 	------------------------------ */
#menu0,
#menuLanguages,
#menu1,
#footer { display: none; }


/* 	------------------------------ */
/*   2.  RESETS 				 */
/* 	------------------------------ */
html,
body { float: none; width: auto; height: auto; background: none; }



/* 	------------------------------ */
/*   3.  CONTENT STYLES			 */
/* 	------------------------------ */


h1 { color: #000; margin-top: 1cm; font-weight: normal; }
h2 { color: #000; font-weight: bold; }
h3 { color: #000; font-weight: bold; }
h4 { color: #000; font-weight: bold; }

a { color: #000; text-decoration: none; font-weight: bold; }
a img { border: none; }


/* 	------------------------------ */
/*   4.  STRUCTURE 				 */
/* 	------------------------------ */

#logo { display: block; margin: 0 0 1cm 0; }
#contentHeader { border: 1px solid gray; }
#sidebarWrap { margin-top: 1cm; text-align: left; }



