/* /css/inhalt.css: Stylesheet fuer Inhaltsseiten im Frame "Inhalt" */


/* Allgemein */

body { background-color:#ffffff;color:#666666;font-family:Verdana, Geneva, Arial, Helvetica;font-size:12px;  }

a:link { color:#666666; }
a:visited { color:#666666; }
a:active { color:#666666; }

table.layout { width:510px; }


td, th, p, div { font-family:Verdana,Geneva,Arial,Helvetica;font-size:11px; }
/* Um den Netscape 4.x Bug (background-image wird in alle eingebetteten tables vererbt, und das fuer jede einzelne td extra, zu umgehen: */
td { background-image:none; }


/* Pfad am Seitenbeginn */
p.pfad { text-align:right; }

h1, td h1 {
	font-family:Verdana,Geneva,Arial,Helvetica;
	color:#990000;
	font-size:16px;
	position:relative;
	left:10px;
	top:9px;
	width: 502px;
	height: 62px;

}
h2, td h2 { font-family:Verdana,Geneva,Arial,Helvetica;color:#006699;font-size:14px; }
h3, td h3 { font-family:Verdana,Geneva,Arial,Helvetica;color:#006699;font-size:12px; }

ul { list-style:disc; }
ul ul { list-style:circle; }
ol { list-style:decimal; }
ol ol { list-style:lower-alpha; }
li { margin-top:3px;margin-bottom:2px; }
dt { font-weight:bold; }

ol.lit { list-style:lower-alpha;font-family:Verdana,Geneva,Arial,Helvetica;font-size:10px; }

em { font-weight:bold;font-style:normal; }


/* Inhaltsverzeichnis (inhalt.htm in den Menu-Verzeichnissen) */

p.subtitle, td p.subtitle { font-family:Verdana,Geneva,Arial,Helvetica;font-weight:bold;font-size:10px;position:relative;left:20px;top:-10px; }
ol.toc { font-family:Verdana,Geneva,Arial,Helvetica;font-size:10px; }
ol.toc a { font-weight:bold; }
ul.toc { font-family:Verdana,Geneva,Arial,Helvetica;font-size:10px; }
ul.toc a { font-weight:normal; }


/* News-Box */

td.news em { font-weight:bold;font-style:normal;color:#990099; }


/* Einfaerbung jeder zweiten Tabellenreihe */

tr.ungerade { background-color:#ffffff; }


/* Fusszeile height:50px;border:0px;margin:0px; */

table.fusszeile { width:510px; }
td.pfad { width:460px;height:50px;background-image: url(pics/fusszeilebgcss.gif);background-repeat:repeat-x;background-position:bottom;vertical-align:bottom; }
td.top { width:50px;height:50px;background-image: url(/pics/endofpage.gif);background-repeat:no-repeat;background-position:bottom; }

span.url { font-weight:bold;color:#663366; }

/* img.top { position:fixed;top:95%;left:95%; } -> waere zum Mitlaufen des ToP-Buttons - derzeit von den Browsern noch zu wenig unterstuetzt */

