/* CSS-Formatierungen fuer www.schalk-and-friends.de
* Erstellt: Donnerstag 29.01.2009 @ 17 Uhr
* Author: Daniela Buchner, schalk&friends - agentur fuer neue medien gmbh
* Einsatz: Browser, die sich weitestgehend an Vorgaben des W3C orientieren

/* Allgemeine Formatierungen - gueltig für den Druck
-------------------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: none;
	width: 100%;
	line-height: 120%
}

h1, h2, h3, h4 {
	margin-top: 20px;
	padding-top: 0;
}

*html h1, h2, h3, h4 {
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	/*margin: 0 6px 0 10px;*/
}





