/*
CODE						:	Tomas Caspers fuer Aktion Mensch
LAST CHANGE					:	14.05.04 tomas at tomascaspers dot de

Lizenzbedingungen zur freien Nutzung: http://www.einfachfueralle.de/lizenz/
Kommentierte Fassung von http://www.einfachfueralle.de/download/#styles
De gustibus et coloribus non est disputandum.

Druck-CSS nach Typen sortiert. 
Was wozu gehoert steht im Kommentar davor.

NN4 und vergleichbare Antiquitaeten bekommen 
dieses Style Sheet gar nicht erst zu sehen.

Dieses CSS setzt alles auf Werte, die man im 
Ausdruck voraussetzen kann:
- Papier ist in Mitteleuropa 210x297, weiss 
  und steckt hochkant in einem Drucker, der 
  mit schwarzer Farbe druckt.
- Pixelangaben machen keinen Sinn, weil es in
  diesem Medium keine Pixel, sondern nur 
  Druckpunkte gibt. Also alles in cm, % und pt.
- Serifenschriften sind auf Papier besser 
  lesbar als auf dem Monitor.

*/

/* ---------- tags ---------- */

body	{
	size					:	portrait; */
	background				:	#fff;
	color					:	#000;
	caption-side:	top;
	font					:	11pt  Times,Georgia, Palatino, serif;

/*
Drucker haben ueblicherweise einen Greiferrand 
von ca. 1 cm, daher hier die angaben fuer diese 
Margins. Und wenn man die ausgedruckte Seite 
lochen und abheften will, braucht man links ca.
2,5cm Rand.
*/

	margin					:	0cm 0.5cm 1cm 2cm;


/* Hurenkinder und Schusterjungen :-) */

	orphans					:	2;
	widows					:	2
	}

#navcontainer{
	display:none;
}
	
.one {
	border-top:	1pt solid #000;
}

.two {
	padding:.5cm 0 .5cm 0;
	border-top:	1pt solid #000;
}		

.three {
	padding:0 0 .5cm 0;
	border-top:	1pt solid #000;
}	
.footerlinks {
	padding:.5cm 0 .5cm 0;
	border-top:	1pt solid #000;
}

.keywords {
	padding:.5cm 0 .5cm 0;
	border-top:	1pt solid #000;
}	


#content	{

	width					:	auto;
	margin-top				:	0cm
	float					:	none !important;
	}

h1, h2, h3, h4	{
	font-family				:	"Arial", Arial, Verdana, sans-serif;
	font-weight				:	bold;
	font-style				:	normal;


/*
haelt Ueberschriften mit dem dazugehoerigen 
fliesstext zusammen 
*/

	page-break-after		:	avoid;
	page-break-inside		:	avoid;
	}

h1	{
	font-size				:	18pt;
	}

h2	{
	font-size				:	15pt;
	}

h3	{
	font-size				:	11pt;
	
	}

h4	{
	font-size				:	10pt;
	}

/*-- Tags --*/



address, caption, cite, dl, dt, p, td, th	{
	/*font					:	10pt Georgia, Palatino, Times, serif;*/
	}

/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind, 
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */

a, abbr, acronym	{
	border					:	0;
	border					:	none; 
	border-bottom			:	none; 
	border-bottom-style		:	none; 
	border-style			:	none;
	text-decoration			:	none;
	}

address	{
	font-style				:	normal;
	}

blockquote	{
	border					:	1px #666 dashed;
	margin					:	8pt;
	padding					:	4pt;
	width					:	90%;
	float					:	left;
	clear					:	both;
	page-break-inside		:	avoid;
	}

blockquote > p	{
	text-indent				:	-.5em;
	quotes					:	'\00201E' '\00201D' '\002018' '\002019';
	}

blockquote > p:first-line	{
	font-weight				:	bold;
	color					:	#333;
	background				:	inherit;
	}

cite, q	{
	font-style				:	italic;
	}

code, pre	{
	font					:	8pt Monaco, "Lucida console", courier, monospace;
	}

dfn	{
	font-style				:	normal;
	}

dt	{
	font-weight				:	bold;
	}

img	{
	border					:	0;
	}

kbd	{
	font					:	menu;
	}

li	{
	page-break-inside		:	avoid;
	}

/* damit die codelistings aussehen wie in der i'X :-) */

pre	{
	line-height				:	12pt;
	color					:	#000;
	background				:	#efefef;
	border-left				:	20px #ddd solid;
	padding					:	4pt;
	page-break-inside		:	avoid;
	}

sub	{
	font-size				:	8pt;
	line-height				:	inherit;
	}

td, th	{
	border-left				:	1px #333 solid;
	border-bottom			:	1px #333 solid;
	}

th	{
	font-weight				:	bold;
	text-align				:	left;
	vertical-align			:	top;
	background				:	#efefef;
	}

ul, ol, dl	{
	page-break-before		:	avoid;
	}

:lang(de) > q, :lang(de) > blockquote	p	{
	quotes					:	'\00201E' '\00201D' '\002018' '\002019';
	}

/* ---------- links ---------- */

/*
Links werden alle auf Schwarz gesetzt. einfacher waere, 
den kompletten anchor-Tag auf Schwarz zu setzen, aber 
manche browser ignorieren das bei visited Links und machen 
die trotzdem Lila.
*/

a:link	{
	color					:	#000;
	}

a:visited	{
	color					:	#000;
	}

/* 
experimentelles feature aus cSS3! Tut's 
bisher nur in Opera ab 6 (5?) und den Mozillas, 
ist aber im ausdruck unschoen anzusehen.

#rechtespalte a:link:after, #rechtespalte a:visited:after {
	content					:	" ( " attr(href) " ) ";
	text-decoration			:	none;
	}

a[href^="/"]:after {
	content					:	" ( www.einfach-fuer-alle.de" attr(href) " )";
	text-decoration			:	none;
	}
*/

/* ---------- klassen ---------- */

div#logo a img	{
	display					:	none;
}



/*
alles wech, weil's im ausdruck keinen Sinn macht
*/


#footer,
.service	{
	display					:	none;
}


/*
und fuer den tatsaechlichen ausdruck dann wieder wech
*/

@media print
{

#footer,.service	{
	display					:	none;
}

body	{
		margin					:	0cm 0.5cm 1cm 2cm;
}

}





