/* ---------- tags ---------- */

body	{
	size					:	portrait;
	background				:	#fff;
	color					:	#000;
	caption-side:	top;
	margin					:	2cm 1cm 1cm 1cm;
}

#content, #content0	{
	width					:	auto;
	margin-top				:	0cm;
	float					:	none !important;
	}

p, h1, h2, h3, h4, h5	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	bold;
	font-style				:	italic;
	page-break-after		:	avoid;
	page-break-inside		:	avoid;
	margin					:  0 0 0 0;
	}
p, h3, h4, h5	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	normal;
	font-style				:	normal;
	}
.pright {text-align: right;}
h1	{
	font-size				:	18pt;
	}

h2	{
	font-size				:	15pt;
	}

h3	{
	font-size				:	13pt;
	font-weight: bold;
	margin:						3pt 0 1pt 0;
	}

h4	{
	font-size				:	12pt;
	font-weight: bold;
}
h5	{
	font-size				:	10pt;
	font-style: 				italic;
	font-weight: bold;
	}
p {
	font-size				:	9pt;
	}
.small {
  font-size: 8pt;
}
/*-- Tags --*/

address, caption, cite, dl, dt, li, td, th, ul 	{
	font					:	10pt Verdana, Arial;
	}

/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind,
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */


blockquote	{
	border					:	1px #666 dashed;
	margin					:	3pt;
	padding					:	3pt;
	width					:	90%;
	clear					:	both;
	page-break-inside		:	avoid;
	}

img	{
	border					:	0;
	}
.image {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li	{
	page-break-inside		:	avoid;
	}

/* damit die codelistings aussehen wie in der i'X :-) */

table {
		border: 0px solid gray;
		clear: both;
	}
td {
		border: 0px solid silver;
	}
ul, ol, dl	{
	page-break-before		:	avoid;
	}

input {
	border: none;
}
.table1, .table2 {
width: 100%;
border: 0px solid white;

}
#switcher,
#menue,
#menuefoot,
#footer,
#navigation,
.unsichtbar {
	display					:	none;
}

/*
aber toolbox da und nach oben, damit
man wieder zur Monitoransicht zurueckkommt
#fontsizer,
*/


/*
und fuer den tatsaechlichen ausdruck dann wieder wech
*/

@media print
{
#switcher,
#menue,
#menuefoot,
#daten,
#footer,
.seitenanfang,
hr,
#navigation,
#spaltemenue,
.unsichtbar {
	display					:	none;
}

body	{
	margin					:	0cm 0cm 0cm 0cm;
}

}





