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

body	{
	size: portrait;
	caption-side: top;
  background: #fff;
	color: #000;
	/*margin: 2cm 1cm 1cm 1cm;*/
	line-height: 100%;
	font-family: Verdana, Arial, sans-serif;
}

#content	{
	margin-top				:	0cm;
	float					:	none !important;
}

p, h1, h2, h3, h4, h5	{

	font-weight				:	bold;
	font-style				:	italic;
	page-break-after		:	avoid;
	page-break-inside		:	avoid;
	margin					:  0 0 0 0;
}
p, h3, h4, h5	{
	font-weight				:	normal;
	font-style				:	normal;
}

h1	{
	font-size				:	15pt;
}

h2	{
	font-size				:	13pt;
	font-weight: 				bold;
	margin-top			: 10px;
}

h3	{
	font-size				:	11pt;
	font-weight: bold;
	margin:						3pt 0 3pt 0;
	text-align: center;
	line-height: 12pt;
}

h4	{
	font-size				:	10pt;
}
h5	{
	font-size				:	10pt;
	font-style: 				italic;
	font-weight: bold;
}
p {
	font-size				:	9pt;
	line-height: 11pt;
}
.pright, .druck {
	text-align: right;
}
.pcenter {
	text-align: center;
}
.prgfunktion	{
	font-size				:	13pt;
	font-weight: 				normal;
	margin-top			: 10px;
	margin-bottom		: 5px;
	text-align			: center;
}
/*-- Tags --*/

address, caption, cite, dl, dt, li, td, th, ul 	{
	font					:	10pt Verdana, Arial;
}
.justified {
	text-align: justify;
}
/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind,
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */


blockquote	{
	border				: 	none;
	margin					:	3pt;
	padding					:	3pt;
	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: 1px solid silver;
	clear: both;
}
td {
	border: 0px solid silver;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
}
ul, ol, dl	{
	page-break-before		:	avoid;
}

input {
	border: none;
}

#switcher,
#menue,
#menuefoot,
#footer,
#spalterechts,
.invis,
.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
{
#header, #head, #menue,
#menuefoot, #spaltemenue, #spalterechts,
#daten, #footer, #nav,.top1, .invis,
.seitenanfang, .nichtsichtbar, hr {
	display					:	none;
}

body	{
	size: portrait;
	caption-side: top;
	margin					:	0;

}

}
