/* econoWars typefaces - Lucida family */

/* This reduces default size from 16px to 13px.
   All font-sizes after here are in ems and made to whole pixel sizes.
*/

@media all {

	body {font-size:100%;}

	html>body {font-size:14px;}

	body #inhalte p {
		font-size:110%;
	}

	/* page heading, main body text and side-col subheadings */
	body {
		font-family:  Georgia, Times, "Lucida Bright", Lucidabright, "Book Antiqua", "Bitstream Vera Serif", serif !important;
	}

	/* blockquotes */
	blockquote p, blockquote.pull p {
		font-family: "lucida grande", "lucida sans", "lucida sans unicode", "lucida", verdana,
		"bitstream vera sans", sans-serif ;
	}
	/* code samples */
	pre, code, kbd {
		font-family: "Lucida Console", "Andale Mono", "monotype.com", "Bitstream Vera Sans Mono", monospace;
	}

	/* main area subheadings, subtext, side-cols and forms */
	h2, h3, h4, caption, th, textarea, input, select, .anmerkungen li, #diverses p, #diverses dl, p.nachweis, form p, form h3, form li, form dl, legend, body#photo p,  #inhaltsverzeichnis li, #navigation {
		 font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	}

	#motto {
		font-family:  Georgia, "Lucida Bright", Lucidabright, "Book Antiqua", "Bitstream Vera Serif", serif;
		font-size:12px;
		font-weight: normal;
	}
	.fett {
		font-weight: bold;
	}	
}
@media print {	

	body {		
		font: 14pt garamond, palatino, "times new roman", times, serif;
		font-size:150%;
	}

	html>body {font-size:14px;}
	
	body #inhalte p {
		font-size:160%;
	}
	h1, h2, h3, h4, h5, h6 {
	  font-weight: bold;
	}
}

