/*  CODE			:	Tomas Caspers fuer Ohrenkuss.de
	LAST CHANGE		:	31.07.04 tomas at tomascaspers dot de */

body	{
	background			:	#fff;
	color				:	#000;
	margin				:	80px 1cm 1cm 2.5cm;
	orphans				:	2;
	widows				:	2;
	font-family			:	"Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif;
}

#banner {
	position			:	absolute;
	right				:	1.5cm;
	top					:	.5cm;
	width				:	270px;
	height				:	70px;
	background			:	url("/images/ok-print.png") no-repeat;
}

#logo	{
	display				:	none;
}

h1, h2, h3, h4, dt	{
	font-weight			:	bold;
	font-style			:	italic;
	page-break-after	:	avoid;
	page-break-inside	:	avoid;
}

h1	{
	font-size			:	18pt;
}

h2	{
	font-size			:	15pt;
}

h3	{
	font-size			:	13pt;
}

address, cite, dfn, dl, dt, h4, li, p, q, td, th, ul	{
	font-size			:	10pt;
	line-height			:	15pt;
}

address, blockquote, cite, dfn, q 	{
	font-family			:	Georgia, Palatino, Times, serif;
	font-style			:	italic;
}

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

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

pre	{
	font				:	10pt Monaco, "Lucida Console", "Courier New", Courier, monospace;
	font-weight			:	bold;
}

li	{
	page-break-inside	:	avoid;
}

a:link	{
	color				:	#000;
}

a:visited	{
	color				:	#000;
}

.abstract	{
	font-weight			:	bold;
}

#logo, #navigation, #unternavigation, #footer, .skip	{
	display				:	none;
}

@media print	{
	#logo, #navigation, #unternavigation, #footer, .skip	{
		display			:	none;
	}
}