/* ---------- tags ---------- */

body	{
	background				:	#fff;
	color					:	#000;
	caption-side:	top;
	margin					:	2cm 2cm 1.5cm 2cm;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#content	{
	width					:	auto;
	margin-top				:	0cm;
	float					:	none !important;
	}

p, h1, h2, h3, h4	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	bold;
	}
p, h3, h4	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	normal;
	font-style				:	normal;
	margin-top: 1pt;
	margin-bottom: 0pt;
	}

h1	{
	font-size				:	18pt;
	page-break-after		:	avoid;
	color						: Navy;
	text-decoration		: underline;
	margin-left				: 2cm;
}

h2	{
	font-size				:	15pt;
	page-break-after		:	avoid;
	margin-bottom			:  1px;
	color: Navy;
	}

h3	{
	font-size				:	13pt;
	page-break-after	:	avoid;
	margin-bottom			:  1px;
	}

h4	{
	font-size				:	10pt;
	}
.medium {
	color: navy;
	font-weight: bold;
}
/*-- Tags --*/

address, caption, cite, dl, dt, li, p, td, th, ul 	{
	font-size:	10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind, 
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */


blockquote	{
	margin-left			:	8pt;
	padding				:	1pt;
	width					:	90%;
	clear					:	both;
	page-break-inside		:	avoid;
	}

img	{
	border					:	0;
	margin					:  10px;
	}

li	{
	page-break-before		: avoid;
	margin-top: 1pt;
	margin-bottom: 0pt;
	}
hr {
	display: none
}
/* damit die codelistings aussehen wie in der i'X :-) */

table, #table3 {
		border: 1px solid gray;
		clear: both;
	margin-top: 1pt;
	margin-bottom: 0pt;
	}
td {
		border: 1px solid silver;
		padding: 0 3px 0 3px;
	}
ul, ol, dl	{
	page-break-inside		:	avoid;
	margin-top: 1pt;
	margin-bottom: 0pt;
	}

input {
	border: none;
}

#top h3,
#top h1 {
	display: none;
}
#spiegel h1 {
	color: #A80000;
	background-color: transparent;
	font-weight				:	normal;
	font-style				:	normal;
	font-size				: 15pt;	
	text-decoration 		: none;
	margin-left: 0;
}
#switcher,
#menue,
#untermenue,
#menuefoot,
#footer,
.anfang {
	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,
#untermenue,
#menuefoot,
#daten,
#footer {
	display					:	none;
}

body	{
	margin					:	0;
}

}




