/*
       dachcolor-wolff.de 
       css for screen
       handcrafted by oli strobel mediengestaltung digital & print (http://olistrobel.de)
       created: 2007-06-29
       last modified: 2007-06-29
       by: os
			 
			 -> ! print_style.css ! <-
*/

/*****************************************************************/


/*
       title:          TYPOGRAPHIE
       description:    print setup
*/    
/*****************************************************************/

*{
  color: #000;
}

html{
	font: 11px/175% sans-serif;
}

/*****************************************************************/


/*
       title:          LAYOUT
       description:    print setup
*/    
/*****************************************************************/

*{
  background: #FFF;
}

#header, #main_nav li, #left, #right, #news, #news_unten, #footer ul, #footer li,{
	display: none;
}

#content, #footer p{
	display: inline;
}

/*****************************************************************/