/* Stylesheet haut und haar BDJ */

.skip	{
	display					:	none;
}

address, abbr, acronym	{
	font-variant			:	normal;
/* wegen Safari, der ploetzlich alle Abkuerzungen und Akronyme kursiv setzt */
	font-style				:	normal;
	text-transform			:	none;
}

a abbr, a acronym	{
	text-decoration			:	underline;
}

a, address, div, fieldset, h1, h2, h3, 
img, input, label, legend, 
li, ol, p, q, ul 	{
	font-family				:	Helvetica, sans-serif;
}

address {
	font-size				:	.8em;
	margin					:	5% 0 2% 0;
	padding					:	0 0 0 2.5%;
}
* html body address {
	padding					:	0 0 0 1em;
}


body	{
	margin					:	0;
	padding					:	0;
	color					:	#000;
	background				:	#8f1c21;/* #993300;  */
	font-size				:	86%;
	text-align				:	center;
}

/* Text mit Quellenangabe */
cite, q	{
	font-style				:	italic;
}


p	{
	margin					:	0;
	padding					:	0;
}

legend, strong	{
	font-weight				:	bold;
}

h1, h2, h3 {
	background				:	transparent;
	color					:	#330000;	
}

h1	{
	font-size				:	1.4em;
}

h2	{
	font-size				:	1.2em;
}

h3	{
	font-size				:	1.0em;
}

img	{
	border					:	0;
/*	Damit NN4 trotzdem keine blauen Raender macht. Nicht vergessen, 
	dass fuer richtige Browser im chrome.css wieder zurueckzusetzen */
	color					:	#fff;
	background				:	transparent;
/*	Workaround fuer Bug in Opera 7.2x, der eventuell vorhandene Raender 
	und Abstaende falsch anwendet und die Bilder zusammenzuquetscht: */
/*	width					:	auto;
	height					:	auto;*/
}

strong	{
	color					:	#000040;
	background				:	transparent;
}

table	{
	border					:	0;
}

th	{
	background				:	#40bbe1;
	color					:	#000;
	text-align				:	left;
}

th p	{
	font-weight				:	normal;
}

/*	fuer den MS IE, der auch in der aktuellsten Version zu doof ist, 
	irgendwas in Tabellen rein zu vererben */
th, td	{
	font-size				:	.8em;
}

/* und dann nochmal richtig */
html>body th, html>body td	{
	font-size				:	.9em;
}

/* -- Linkgedoens -- */

a:link, a:visited	{
	color					:	#993300;
	text-decoration			:	none;
}

a:hover,
a:focus	{
	color					:	#993300;
	text-decoration			:	underline;
}

a:active	{
	color					:	#993300;
	text-decoration			:	underline;
}

/* -- Klassen -- */

.rot {
	color					:	#8f1c21;
}


